aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/cdn-dp-core.c
diff options
context:
space:
mode:
authorAndy Yan <[email protected]>2023-12-11 11:56:27 +0000
committerHeiko Stuebner <[email protected]>2023-12-13 14:17:44 +0000
commit8c8546546f256f834e9c7cab48e5946df340d1a8 (patch)
tree243c035d75cb741551c1c764ff0fb662f1b31da9 /drivers/gpu/drm/rockchip/cdn-dp-core.c
parentdrm/bridge: ti-sn65dsi86: Associate PWM device to auxiliary device (diff)
downloadkernel-8c8546546f256f834e9c7cab48e5946df340d1a8.tar.gz
kernel-8c8546546f256f834e9c7cab48e5946df340d1a8.zip
drm/rockchip: move output interface related definition to rockchip_drm_drv.h
The output interface related definition can shared between vop and vop2, move them to rockchip_drm_drv.h can avoid duplicated definition. Signed-off-by: Andy Yan <[email protected]> Reviewed-by: Sascha Hauer <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/rockchip/cdn-dp-core.c')
-rw-r--r--drivers/gpu/drm/rockchip/cdn-dp-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/cdn-dp-core.c b/drivers/gpu/drm/rockchip/cdn-dp-core.c
index 21254e4e107a..a855c45ae7f3 100644
--- a/drivers/gpu/drm/rockchip/cdn-dp-core.c
+++ b/drivers/gpu/drm/rockchip/cdn-dp-core.c
@@ -24,7 +24,6 @@
#include "cdn-dp-core.h"
#include "cdn-dp-reg.h"
-#include "rockchip_drm_vop.h"
static inline struct cdn_dp_device *connector_to_dp(struct drm_connector *connector)
{