Skip to content

Commit 151787b

Browse files
gnuiylpH5
authored andcommitted
drm/imx: plane: Don't set plane->crtc in ipu_plane_update()
Since the drm core sets plane->crtc correctly, we don't need to do that. Signed-off-by: Liu Ying <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent 8b3ce87 commit 151787b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/imx/ipuv3-plane.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ static int ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
430430
if (crtc != plane->crtc)
431431
dev_dbg(plane->dev->dev, "crtc change: %p -> %p\n",
432432
plane->crtc, crtc);
433-
plane->crtc = crtc;
434433

435434
if (!ipu_plane->enabled)
436435
ipu_plane_enable(ipu_plane);

0 commit comments

Comments
 (0)