projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f61fab
)
MLK-16911: drm: imx: dcss: do not advertise modifiers
author
Laurentiu Palcu
<laurentiu.palcu@nxp.com>
Mon, 20 Nov 2017 09:51:13 +0000
(11:51 +0200)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:03 +0000
(15:47 -0500)
Since support for tiled formats has not been added to DCSS DRM driver,
do not allow usage of FB modifiers by userspace.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
drivers/gpu/drm/imx/dcss/dcss-crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/dcss/dcss-crtc.c
b/drivers/gpu/drm/imx/dcss/dcss-crtc.c
index
5fce867
..
8db9b3f
100644
(file)
--- a/
drivers/gpu/drm/imx/dcss/dcss-crtc.c
+++ b/
drivers/gpu/drm/imx/dcss/dcss-crtc.c
@@
-285,8
+285,6
@@
static int dcss_crtc_init(struct dcss_crtc *crtc,
return ret;
}
- drm->mode_config.allow_fb_modifiers = true;
-
disable_irq(crtc->irq);
return 0;