drm/tilcdc: Make tilcdc_crtc_page_flip() work if crtc is not yet on
authorJyri Sarha <jsarha@ti.com>
Mon, 13 Jun 2016 06:53:36 +0000 (09:53 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:04:59 +0000 (23:04 +0300)
commit0a1fe1b7c589a635a40d6d9b525dd99634581ea2
treeb564f2b4881db957baaadcb370baed676e312849
parent8c65abb9140e26d66968e6e357a00ad704705154
drm/tilcdc: Make tilcdc_crtc_page_flip() work if crtc is not yet on

Make tilcdc_crtc_page_flip() work if crtc is not yet on. The plane
commit sometimes comes before crtc is turned on. The new framebuffer
should be set to scanout also in that case, so that it is there when
crtc is turned on at the end of the commit phase.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
This page took 0.024607 seconds and 5 git commands to generate.