drm/amd/display: track cursor width in ipp
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>
This commit is contained in:
parent
9cd09bfeb2
commit
fafba6de3a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user