docs: filesystems: sysfs: Make text and code for ->show() consistent
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / Kconfig
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 #
8 menuconfig DRM
9         tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
10         depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && HAS_DMA
11         select DRM_NOMODESET
12         select DRM_PANEL_ORIENTATION_QUIRKS
13         select HDMI
14         select FB_CMDLINE
15         select I2C
16         select I2C_ALGOBIT
17         select DMA_SHARED_BUFFER
18         select SYNC_FILE
19 # gallium uses SYS_kcmp for os_same_file_description() to de-duplicate
20 # device and dmabuf fd. Let's make sure that is available for our userspace.
21         select KCMP
22         help
23           Kernel-level support for the Direct Rendering Infrastructure (DRI)
24           introduced in XFree86 4.0. If you say Y here, you need to select
25           the module that's right for your graphics card from the list below.
26           These modules provide support for synchronization, security, and
27           DMA transfers. Please see <http://dri.sourceforge.net/> for more
28           details.  You should also select and configure AGP
29           (/dev/agpgart) support if it is available for your platform.
30
31 config DRM_MIPI_DBI
32         tristate
33         depends on DRM
34
35 config DRM_MIPI_DSI
36         bool
37         depends on DRM
38
39 config DRM_DEBUG_MM
40         bool "Insert extra checks and debug info into the DRM range managers"
41         default n
42         depends on DRM=y
43         depends on STACKTRACE_SUPPORT
44         select STACKDEPOT
45         help
46           Enable allocation tracking of memory manager and leak detection on
47           shutdown.
48
49           Recommended for driver developers only.
50
51           If in doubt, say "N".
52
53 config DRM_USE_DYNAMIC_DEBUG
54         bool "use dynamic debug to implement drm.debug"
55         default y
56         depends on DRM
57         depends on DYNAMIC_DEBUG || DYNAMIC_DEBUG_CORE
58         depends on JUMP_LABEL
59         help
60           Use dynamic-debug to avoid drm_debug_enabled() runtime overheads.
61           Due to callsite counts in DRM drivers (~4k in amdgpu) and 56
62           bytes per callsite, the .data costs can be substantial, and
63           are therefore configurable.
64
65 config DRM_DEBUG_SELFTEST
66         tristate "kselftests for DRM"
67         depends on DRM
68         depends on DEBUG_KERNEL
69         select PRIME_NUMBERS
70         select DRM_DISPLAY_DP_HELPER
71         select DRM_DISPLAY_HELPER
72         select DRM_LIB_RANDOM
73         select DRM_KMS_HELPER
74         select DRM_BUDDY
75         select DRM_EXPORT_FOR_TESTS if m
76         default n
77         help
78           This option provides kernel modules that can be used to run
79           various selftests on parts of the DRM api. This option is not
80           useful for distributions or general kernels, but only for kernel
81           developers working on DRM and associated drivers.
82
83           If in doubt, say "N".
84
85 config DRM_KUNIT_TEST
86         tristate "KUnit tests for DRM" if !KUNIT_ALL_TESTS
87         depends on DRM && KUNIT=y
88         select DRM_KMS_HELPER
89         default KUNIT_ALL_TESTS
90         help
91           This builds unit tests for DRM. This option is not useful for
92           distributions or general kernels, but only for kernel
93           developers working on DRM and associated drivers.
94
95           For more information on KUnit and unit tests in general,
96           please refer to the KUnit documentation in
97           Documentation/dev-tools/kunit/.
98
99           If in doubt, say "N".
100
101 config DRM_KMS_HELPER
102         tristate
103         depends on DRM
104         help
105           CRTC helpers for KMS drivers.
106
107 config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
108         bool "Enable refcount backtrace history in the DP MST helpers"
109         depends on STACKTRACE_SUPPORT
110         select STACKDEPOT
111         depends on DRM_KMS_HELPER
112         depends on DEBUG_KERNEL
113         depends on EXPERT
114         help
115           Enables debug tracing for topology refs in DRM's DP MST helpers. A
116           history of each topology reference/dereference will be printed to the
117           kernel log once a port or branch device's topology refcount reaches 0.
118
119           This has the potential to use a lot of memory and print some very
120           large kernel messages. If in doubt, say "N".
121
122 config DRM_DEBUG_MODESET_LOCK
123         bool "Enable backtrace history for lock contention"
124         depends on STACKTRACE_SUPPORT
125         depends on DEBUG_KERNEL
126         depends on EXPERT
127         select STACKDEPOT
128         default y if DEBUG_WW_MUTEX_SLOWPATH
129         help
130           Enable debug tracing of failures to gracefully handle drm modeset lock
131           contention. A history of each drm modeset lock path hitting -EDEADLK
132           will be saved until gracefully handled, and the backtrace will be
133           printed when attempting to lock a contended lock.
134
135           If in doubt, say "N".
136
137 config DRM_FBDEV_EMULATION
138         bool "Enable legacy fbdev support for your modesetting driver"
139         depends on DRM_KMS_HELPER
140         depends on FB=y || FB=DRM_KMS_HELPER
141         select FB_CFB_FILLRECT
142         select FB_CFB_COPYAREA
143         select FB_CFB_IMAGEBLIT
144         select FB_DEFERRED_IO
145         select FB_SYS_FOPS
146         select FB_SYS_FILLRECT
147         select FB_SYS_COPYAREA
148         select FB_SYS_IMAGEBLIT
149         select FRAMEBUFFER_CONSOLE if !EXPERT
150         select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
151         default y
152         help
153           Choose this option if you have a need for the legacy fbdev
154           support. Note that this support also provides the linux console
155           support on top of your modesetting driver.
156
157           If in doubt, say "Y".
158
159 config DRM_FBDEV_OVERALLOC
160         int "Overallocation of the fbdev buffer"
161         depends on DRM_FBDEV_EMULATION
162         default 100
163         help
164           Defines the fbdev buffer overallocation in percent. Default
165           is 100. Typical values for double buffering will be 200,
166           triple buffering 300.
167
168 config DRM_FBDEV_LEAK_PHYS_SMEM
169         bool "Shamelessly allow leaking of fbdev physical address (DANGEROUS)"
170         depends on DRM_FBDEV_EMULATION && EXPERT
171         default n
172         help
173           In order to keep user-space compatibility, we want in certain
174           use-cases to keep leaking the fbdev physical address to the
175           user-space program handling the fbdev buffer.
176           This affects, not only, Amlogic, Allwinner or Rockchip devices
177           with ARM Mali GPUs using an userspace Blob.
178           This option is not supported by upstream developers and should be
179           removed as soon as possible and be considered as a broken and
180           legacy behaviour from a modern fbdev device driver.
181
182           Please send any bug reports when using this to your proprietary
183           software vendor that requires this.
184
185           If in doubt, say "N" or spread the word to your closed source
186           library vendor.
187
188 config DRM_LOAD_EDID_FIRMWARE
189         bool "Allow to specify an EDID data set instead of probing for it"
190         depends on DRM
191         help
192           Say Y here, if you want to use EDID data to be loaded from the
193           /lib/firmware directory or one of the provided built-in
194           data sets. This may be necessary, if the graphics adapter or
195           monitor are unable to provide appropriate EDID data. Since this
196           feature is provided as a workaround for broken hardware, the
197           default case is N. Details and instructions how to build your own
198           EDID data are given in Documentation/admin-guide/edid.rst.
199
200 source "drivers/gpu/drm/display/Kconfig"
201
202 config DRM_TTM
203         tristate
204         depends on DRM && MMU
205         help
206           GPU memory management subsystem for devices with multiple
207           GPU memory types. Will be enabled automatically if a device driver
208           uses it.
209
210 config DRM_BUDDY
211         tristate
212         depends on DRM
213         help
214           A page based buddy allocator
215
216 config DRM_VRAM_HELPER
217         tristate
218         depends on DRM
219         help
220           Helpers for VRAM memory management
221
222 config DRM_TTM_HELPER
223         tristate
224         depends on DRM
225         select DRM_TTM
226         help
227           Helpers for ttm-based gem objects
228
229 config DRM_GEM_CMA_HELPER
230         tristate
231         depends on DRM
232         help
233           Choose this if you need the GEM CMA helper functions
234
235 config DRM_GEM_SHMEM_HELPER
236         tristate
237         depends on DRM && MMU
238         help
239           Choose this if you need the GEM shmem helper functions
240
241 config DRM_SCHED
242         tristate
243         depends on DRM
244
245 source "drivers/gpu/drm/i2c/Kconfig"
246
247 source "drivers/gpu/drm/arm/Kconfig"
248
249 config DRM_RADEON
250         tristate "ATI Radeon"
251         depends on DRM && PCI && MMU
252         depends on AGP || !AGP
253         select FW_LOADER
254         select DRM_DISPLAY_DP_HELPER
255         select DRM_DISPLAY_HELPER
256         select DRM_KMS_HELPER
257         select DRM_TTM
258         select DRM_TTM_HELPER
259         select POWER_SUPPLY
260         select HWMON
261         select BACKLIGHT_CLASS_DEVICE
262         select INTERVAL_TREE
263         help
264           Choose this option if you have an ATI Radeon graphics card.  There
265           are both PCI and AGP versions.  You don't need to choose this to
266           run the Radeon in plain VGA mode.
267
268           If M is selected, the module will be called radeon.
269
270 source "drivers/gpu/drm/radeon/Kconfig"
271
272 config DRM_AMDGPU
273         tristate "AMD GPU"
274         depends on DRM && PCI && MMU
275         select FW_LOADER
276         select DRM_DISPLAY_DP_HELPER
277         select DRM_DISPLAY_HDMI_HELPER
278         select DRM_DISPLAY_HELPER
279         select DRM_KMS_HELPER
280         select DRM_SCHED
281         select DRM_TTM
282         select DRM_TTM_HELPER
283         select POWER_SUPPLY
284         select HWMON
285         select BACKLIGHT_CLASS_DEVICE
286         select INTERVAL_TREE
287         select DRM_BUDDY
288         help
289           Choose this option if you have a recent AMD Radeon graphics card.
290
291           If M is selected, the module will be called amdgpu.
292
293 source "drivers/gpu/drm/amd/amdgpu/Kconfig"
294
295 source "drivers/gpu/drm/nouveau/Kconfig"
296
297 source "drivers/gpu/drm/i915/Kconfig"
298
299 source "drivers/gpu/drm/kmb/Kconfig"
300
301 config DRM_VGEM
302         tristate "Virtual GEM provider"
303         depends on DRM && MMU
304         select DRM_GEM_SHMEM_HELPER
305         help
306           Choose this option to get a virtual graphics memory manager,
307           as used by Mesa's software renderer for enhanced performance.
308           If M is selected the module will be called vgem.
309
310 config DRM_VKMS
311         tristate "Virtual KMS (EXPERIMENTAL)"
312         depends on DRM && MMU
313         select DRM_KMS_HELPER
314         select DRM_GEM_SHMEM_HELPER
315         select CRC32
316         default n
317         help
318           Virtual Kernel Mode-Setting (VKMS) is used for testing or for
319           running GPU in a headless machines. Choose this option to get
320           a VKMS.
321
322           If M is selected the module will be called vkms.
323
324 source "drivers/gpu/drm/exynos/Kconfig"
325
326 source "drivers/gpu/drm/rockchip/Kconfig"
327
328 source "drivers/gpu/drm/vmwgfx/Kconfig"
329
330 source "drivers/gpu/drm/gma500/Kconfig"
331
332 source "drivers/gpu/drm/udl/Kconfig"
333
334 source "drivers/gpu/drm/ast/Kconfig"
335
336 source "drivers/gpu/drm/mgag200/Kconfig"
337
338 source "drivers/gpu/drm/armada/Kconfig"
339
340 source "drivers/gpu/drm/atmel-hlcdc/Kconfig"
341
342 source "drivers/gpu/drm/rcar-du/Kconfig"
343
344 source "drivers/gpu/drm/shmobile/Kconfig"
345
346 source "drivers/gpu/drm/sun4i/Kconfig"
347
348 source "drivers/gpu/drm/omapdrm/Kconfig"
349
350 source "drivers/gpu/drm/tilcdc/Kconfig"
351
352 source "drivers/gpu/drm/qxl/Kconfig"
353
354 source "drivers/gpu/drm/virtio/Kconfig"
355
356 source "drivers/gpu/drm/msm/Kconfig"
357
358 source "drivers/gpu/drm/fsl-dcu/Kconfig"
359
360 source "drivers/gpu/drm/tegra/Kconfig"
361
362 source "drivers/gpu/drm/stm/Kconfig"
363
364 source "drivers/gpu/drm/panel/Kconfig"
365
366 source "drivers/gpu/drm/bridge/Kconfig"
367
368 source "drivers/gpu/drm/sti/Kconfig"
369
370 source "drivers/gpu/drm/imx/Kconfig"
371
372 source "drivers/gpu/drm/ingenic/Kconfig"
373
374 source "drivers/gpu/drm/v3d/Kconfig"
375
376 source "drivers/gpu/drm/vc4/Kconfig"
377
378 source "drivers/gpu/drm/etnaviv/Kconfig"
379
380 source "drivers/gpu/drm/hisilicon/Kconfig"
381
382 source "drivers/gpu/drm/logicvc/Kconfig"
383
384 source "drivers/gpu/drm/mediatek/Kconfig"
385
386 source "drivers/gpu/drm/mxsfb/Kconfig"
387
388 source "drivers/gpu/drm/meson/Kconfig"
389
390 source "drivers/gpu/drm/tiny/Kconfig"
391
392 source "drivers/gpu/drm/pl111/Kconfig"
393
394 source "drivers/gpu/drm/tve200/Kconfig"
395
396 source "drivers/gpu/drm/xen/Kconfig"
397
398 source "drivers/gpu/drm/vboxvideo/Kconfig"
399
400 source "drivers/gpu/drm/lima/Kconfig"
401
402 source "drivers/gpu/drm/panfrost/Kconfig"
403
404 source "drivers/gpu/drm/aspeed/Kconfig"
405
406 source "drivers/gpu/drm/mcde/Kconfig"
407
408 source "drivers/gpu/drm/tidss/Kconfig"
409
410 source "drivers/gpu/drm/xlnx/Kconfig"
411
412 source "drivers/gpu/drm/gud/Kconfig"
413
414 source "drivers/gpu/drm/solomon/Kconfig"
415
416 source "drivers/gpu/drm/sprd/Kconfig"
417
418 config DRM_HYPERV
419         tristate "DRM Support for Hyper-V synthetic video device"
420         depends on DRM && PCI && MMU && HYPERV
421         select DRM_KMS_HELPER
422         select DRM_GEM_SHMEM_HELPER
423         help
424          This is a KMS driver for Hyper-V synthetic video device. Choose this
425          option if you would like to enable drm driver for Hyper-V virtual
426          machine. Unselect Hyper-V framebuffer driver (CONFIG_FB_HYPERV) so
427          that DRM driver is used by default.
428
429          If M is selected the module will be called hyperv_drm.
430
431 # Keep legacy drivers last
432
433 menuconfig DRM_LEGACY
434         bool "Enable legacy drivers (DANGEROUS)"
435         depends on DRM && MMU
436         help
437           Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous
438           APIs to user-space, which can be used to circumvent access
439           restrictions and other security measures. For backwards compatibility
440           those drivers are still available, but their use is highly
441           inadvisable and might harm your system.
442
443           You are recommended to use the safe modeset-only drivers instead, and
444           perform 3D emulation in user-space.
445
446           Unless you have strong reasons to go rogue, say "N".
447
448 if DRM_LEGACY
449
450 config DRM_TDFX
451         tristate "3dfx Banshee/Voodoo3+"
452         depends on DRM && PCI
453         help
454           Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
455           graphics card.  If M is selected, the module will be called tdfx.
456
457 config DRM_R128
458         tristate "ATI Rage 128"
459         depends on DRM && PCI
460         select FW_LOADER
461         help
462           Choose this option if you have an ATI Rage 128 graphics card.  If M
463           is selected, the module will be called r128.  AGP support for
464           this card is strongly suggested (unless you have a PCI version).
465
466 config DRM_I810
467         tristate "Intel I810"
468         # !PREEMPTION because of missing ioctl locking
469         depends on DRM && AGP && AGP_INTEL && (!PREEMPTION || BROKEN)
470         help
471           Choose this option if you have an Intel I810 graphics card.  If M is
472           selected, the module will be called i810.  AGP support is required
473           for this driver to work.
474
475 config DRM_MGA
476         tristate "Matrox g200/g400"
477         depends on DRM && PCI
478         select FW_LOADER
479         help
480           Choose this option if you have a Matrox G200, G400 or G450 graphics
481           card.  If M is selected, the module will be called mga.  AGP
482           support is required for this driver to work.
483
484 config DRM_SIS
485         tristate "SiS video cards"
486         depends on DRM && AGP
487         depends on FB_SIS || FB_SIS=n
488         help
489           Choose this option if you have a SiS 630 or compatible video
490           chipset. If M is selected the module will be called sis. AGP
491           support is required for this driver to work.
492
493 config DRM_VIA
494         tristate "Via unichrome video cards"
495         depends on DRM && PCI
496         help
497           Choose this option if you have a Via unichrome or compatible video
498           chipset. If M is selected the module will be called via.
499
500 config DRM_SAVAGE
501         tristate "Savage video cards"
502         depends on DRM && PCI
503         help
504           Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
505           chipset. If M is selected the module will be called savage.
506
507 endif # DRM_LEGACY
508
509 config DRM_EXPORT_FOR_TESTS
510         bool
511
512 # Separate option because drm_panel_orientation_quirks.c is shared with fbdev
513 config DRM_PANEL_ORIENTATION_QUIRKS
514         tristate
515
516 # Separate option because nomodeset parameter is global and expected built-in
517 config DRM_NOMODESET
518         bool
519         default n
520
521 config DRM_LIB_RANDOM
522         bool
523         default n
524
525 config DRM_PRIVACY_SCREEN
526         bool
527         default n