projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e3fa3
)
drm/xe: display support should not depend on EXPERT
author
Jani Nikula
<jani.nikula@intel.com>
Thu, 11 Jan 2024 10:47:16 +0000
(12:47 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Fri, 12 Jan 2024 18:42:45 +0000
(20:42 +0200)
Remove the DRM_XE_DISPLAY config dependency on EXPERT. I can only
presume the idea was only experts should be able to disable it, but the
effect is the opposite.
Reported-by: Eero Tamminen <eero.t.tamminen@intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240111104716.3548744-1-jani.nikula@intel.com
drivers/gpu/drm/xe/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/Kconfig
b/drivers/gpu/drm/xe/Kconfig
index
a53b0fd
..
1b57ae3
100644
(file)
--- a/
drivers/gpu/drm/xe/Kconfig
+++ b/
drivers/gpu/drm/xe/Kconfig
@@
-47,7
+47,7
@@
config DRM_XE
config DRM_XE_DISPLAY
bool "Enable display support"
- depends on DRM_XE &&
EXPERT &&
DRM_XE=m
+ depends on DRM_XE && DRM_XE=m
select FB_IOMEM_HELPERS
select I2C
select I2C_ALGOBIT