From: Tony Cheng <tony.ch...@amd.com>

Change-Id: Ia3ced1b3ecbb8e4443c10808a7f1e088882d4f3f
Signed-off-by: Tony Cheng <tony.ch...@amd.com>
Reviewed-by: Yongqiang Sun <yongqiang....@amd.com>
Acked-by: Harry Wentland <harry.wentl...@amd.com>
---
 drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 81de97568d11..e9ed167c9e41 100644
--- 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;
-       uint32_t inst;
+       unsigned int inst;
        const struct ipp_funcs *funcs;
+
+       unsigned int cusor_width;
 };
 
 enum ipp_prescale_mode {
-- 
2.9.3

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to