Commit 540f7d80 authored by Tony Cheng's avatar Tony Cheng Committed by Alex Deucher

drm/amd/display: add pitch to cursor attributes

Signed-off-by: default avatarTony Cheng <tony.cheng@amd.com>
Reviewed-by: default avatarYongqiang Sun <yongqiang.sun@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b76794d2
...@@ -407,6 +407,7 @@ union dc_cursor_attribute_flags { ...@@ -407,6 +407,7 @@ union dc_cursor_attribute_flags {
struct dc_cursor_attributes { struct dc_cursor_attributes {
PHYSICAL_ADDRESS_LOC address; PHYSICAL_ADDRESS_LOC address;
uint32_t pitch;
/* Width and height should correspond to cursor surface width x heigh */ /* Width and height should correspond to cursor surface width x heigh */
uint32_t width; uint32_t width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment