diff options
-rw-r--r-- | drivers/staging/imx-drm/ipuv3-crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/imx-drm/ipuv3-crtc.c b/drivers/staging/imx-drm/ipuv3-crtc.c index abcdaefce8e0..4a7eedfafbdb 100644 --- a/drivers/staging/imx-drm/ipuv3-crtc.c +++ b/drivers/staging/imx-drm/ipuv3-crtc.c | |||
@@ -147,6 +147,7 @@ static int ipu_page_flip(struct drm_crtc *crtc, | |||
147 | 147 | ||
148 | ipu_crtc->newfb = fb; | 148 | ipu_crtc->newfb = fb; |
149 | ipu_crtc->page_flip_event = event; | 149 | ipu_crtc->page_flip_event = event; |
150 | crtc->fb = fb; | ||
150 | 151 | ||
151 | return 0; | 152 | return 0; |
152 | } | 153 | } |
@@ -329,7 +330,6 @@ static irqreturn_t ipu_irq_handler(int irq, void *dev_id) | |||
329 | imx_drm_handle_vblank(ipu_crtc->imx_crtc); | 330 | imx_drm_handle_vblank(ipu_crtc->imx_crtc); |
330 | 331 | ||
331 | if (ipu_crtc->newfb) { | 332 | if (ipu_crtc->newfb) { |
332 | ipu_crtc->base.fb = ipu_crtc->newfb; | ||
333 | ipu_crtc->newfb = NULL; | 333 | ipu_crtc->newfb = NULL; |
334 | ipu_drm_set_base(&ipu_crtc->base, 0, 0); | 334 | ipu_drm_set_base(&ipu_crtc->base, 0, 0); |
335 | ipu_crtc_handle_pageflip(ipu_crtc); | 335 | ipu_crtc_handle_pageflip(ipu_crtc); |