projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76794d
)
drm/amd/display: add pitch to cursor attributes
author
Tony Cheng
<tony.cheng@amd.com>
Mon, 19 Dec 2016 23:54:15 +0000
(18:54 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:34 +0000
(17:06 -0400)
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>
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
index bd603374a3c99ebb7aecb62c04724a933403d78c..499f6b2a31f80c716f0dac1a34362e0c50001e4d 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
+++ b/
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
@@
-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;