summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2023-10-13 20:20:36 +0800
committerHeiko Stuebner <heiko@sntech.de>2023-10-16 15:05:23 +0200
commitac1c11c23fc51c1ba51a3ed586df40ffe6b1de35 (patch)
tree4f7ef6a361d7d3937dda43526e19afe65d8a5f44 /drivers/gpu/drm/rockchip/rockchip_drm_vop2.h
parent6471da5ee311d53ef46eebcb7725bc94266cc0cf (diff)
downloadlinux-stable-ac1c11c23fc51c1ba51a3ed586df40ffe6b1de35.tar.gz
linux-stable-ac1c11c23fc51c1ba51a3ed586df40ffe6b1de35.tar.bz2
linux-stable-ac1c11c23fc51c1ba51a3ed586df40ffe6b1de35.zip
drm/rockchip: remove unused struct in vop2
These structs are undefined and un used. Fixes: 604be85547ce ("drm/rockchip: Add VOP2 driver") Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20231013122036.1594090-1-andyshrk@163.com
Diffstat (limited to 'drivers/gpu/drm/rockchip/rockchip_drm_vop2.h')
-rw-r--r--drivers/gpu/drm/rockchip/rockchip_drm_vop2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h
index f1234a151130..56fd31e05238 100644
--- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h
+++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h
@@ -134,16 +134,13 @@ struct vop2_video_port_data {
u16 cubic_lut_len;
struct vop_rect max_output;
const u8 pre_scan_max_dly[4];
- const struct vop2_video_port_regs *regs;
unsigned int offset;
};
struct vop2_data {
u8 nr_vps;
- const struct vop2_ctrl *ctrl;
const struct vop2_win_data *win;
const struct vop2_video_port_data *vp;
- const struct vop_csc_table *csc_table;
struct vop_rect max_input;
struct vop_rect max_output;