| /kernel/linux/linux-6.6/drivers/zorro/ |
| D | zorro.ids | 60 f500 A2410 HiRes [Graphics Card] 93 0000 A2410 HiRes [Graphics Card] 98 2000 1600-GX [Graphics Card] 119 2000 Impact Vision 24 [Graphics Card] 154 2000 Impact Vision 24 [Graphics Card] 155 4400 Rembrandt [Graphics Card] 171 fe00 Pixel64 [Graphics Card] 172 ff00 Pixel64 RAM [Graphics Card] 193 2000 FrameMaster II [Graphics Card] 244 2000 FrameMaster II [Graphics Card] [all …]
|
| /kernel/linux/linux-5.10/drivers/zorro/ |
| D | zorro.ids | 60 f500 A2410 HiRes [Graphics Card] 93 0000 A2410 HiRes [Graphics Card] 98 2000 1600-GX [Graphics Card] 119 2000 Impact Vision 24 [Graphics Card] 154 2000 Impact Vision 24 [Graphics Card] 155 4400 Rembrandt [Graphics Card] 171 fe00 Pixel64 [Graphics Card] 172 ff00 Pixel64 RAM [Graphics Card] 193 2000 FrameMaster II [Graphics Card] 244 2000 FrameMaster II [Graphics Card] [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/qcom/ |
| D | Kconfig | 120 graphics, video encode/decode, camera, etc. 222 SD/eMMC, display, graphics, camera etc. 230 SD/eMMC, display, graphics, camera etc. 240 SD/eMMC, display, graphics, camera etc. 248 SD/eMMC, display, graphics, camera etc. 290 graphics, video encode/decode, camera, etc. 298 SD/eMMC, display, graphics, camera etc. 317 graphics, video encode/decode, camera, etc. 334 graphics, video encode/decode, camera, etc. 358 graphics, video encode/decode, camera, etc. [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | Kconfig | 99 graphics, video encode/decode, camera, etc. 172 SD/eMMC, display, graphics, camera etc. 180 SD/eMMC, display, graphics, camera etc. 218 graphics, video encode/decode, camera, etc. 235 graphics, video encode/decode, camera, etc. 259 graphics, video encode/decode, camera, etc. 270 tristate "MSM8998 Graphics Clock Controller" 274 Support for the graphics clock controller on MSM8998 devices. 275 Say Y if you want to support graphics controller devices and 276 functionality such as 3D graphics. [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | Kconfig | 3 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" 43 Choose this option if you have a system that has "Intel Graphics 44 Media Accelerator" or "HD Graphics" integrated graphics, 47 Core i5, Core i7 as well as Atom CPUs with integrated graphics. 66 Force probe the i915 driver for Intel graphics devices that are 125 tristate "Enable KVM host support Intel GVT-g graphics virtualization" 136 Choose this option if you want to enable Intel GVT-g graphics 137 virtualization technology host support with integrated graphics. 138 With GVT-g, it's possible to have one integrated graphics 153 PXP (Protected Xe Path) is an i915 component, available on graphics
|
| D | intel_device_info.c | 96 if (runtime->graphics.ip.rel) in intel_device_info_print() 97 drm_printf(p, "graphics version: %u.%02u\n", in intel_device_info_print() 98 runtime->graphics.ip.ver, in intel_device_info_print() 99 runtime->graphics.ip.rel); in intel_device_info_print() 101 drm_printf(p, "graphics version: %u\n", in intel_device_info_print() 102 runtime->graphics.ip.ver); in intel_device_info_print() 112 drm_printf(p, "graphics stepping: %s\n", intel_step_name(runtime->step.graphics_step)); in intel_device_info_print() 318 * Setup the graphics version for the current device. This must be done before 332 drm_WARN_ON(&i915->drm, RUNTIME_INFO(i915)->graphics.ip.ver > 12); in intel_ipver_early_init() 334 * On older platforms, graphics and media share the same ip in intel_ipver_early_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Kconfig | 3 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" 30 Choose this option if you have a system that has "Intel Graphics 31 Media Accelerator" or "HD Graphics" integrated graphics, 34 Core i5, Core i7 as well as Atom CPUs with integrated graphics. 53 Force probe the driver for new Intel graphics devices that are 101 bool "Enable Intel GVT-g graphics virtualization host support" 107 Choose this option if you want to enable Intel GVT-g graphics 108 virtualization technology host support with integrated graphics. 109 With GVT-g, it's possible to have one integrated graphics
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | Kconfig | 11 The frame buffer device provides an abstraction for the graphics 13 allows application software to access the graphics hardware through 22 only way to use the graphics hardware. 39 Say Y here and to the driver for your graphics board below if you 87 Say N unless you have such a graphics board or plan to get one 142 This is the frame buffer device driver for the Acorn VIDC graphics 192 Say Y if you have a NetWinder or a graphics card containing this 201 Say Y here if you want DDC support for your CyberPro graphics 231 This is the frame buffer device driver for the builtin graphics 258 This enables support for the Advanced Graphics Architecture (also [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | Kconfig | 17 The frame buffer device provides an abstraction for the graphics 19 allows application software to access the graphics hardware through 28 only way to use the graphics hardware. 39 Say Y here and to the driver for your graphics board below if you 246 Say N unless you have such a graphics board or plan to get one 302 This is the frame buffer device driver for the Acorn VIDC graphics 353 Say Y if you have a NetWinder or a graphics card containing this 362 Say Y here if you want DDC support for your CyberPro graphics 394 This is the frame buffer device driver for the builtin graphics 421 This enables support for the Advanced Graphics Architecture (also [all …]
|
| /kernel/linux/linux-6.6/Documentation/gpu/ |
| D | introduction.rst | 6 complex graphics devices, usually containing programmable pipelines well 7 suited to 3D graphics acceleration. Graphics drivers in the kernel may 139 and documents that can be used to learn about DRM/KMS and graphics in general. 143 could face when working on the graphics user-space stack, etc. For this reason, 144 the learning material covers many aspects of the Linux graphics stack. From an 155 * `An Overview of the Linux and Userspace Graphics Stack <https://www.youtube.com/watch?v=wjAJmqwg4… 157 * `Everything Great about Upstream Graphics <https://www.youtube.com/watch?v=kVzHOgt6WGE>`_ - Danie… 167 * `Understanding the Linux Graphics Stack <https://bootlin.com/doc/training/graphics/graphics-slide… 173 …introduction to the Linux graphics stack <https://blogs.igalia.com/itoral/2014/07/29/a-brief-intro… 174 * `The Linux Graphics Stack <https://blog.mecheye.net/2012/06/the-linux-graphics-stack/>`_ - Jasper…
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-i915-hwmon | 7 Only supported for particular Intel i915 graphics platforms. 21 Only supported for particular Intel i915 graphics platforms. 29 Only supported for particular Intel i915 graphics platforms. 38 Only supported for particular Intel i915 graphics platforms. 51 Only supported for particular Intel i915 graphics platforms. 64 Only supported for particular Intel i915 graphics platforms. 77 Only supported for particular Intel i915 graphics platforms.
|
| D | sysfs-devices-platform-sh_mobile_lcdc_fb | 1 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_alpha 12 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_mode 25 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_position 35 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_rop3
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | edid.rst | 7 In the good old days when graphics parameters were configured explicitly 10 Today, with the advent of Kernel Mode Setting, a graphics board is 15 - The graphics board does not recognize the monitor. 16 - The graphics board is unable to detect any EDID data. 17 - The graphics board incorrectly forwards EDID data to the driver.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | edid.rst | 7 In the good old days when graphics parameters were configured explicitly 10 Today, with the advent of Kernel Mode Setting, a graphics board is 15 - The graphics board does not recognize the monitor. 16 - The graphics board is unable to detect any EDID data. 17 - The graphics board incorrectly forwards EDID data to the driver.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
| D | hgsmi_channels.h | 20 /* Graphics: VBVA */ 22 /* Graphics: Seamless with a single guest region */ 24 /* Graphics: Seamless with separate host windows */ 26 /* Graphics: OpenGL HW acceleration */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
| D | hgsmi_channels.h | 20 /* Graphics: VBVA */ 22 /* Graphics: Seamless with a single guest region */ 24 /* Graphics: Seamless with separate host windows */ 26 /* Graphics: OpenGL HW acceleration */
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/ |
| D | vermilion.h | 6 * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 44 /* Graphics plane control */ 55 /* Graphics plane start address. Pixel aligned. */ 58 /* Graphics plane stride register. */ 61 /* Graphics plane position register. */ 68 /* Graphics plane height and width */ 75 /* Graphics plane gamma correction lookup table registers (129 * 32 bits) */
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/ |
| D | vermilion.h | 6 * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 44 /* Graphics plane control */ 55 /* Graphics plane start address. Pixel aligned. */ 58 /* Graphics plane stride register. */ 61 /* Graphics plane position register. */ 68 /* Graphics plane height and width */ 75 /* Graphics plane gamma correction lookup table registers (129 * 32 bits) */
|
| /kernel/linux/linux-5.10/drivers/eisa/ |
| D | eisa.ids | 229 CPQ3111 "Compaq QVision 1024/E Graphics Controller" 230 CPQ3112 "Compaq QVision 1280/E Graphics Controller" 231 CPQ3121 "Compaq QVision 1024/I Graphics Controller" 232 CPQ3122 "Compaq QVision 1280/I Graphics Controller" 396 CPQFC0B "Compaq Advanced Graphics 1024 Board" 443 DEC8101 "DEC VGA 1024 Graphics Adapter" 444 DEC8102 "DEC 8514/A-Compatible Graphics Adapter" 445 DEC8103 "DECpc VGA 1024 NI Graphics Adapter" 480 DELFC00 "Dell GPX-1024 Graphics Performance Accelerator" 482 DELFC02 "Paradise Hi-Res Graphics Adapter" [all …]
|
| /kernel/linux/linux-6.6/drivers/eisa/ |
| D | eisa.ids | 229 CPQ3111 "Compaq QVision 1024/E Graphics Controller" 230 CPQ3112 "Compaq QVision 1280/E Graphics Controller" 231 CPQ3121 "Compaq QVision 1024/I Graphics Controller" 232 CPQ3122 "Compaq QVision 1280/I Graphics Controller" 396 CPQFC0B "Compaq Advanced Graphics 1024 Board" 443 DEC8101 "DEC VGA 1024 Graphics Adapter" 444 DEC8102 "DEC 8514/A-Compatible Graphics Adapter" 445 DEC8103 "DECpc VGA 1024 NI Graphics Adapter" 480 DELFC00 "Dell GPX-1024 Graphics Performance Accelerator" 482 DELFC02 "Paradise Hi-Res Graphics Adapter" [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-sh_mobile_lcdc_fb | 1 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_alpha 12 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_mode 25 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_position 35 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_rop3
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/sn/sn0/ |
| D | hubpi.h | 8 * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc. 119 /* Graphics control registers */ 121 #define PI_GFX_PAGE_A 0x000300 /* Graphics page A */ 122 #define PI_GFX_CREDIT_CNTR_A 0x000308 /* Graphics credit counter A */ 123 #define PI_GFX_BIAS_A 0x000310 /* Graphics bias A */ 124 #define PI_GFX_INT_CNTR_A 0x000318 /* Graphics interrupt counter A */ 125 #define PI_GFX_INT_CMP_A 0x000320 /* Graphics interrupt comparator A */ 126 #define PI_GFX_PAGE_B 0x000328 /* Graphics page B */ 127 #define PI_GFX_CREDIT_CNTR_B 0x000330 /* Graphics credit counter B */ 128 #define PI_GFX_BIAS_B 0x000338 /* Graphics bias B */ [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/ |
| D | hubpi.h | 8 * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc. 119 /* Graphics control registers */ 121 #define PI_GFX_PAGE_A 0x000300 /* Graphics page A */ 122 #define PI_GFX_CREDIT_CNTR_A 0x000308 /* Graphics credit counter A */ 123 #define PI_GFX_BIAS_A 0x000310 /* Graphics bias A */ 124 #define PI_GFX_INT_CNTR_A 0x000318 /* Graphics interrupt counter A */ 125 #define PI_GFX_INT_CMP_A 0x000320 /* Graphics interrupt comparator A */ 126 #define PI_GFX_PAGE_B 0x000328 /* Graphics page B */ 127 #define PI_GFX_CREDIT_CNTR_B 0x000330 /* Graphics credit counter B */ 128 #define PI_GFX_BIAS_B 0x000338 /* Graphics bias B */ [all …]
|
| /kernel/linux/linux-6.6/sound/hda/ |
| D | hdac_component.c | 28 * driver that needs the interaction with graphics driver. 61 * needs the interaction with graphics driver. 116 * driver that needs the interaction with graphics driver. 151 * driver that needs the interaction with graphics driver. 247 * driver that needs the interaction with graphics driver. 249 * This function sets the given ops to be called by the graphics driver. 272 * driver that needs the interaction with graphics driver. 275 * with graphics driver. 327 * driver that needs the interaction with graphics driver.
|
| /kernel/linux/linux-5.10/sound/hda/ |
| D | hdac_component.c | 28 * driver that needs the interaction with graphics driver. 61 * needs the interaction with graphics driver. 116 * driver that needs the interaction with graphics driver. 151 * driver that needs the interaction with graphics driver. 247 * driver that needs the interaction with graphics driver. 249 * This function sets the given ops to be called by the graphics driver. 272 * driver that needs the interaction with graphics driver. 275 * with graphics driver. 327 * driver that needs the interaction with graphics driver.
|