diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2023-12-11 14:56:27 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-12-13 17:17:44 +0300 |
commit | 8c8546546f256f834e9c7cab48e5946df340d1a8 (patch) | |
tree | 243c035d75cb741551c1c764ff0fb662f1b31da9 /drivers/gpu/drm/rockchip/rk3066_hdmi.c | |
parent | eb3f7cbee2942b2c98c1af1652199c46d507153e (diff) | |
download | linux-8c8546546f256f834e9c7cab48e5946df340d1a8.tar.xz |
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 <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/20231211115627.1784735-1-andyshrk@163.com
Diffstat (limited to 'drivers/gpu/drm/rockchip/rk3066_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/rockchip/rk3066_hdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/rk3066_hdmi.c b/drivers/gpu/drm/rockchip/rk3066_hdmi.c index 7d561c5a650f..62e6d8187de7 100644 --- a/drivers/gpu/drm/rockchip/rk3066_hdmi.c +++ b/drivers/gpu/drm/rockchip/rk3066_hdmi.c @@ -18,7 +18,6 @@ #include "rk3066_hdmi.h" #include "rockchip_drm_drv.h" -#include "rockchip_drm_vop.h" #define DEFAULT_PLLA_RATE 30000000 |