]> git.karo-electronics.de Git - linux-beck.git/commit
drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip
authorLiu Ying <gnuiyl@gmail.com>
Fri, 8 Jul 2016 09:40:57 +0000 (17:40 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 12 Jul 2016 16:23:55 +0000 (18:23 +0200)
commitae2531ab70864c00b49a986cd8bdc5eec7ec881a
treee7815c050ea88f586bcab158426b64a99c69b5a2
parent255c35f8fe6a9c345320e512c681c03678f3e0b4
drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip

Use drm_atomic_set_fb_for_plane() in the legacy ->page_flip path to track
the pointer plane_state->fb correctly.

Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-crtc.c