Commit fafba6de authored by Tony Cheng's avatar Tony Cheng Committed by Alex Deucher

drm/amd/display: track cursor width in ipp

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 9cd09bfe
......@@ -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 {
......
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