summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-11-11 16:57:57 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:12 +0800
commited071c82ec98ea6c06b327aded6915d8680c9173 (patch)
tree6c7e677c51d8081b11e06556ce2a6120a20aa100 /include/video
parent95dea9fe254d55da8ff75ab2edadfd93adc4f0c3 (diff)
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 <victor.liu@nxp.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/dpu.h2
1 files changed, 0 insertions, 2 deletions
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];