projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd09bf
)
drm/amd/display: track cursor width in ipp
author
Tony Cheng
<tony.cheng@amd.com>
Tue, 20 Dec 2016 15:54:38 +0000
(10:54 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:44 +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/inc/hw/ipp.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
index 81de97568d11f2d667380a6e838da3404f985748..e9ed167c9e410219aff5bd6ff393fe8f73b73b23 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/
drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@
-35,8
+35,10
@@
/* IPP RELATED */
struct input_pixel_processor {
struct dc_context *ctx;
- u
int32_
t inst;
+ u
nsigned in
t inst;
const struct ipp_funcs *funcs;
+
+ unsigned int cusor_width;
};
enum ipp_prescale_mode {