projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fad0a
)
drm/imx: don't skip DP channel disable for background plane
author
Lucas Stach
<l.stach@pengutronix.de>
Fri, 12 Apr 2019 15:59:41 +0000
(17:59 +0200)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Tue, 23 Apr 2019 12:54:22 +0000
(14:54 +0200)
In order to make sure that the plane color space gets reset correctly.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/ipuv3-crtc.c
b/drivers/gpu/drm/imx/ipuv3-crtc.c
index ec3602ebbc1cd1e87da13c9c909078927ccf2287..54011df8c2e807d7984dc7985764525899ff49d7 100644
(file)
--- a/
drivers/gpu/drm/imx/ipuv3-crtc.c
+++ b/
drivers/gpu/drm/imx/ipuv3-crtc.c
@@
-71,7
+71,7
@@
static void ipu_crtc_disable_planes(struct ipu_crtc *ipu_crtc,
if (disable_partial)
ipu_plane_disable(ipu_crtc->plane[1], true);
if (disable_full)
- ipu_plane_disable(ipu_crtc->plane[0],
fals
e);
+ ipu_plane_disable(ipu_crtc->plane[0],
tru
e);
}
static void ipu_crtc_atomic_disable(struct drm_crtc *crtc,