mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
drm/amd/display: add pitch to cursor attributes
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -407,6 +407,7 @@ union dc_cursor_attribute_flags {
|
||||
|
||||
struct dc_cursor_attributes {
|
||||
PHYSICAL_ADDRESS_LOC address;
|
||||
uint32_t pitch;
|
||||
|
||||
/* Width and height should correspond to cursor surface width x heigh */
|
||||
uint32_t width;
|
||||
|
||||
Reference in New Issue
Block a user