Kconfig (2612e3bbc0386368a850140a6c9b990cd496a5ec) Kconfig (e3912d09bf8ddd8e274118d4c9cc550d9665115d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 121 unchanged lines hidden (view full) ---

130 will be saved until gracefully handled, and the backtrace will be
131 printed when attempting to lock a contended lock.
132
133 If in doubt, say "N".
134
135config DRM_FBDEV_EMULATION
136 bool "Enable legacy fbdev support for your modesetting driver"
137 depends on DRM
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 121 unchanged lines hidden (view full) ---

130 will be saved until gracefully handled, and the backtrace will be
131 printed when attempting to lock a contended lock.
132
133 If in doubt, say "N".
134
135config DRM_FBDEV_EMULATION
136 bool "Enable legacy fbdev support for your modesetting driver"
137 depends on DRM
138 select FRAMEBUFFER_CONSOLE if !EXPERT
139 select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
140 default y
141 help
142 Choose this option if you have a need for the legacy fbdev
143 support. Note that this support also provides the linux console
144 support on top of your modesetting driver.
145
146 If in doubt, say "Y".

--- 44 unchanged lines hidden (view full) ---

191config DRM_TTM
192 tristate
193 depends on DRM && MMU
194 help
195 GPU memory management subsystem for devices with multiple
196 GPU memory types. Will be enabled automatically if a device driver
197 uses it.
198
138 select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
139 default y
140 help
141 Choose this option if you have a need for the legacy fbdev
142 support. Note that this support also provides the linux console
143 support on top of your modesetting driver.
144
145 If in doubt, say "Y".

--- 44 unchanged lines hidden (view full) ---

190config DRM_TTM
191 tristate
192 depends on DRM && MMU
193 help
194 GPU memory management subsystem for devices with multiple
195 GPU memory types. Will be enabled automatically if a device driver
196 uses it.
197
198config DRM_TTM_KUNIT_TEST
199 tristate "KUnit tests for TTM" if !KUNIT_ALL_TESTS
200 default n
201 depends on DRM && KUNIT
202 select DRM_TTM
203 select DRM_EXPORT_FOR_TESTS if m
204 select DRM_KUNIT_TEST_HELPERS
205 default KUNIT_ALL_TESTS
206 help
207 Enables unit tests for TTM, a GPU memory manager subsystem used
208 to manage memory buffers. This option is mostly useful for kernel
209 developers.
210
211 If in doubt, say "N".
212
199config DRM_EXEC
200 tristate
201 depends on DRM
202 help
203 Execution context for command submissions
204
205config DRM_BUDDY
206 tristate

--- 217 unchanged lines hidden ---
213config DRM_EXEC
214 tristate
215 depends on DRM
216 help
217 Execution context for command submissions
218
219config DRM_BUDDY
220 tristate

--- 217 unchanged lines hidden ---