]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tilcdc: Add tilcdc_crtc_mode_set_nofb()
authorJyri Sarha <jsarha@ti.com>
Thu, 7 Apr 2016 12:09:50 +0000 (15:09 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:02 +0000 (23:05 +0300)
commitf6382f186d29827501353af47c3c4134bab5f0d3
treed4b5adb0a6f36ceb8b1376ba7e6c884aa3b84fc8
parent47f571c6e5d7b5f6021d6ade9607ecb6f28da5ad
drm/tilcdc: Add tilcdc_crtc_mode_set_nofb()

Add tilcdc_crtc_mode_set_nofb(). The mode_set_nofb() semantics do not
fit well to LCDC, because of the mandatory framebuffer. However, when
the primary plane is required in the check phase, it and the
framebuffer can be found from the atomic state struct.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c