From ed071c82ec98ea6c06b327aded6915d8680c9173 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Mon, 11 Nov 2019 16:57:57 +0800 Subject: drm/imx: dpu: kms: Support full screen CRTC background The CRTC background should be full screen instead of partial screen, because the DRM core is likely to add configurable background color support in the future. We may cover the full screen with ConstFrame0/1, upon which builds planes. With this, it is easier to compute each plane's layer offset vs CRTC start point and all ConstFrame units can be controlled by CRTC. Signed-off-by: Liu Ying --- include/video/dpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/video') diff --git a/include/video/dpu.h b/include/video/dpu.h index 174985cde429..2ab8186e2040 100644 --- a/include/video/dpu.h +++ b/include/video/dpu.h @@ -492,7 +492,6 @@ void framegen_syncmode(struct dpu_framegen *fg, fgsyncmode_t mode); void framegen_cfg_videomode(struct dpu_framegen *fg, struct drm_display_mode *m, unsigned int encoder_type); void framegen_pkickconfig(struct dpu_framegen *fg, bool enable); -void framegen_sacfg(struct dpu_framegen *fg, unsigned int x, unsigned int y); void framegen_displaymode(struct dpu_framegen *fg, fgdm_t mode); void framegen_panic_displaymode(struct dpu_framegen *fg, fgdm_t mode); void framegen_wait_done(struct dpu_framegen *fg, struct drm_display_mode *m); @@ -627,7 +626,6 @@ bool fetchunit_is_fetchwarp(struct dpu_fetchunit *fu); #define DPU_PLANE_SRC_DISABLED 0 struct dpu_plane_res { - struct dpu_constframe *cf[2]; struct dpu_extdst *ed[2]; struct dpu_fetchunit *fd[2]; struct dpu_fetchunit *fe[2]; -- cgit v1.2.3