提交 fafba6de 编写于 作者: T Tony Cheng 提交者: Alex Deucher

drm/amd/display: track cursor width in ipp

Signed-off-by: NTony Cheng <tony.cheng@amd.com>
Reviewed-by: NYongqiang Sun <yongqiang.sun@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 9cd09bfe
...@@ -35,8 +35,10 @@ ...@@ -35,8 +35,10 @@
/* IPP RELATED */ /* IPP RELATED */
struct input_pixel_processor { struct input_pixel_processor {
struct dc_context *ctx; struct dc_context *ctx;
uint32_t inst; unsigned int inst;
const struct ipp_funcs *funcs; const struct ipp_funcs *funcs;
unsigned int cusor_width;
}; };
enum ipp_prescale_mode { enum ipp_prescale_mode {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册