]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/Kconfig
drm: Add support for a panel-orientation connector property, v6
[linux.git] / drivers / gpu / drm / Kconfig
1 #
2 # Drm device configuration
3 #
4 # This driver provides support for the
5 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
6 #
7 menuconfig DRM
8         tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9         depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && HAS_DMA
10         select DRM_PANEL_ORIENTATION_QUIRKS
11         select HDMI
12         select FB_CMDLINE
13         select I2C
14         select I2C_ALGOBIT
15         select DMA_SHARED_BUFFER
16         select SYNC_FILE
17         help
18           Kernel-level support for the Direct Rendering Infrastructure (DRI)
19           introduced in XFree86 4.0. If you say Y here, you need to select
20           the module that's right for your graphics card from the list below.
21           These modules provide support for synchronization, security, and
22           DMA transfers. Please see <http://dri.sourceforge.net/> for more
23           details.  You should also select and configure AGP
24           (/dev/agpgart) support if it is available for your platform.
25
26 config DRM_MIPI_DSI
27         bool
28         depends on DRM
29
30 config DRM_PANEL_ORIENTATION_QUIRKS
31         tristate
32
33 config DRM_DP_AUX_CHARDEV
34         bool "DRM DP AUX Interface"
35         depends on DRM
36         help
37           Choose this option to enable a /dev/drm_dp_auxN node that allows to
38           read and write values to arbitrary DPCD registers on the DP aux
39           channel.
40
41 config DRM_DEBUG_MM
42         bool "Insert extra checks and debug info into the DRM range managers"
43         default n
44         depends on DRM=y
45         depends on STACKTRACE_SUPPORT
46         select STACKDEPOT
47         help
48           Enable allocation tracking of memory manager and leak detection on
49           shutdown.
50
51           Recommended for driver developers only.
52
53           If in doubt, say "N".
54
55 config DRM_DEBUG_MM_SELFTEST
56         tristate "kselftests for DRM range manager (struct drm_mm)"
57         depends on DRM
58         depends on DEBUG_KERNEL
59         select PRIME_NUMBERS
60         select DRM_LIB_RANDOM
61         default n
62         help
63           This option provides a kernel module that can be used to test
64           the DRM range manager (drm_mm) and its API. This option is not
65           useful for distributions or general kernels, but only for kernel
66           developers working on DRM and associated drivers.
67
68           If in doubt, say "N".
69
70 config DRM_KMS_HELPER
71         tristate
72         depends on DRM
73         help
74           CRTC helpers for KMS drivers.
75
76 config DRM_KMS_FB_HELPER
77         bool
78         depends on DRM_KMS_HELPER
79         select FB
80         select FRAMEBUFFER_CONSOLE if !EXPERT
81         select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
82         select FB_SYS_FOPS
83         select FB_SYS_FILLRECT
84         select FB_SYS_COPYAREA
85         select FB_SYS_IMAGEBLIT
86         select FB_CFB_FILLRECT
87         select FB_CFB_COPYAREA
88         select FB_CFB_IMAGEBLIT
89         select FB_DEFERRED_IO
90         help
91           FBDEV helpers for KMS drivers.
92
93 config DRM_FBDEV_EMULATION
94         bool "Enable legacy fbdev support for your modesetting driver"
95         depends on DRM
96         select DRM_KMS_HELPER
97         select DRM_KMS_FB_HELPER
98         default y
99         help
100           Choose this option if you have a need for the legacy fbdev
101           support. Note that this support also provides the linux console
102           support on top of your modesetting driver.
103
104           If in doubt, say "Y".
105
106 config DRM_FBDEV_OVERALLOC
107         int "Overallocation of the fbdev buffer"
108         depends on DRM_FBDEV_EMULATION
109         default 100
110         help
111           Defines the fbdev buffer overallocation in percent. Default
112           is 100. Typical values for double buffering will be 200,
113           triple buffering 300.
114
115 config DRM_LOAD_EDID_FIRMWARE
116         bool "Allow to specify an EDID data set instead of probing for it"
117         depends on DRM
118         help
119           Say Y here, if you want to use EDID data to be loaded from the
120           /lib/firmware directory or one of the provided built-in
121           data sets. This may be necessary, if the graphics adapter or
122           monitor are unable to provide appropriate EDID data. Since this
123           feature is provided as a workaround for broken hardware, the
124           default case is N. Details and instructions how to build your own
125           EDID data are given in Documentation/EDID/HOWTO.txt.
126
127 config DRM_TTM
128         tristate
129         depends on DRM && MMU
130         help
131           GPU memory management subsystem for devices with multiple
132           GPU memory types. Will be enabled automatically if a device driver
133           uses it.
134
135 config DRM_GEM_CMA_HELPER
136         bool
137         depends on DRM
138         help
139           Choose this if you need the GEM CMA helper functions
140
141 config DRM_KMS_CMA_HELPER
142         bool
143         depends on DRM
144         select DRM_GEM_CMA_HELPER
145         select DRM_KMS_FB_HELPER
146         select FB_SYS_FILLRECT
147         select FB_SYS_COPYAREA
148         select FB_SYS_IMAGEBLIT
149         help
150           Choose this if you need the KMS CMA helper functions
151
152 config DRM_VM
153         bool
154         depends on DRM && MMU
155
156 source "drivers/gpu/drm/i2c/Kconfig"
157
158 source "drivers/gpu/drm/arm/Kconfig"
159
160 config DRM_RADEON
161         tristate "ATI Radeon"
162         depends on DRM && PCI && MMU
163         select FW_LOADER
164         select DRM_KMS_HELPER
165         select DRM_TTM
166         select POWER_SUPPLY
167         select HWMON
168         select BACKLIGHT_CLASS_DEVICE
169         select BACKLIGHT_LCD_SUPPORT
170         select INTERVAL_TREE
171         help
172           Choose this option if you have an ATI Radeon graphics card.  There
173           are both PCI and AGP versions.  You don't need to choose this to
174           run the Radeon in plain VGA mode.
175
176           If M is selected, the module will be called radeon.
177
178 source "drivers/gpu/drm/radeon/Kconfig"
179
180 config DRM_AMDGPU
181         tristate "AMD GPU"
182         depends on DRM && PCI && MMU
183         select FW_LOADER
184         select DRM_KMS_HELPER
185         select DRM_TTM
186         select POWER_SUPPLY
187         select HWMON
188         select BACKLIGHT_CLASS_DEVICE
189         select BACKLIGHT_LCD_SUPPORT
190         select INTERVAL_TREE
191         select CHASH
192         help
193           Choose this option if you have a recent AMD Radeon graphics card.
194
195           If M is selected, the module will be called amdgpu.
196
197 source "drivers/gpu/drm/amd/amdgpu/Kconfig"
198
199 source "drivers/gpu/drm/amd/lib/Kconfig"
200
201 source "drivers/gpu/drm/nouveau/Kconfig"
202
203 source "drivers/gpu/drm/i915/Kconfig"
204
205 config DRM_VGEM
206         tristate "Virtual GEM provider"
207         depends on DRM
208         help
209           Choose this option to get a virtual graphics memory manager,
210           as used by Mesa's software renderer for enhanced performance.
211           If M is selected the module will be called vgem.
212
213
214 source "drivers/gpu/drm/exynos/Kconfig"
215
216 source "drivers/gpu/drm/rockchip/Kconfig"
217
218 source "drivers/gpu/drm/vmwgfx/Kconfig"
219
220 source "drivers/gpu/drm/gma500/Kconfig"
221
222 source "drivers/gpu/drm/udl/Kconfig"
223
224 source "drivers/gpu/drm/ast/Kconfig"
225
226 source "drivers/gpu/drm/mgag200/Kconfig"
227
228 source "drivers/gpu/drm/cirrus/Kconfig"
229
230 source "drivers/gpu/drm/armada/Kconfig"
231
232 source "drivers/gpu/drm/atmel-hlcdc/Kconfig"
233
234 source "drivers/gpu/drm/rcar-du/Kconfig"
235
236 source "drivers/gpu/drm/shmobile/Kconfig"
237
238 source "drivers/gpu/drm/sun4i/Kconfig"
239
240 source "drivers/gpu/drm/omapdrm/Kconfig"
241
242 source "drivers/gpu/drm/tilcdc/Kconfig"
243
244 source "drivers/gpu/drm/qxl/Kconfig"
245
246 source "drivers/gpu/drm/bochs/Kconfig"
247
248 source "drivers/gpu/drm/virtio/Kconfig"
249
250 source "drivers/gpu/drm/msm/Kconfig"
251
252 source "drivers/gpu/drm/fsl-dcu/Kconfig"
253
254 source "drivers/gpu/drm/tegra/Kconfig"
255
256 source "drivers/gpu/drm/stm/Kconfig"
257
258 source "drivers/gpu/drm/panel/Kconfig"
259
260 source "drivers/gpu/drm/bridge/Kconfig"
261
262 source "drivers/gpu/drm/sti/Kconfig"
263
264 source "drivers/gpu/drm/amd/amdkfd/Kconfig"
265
266 source "drivers/gpu/drm/imx/Kconfig"
267
268 source "drivers/gpu/drm/vc4/Kconfig"
269
270 source "drivers/gpu/drm/etnaviv/Kconfig"
271
272 source "drivers/gpu/drm/arc/Kconfig"
273
274 source "drivers/gpu/drm/hisilicon/Kconfig"
275
276 source "drivers/gpu/drm/mediatek/Kconfig"
277
278 source "drivers/gpu/drm/zte/Kconfig"
279
280 source "drivers/gpu/drm/mxsfb/Kconfig"
281
282 source "drivers/gpu/drm/meson/Kconfig"
283
284 source "drivers/gpu/drm/tinydrm/Kconfig"
285
286 source "drivers/gpu/drm/pl111/Kconfig"
287
288 source "drivers/gpu/drm/tve200/Kconfig"
289
290 # Keep legacy drivers last
291
292 menuconfig DRM_LEGACY
293         bool "Enable legacy drivers (DANGEROUS)"
294         depends on DRM && MMU
295         select DRM_VM
296         help
297           Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous
298           APIs to user-space, which can be used to circumvent access
299           restrictions and other security measures. For backwards compatibility
300           those drivers are still available, but their use is highly
301           inadvisable and might harm your system.
302
303           You are recommended to use the safe modeset-only drivers instead, and
304           perform 3D emulation in user-space.
305
306           Unless you have strong reasons to go rogue, say "N".
307
308 if DRM_LEGACY
309
310 config DRM_TDFX
311         tristate "3dfx Banshee/Voodoo3+"
312         depends on DRM && PCI
313         help
314           Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
315           graphics card.  If M is selected, the module will be called tdfx.
316
317 config DRM_R128
318         tristate "ATI Rage 128"
319         depends on DRM && PCI
320         select FW_LOADER
321         help
322           Choose this option if you have an ATI Rage 128 graphics card.  If M
323           is selected, the module will be called r128.  AGP support for
324           this card is strongly suggested (unless you have a PCI version).
325
326 config DRM_I810
327         tristate "Intel I810"
328         # !PREEMPT because of missing ioctl locking
329         depends on DRM && AGP && AGP_INTEL && (!PREEMPT || BROKEN)
330         help
331           Choose this option if you have an Intel I810 graphics card.  If M is
332           selected, the module will be called i810.  AGP support is required
333           for this driver to work.
334
335 config DRM_MGA
336         tristate "Matrox g200/g400"
337         depends on DRM && PCI
338         select FW_LOADER
339         help
340           Choose this option if you have a Matrox G200, G400 or G450 graphics
341           card.  If M is selected, the module will be called mga.  AGP
342           support is required for this driver to work.
343
344 config DRM_SIS
345         tristate "SiS video cards"
346         depends on DRM && AGP
347         depends on FB_SIS || FB_SIS=n
348         help
349           Choose this option if you have a SiS 630 or compatible video
350           chipset. If M is selected the module will be called sis. AGP
351           support is required for this driver to work.
352
353 config DRM_VIA
354         tristate "Via unichrome video cards"
355         depends on DRM && PCI
356         help
357           Choose this option if you have a Via unichrome or compatible video
358           chipset. If M is selected the module will be called via.
359
360 config DRM_SAVAGE
361         tristate "Savage video cards"
362         depends on DRM && PCI
363         help
364           Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
365           chipset. If M is selected the module will be called savage.
366
367 endif # DRM_LEGACY
368
369 config DRM_LIB_RANDOM
370         bool
371         default n