projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3ce87
)
drm/imx: plane: Don't set plane->crtc in ipu_plane_update()
author
Liu Ying
<gnuiyl@gmail.com>
Tue, 24 May 2016 10:10:41 +0000
(18:10 +0800)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Mon, 30 May 2016 07:14:00 +0000
(09:14 +0200)
Since the drm core sets plane->crtc correctly, we don't need to do that.
Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/imx/ipuv3-plane.c
b/drivers/gpu/drm/imx/ipuv3-plane.c
index aabbaf070e7530e0a6b21436c6deb85049112faf..a4bb44118d331179385b3a7824347cebde7db3dc 100644
(file)
--- a/
drivers/gpu/drm/imx/ipuv3-plane.c
+++ b/
drivers/gpu/drm/imx/ipuv3-plane.c
@@
-430,7
+430,6
@@
static int ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
if (crtc != plane->crtc)
dev_dbg(plane->dev->dev, "crtc change: %p -> %p\n",
plane->crtc, crtc);
- plane->crtc = crtc;
if (!ipu_plane->enabled)
ipu_plane_enable(ipu_plane);