From: Lu Yao <[email protected]> mode_config.cursor_width should use hw_cursor_w rather than hw_cursor_h.
Signed-off-by: Lu Yao <[email protected]> --- drivers/gpu/drm/loongson/lsdc_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/loongson/lsdc_drv.c b/drivers/gpu/drm/loongson/lsdc_drv.c index 79bb61278aa7..02615fa6a1d5 100644 --- a/drivers/gpu/drm/loongson/lsdc_drv.c +++ b/drivers/gpu/drm/loongson/lsdc_drv.c @@ -139,7 +139,7 @@ static int lsdc_mode_config_init(struct drm_device *ddev, ddev->mode_config.preferred_depth = 24; ddev->mode_config.prefer_shadow = 1; - ddev->mode_config.cursor_width = descp->hw_cursor_h; + ddev->mode_config.cursor_width = descp->hw_cursor_w; ddev->mode_config.cursor_height = descp->hw_cursor_h; ddev->mode_config.helper_private = &lsdc_mode_config_helper_funcs; -- 2.25.1
