From 23299c62a5f3693a6fd50d2e69fd00103638909b Mon Sep 17 00:00:00 2001 From: Zhang Yubing Date: Mon, 31 Jul 2023 15:19:58 +0800 Subject: [PATCH] drm/rockchip: drv: fix the config csc data issue Fixes: 6bd92608dfce ("drm/rockchip: drv: get acm and csc info when boot") Signed-off-by: Zhang Yubing Change-Id: I0dd41b229fce0c85bd3df03f03b4b40da06ef53a --- drivers/gpu/drm/rockchip/rockchip_drm_logo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_logo.c b/drivers/gpu/drm/rockchip/rockchip_drm_logo.c index 2c44fa94f6b1..af228f40c404 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_logo.c +++ b/drivers/gpu/drm/rockchip/rockchip_drm_logo.c @@ -1060,7 +1060,7 @@ void rockchip_drm_show_logo(struct drm_device *drm_dev) if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) priv->crtc_funcs[pipe]->loader_protect(crtc, true, - &set->csc); + &unset->csc); priv->crtc_funcs[pipe]->crtc_close(crtc); if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect)