Home
last modified time | relevance | path

Searched full:graphics (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/linux-6.12.1/drivers/zorro/
Dzorro.ids60 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 …]
/linux-6.12.1/drivers/clk/qcom/
DKconfig51 tristate "X1E80100 Graphics Clock Controller"
55 Support for the graphics clock controller on X1E80100 devices.
56 Say Y if you want to support graphics controller devices and
57 functionality such as 3D graphics.
68 tristate "QCM2290 Graphics Clock Controller"
72 Support for the graphics clock controller on QCM2290 devices.
73 Say Y if you want to support graphics controller devices and
74 functionality such as 3D graphics.
171 graphics, video encode/decode, camera, etc.
282 SD/eMMC, display, graphics, camera etc.
[all …]
/linux-6.12.1/drivers/video/fbdev/
DKconfig11 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
122 This is the frame buffer device driver for the Acorn VIDC graphics
165 Say Y if you have a NetWinder or a graphics card containing this
174 Say Y here if you want DDC support for your CyberPro graphics
206 This is the frame buffer device driver for the builtin graphics
233 This enables support for the Advanced Graphics Architecture (also
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/
DKconfig3 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
42 Choose this option if you have a system that has "Intel Graphics
43 Media Accelerator" or "HD Graphics" integrated graphics,
46 Core i5, Core i7 as well as Atom CPUs with integrated graphics.
65 Force probe the i915 driver for Intel graphics devices that are
124 tristate "Enable KVM host support Intel GVT-g graphics virtualization"
134 Choose this option if you want to enable Intel GVT-g graphics
135 virtualization technology host support with integrated graphics.
136 With GVT-g, it's possible to have one integrated graphics
151 PXP (Protected Xe Path) is an i915 component, available on graphics
Dintel_device_info.c93 if (runtime->graphics.ip.rel) in intel_device_info_print()
94 drm_printf(p, "graphics version: %u.%02u\n", in intel_device_info_print()
95 runtime->graphics.ip.ver, in intel_device_info_print()
96 runtime->graphics.ip.rel); in intel_device_info_print()
98 drm_printf(p, "graphics version: %u\n", in intel_device_info_print()
99 runtime->graphics.ip.ver); in intel_device_info_print()
109 drm_printf(p, "graphics stepping: %s\n", intel_step_name(runtime->step.graphics_step)); in intel_device_info_print()
315 * Setup the graphics version for the current device. This must be done before
329 drm_WARN_ON(&i915->drm, RUNTIME_INFO(i915)->graphics.ip.ver > 12); in intel_ipver_early_init()
331 * On older platforms, graphics and media share the same ip in intel_ipver_early_init()
[all …]
/linux-6.12.1/Documentation/gpu/
Dintroduction.rst6 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>`_ - Simon…
167 * `The Linux graphics stack in a nutshell, part 1 <https://lwn.net/Articles/955376/>`_ - Thomas Zim…
168 * `The Linux graphics stack in a nutshell, part 2 <https://lwn.net/Articles/955708/>`_ - Thomas Zim…
169 * `Understanding the Linux Graphics Stack <https://bootlin.com/doc/training/graphics/graphics-slide…
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-intel-xe-hwmon13 Only supported for particular Intel Xe graphics platforms.
21 Only supported for particular Intel Xe graphics platforms.
30 Only supported for particular Intel Xe graphics platforms.
39 Only supported for particular Intel Xe graphics platforms.
53 Only supported for particular Intel Xe graphics platforms.
61 Only supported for particular Intel Xe graphics platforms.
74 Only supported for particular Intel Xe graphics platforms.
93 Only supported for particular Intel Xe graphics platforms.
102 Only supported for particular Intel Xe graphics platforms.
110 Only supported for particular Intel Xe graphics platforms.
Dsysfs-driver-intel-i915-hwmon7 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.
85 Only supported for particular Intel i915 graphics platforms.
Dsysfs-devices-platform-sh_mobile_lcdc_fb1 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
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_step.c15 * (Graphics/Media/Display) stepping values that can be compared numerically.
32 .graphics = STEP_##x_, \
96 [0x5] = { .graphics = STEP_B0 },
97 [0x6] = { .graphics = STEP_B1 },
98 [0x7] = { .graphics = STEP_C0 },
169 if (revid < size && revids[revid].graphics != STEP_NONE) { in xe_step_pre_gmdid_get()
182 while (revid < size && revids[revid].graphics == STEP_NONE) in xe_step_pre_gmdid_get()
191 step.graphics = STEP_FUTURE; in xe_step_pre_gmdid_get()
195 drm_WARN_ON(&xe->drm, step.graphics == STEP_NONE); in xe_step_pre_gmdid_get()
212 * @graphics_gmdid_revid: value of graphics GMD_ID register's revid field
[all …]
Dxe_pci.c48 const struct xe_graphics_desc *graphics; member
220 .graphics = &graphics_xelp,
229 .graphics = &graphics_xelp,
240 .graphics = &graphics_xelp,
255 .graphics = &graphics_xelp,
268 .graphics = &graphics_xelp,
280 .graphics = &graphics_xelpp,
305 .graphics = &graphics_xehpg,
314 .graphics = &graphics_xehpg,
323 .graphics = &graphics_xehpc,
[all …]
Dxe_rtp.h70 * XE_RTP_RULE_GRAPHICS_STEP - Create rule matching graphics stepping
119 * XE_RTP_RULE_GRAPHICS_VERSION - Create rule matching graphics version
120 * @ver__: Graphics IP version to match
129 * XE_RTP_RULE_GRAPHICS_VERSION_RANGE - Create rule matching a range of graphics version
130 * @ver_start__: First graphics IP version to match
131 * @ver_end__: Last graphics IP version to match
143 * XE_RTP_RULE_GRAPHICS_VERSION_ANY_GT - Create rule matching graphics version on any GT
144 * @ver__: Graphics IP version to match
147 * being checked is not of the graphics type. It allows to add RTP entries to
148 * another GT when the device contains a Graphics IP with that version.
[all …]
/linux-6.12.1/Documentation/admin-guide/
Dedid.rst7 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.
Dunicode.rst33 permits for example the use of block graphics even with a Latin-1 font
60 have been defined; these are used by the DEC VT graphics map. [v1.2]
64 U+F800 DEC VT GRAPHICS HORIZONTAL LINE SCAN 1
65 U+F801 DEC VT GRAPHICS HORIZONTAL LINE SCAN 3
66 U+F803 DEC VT GRAPHICS HORIZONTAL LINE SCAN 7
67 U+F804 DEC VT GRAPHICS HORIZONTAL LINE SCAN 9
71 a smooth progression in the DEC VT graphics character set. I have
72 omitted the scan 5 line, since it is also used as a block-graphics
/linux-6.12.1/drivers/gpu/drm/vboxvideo/
Dhgsmi_channels.h20 /* Graphics: VBVA */
22 /* Graphics: Seamless with a single guest region */
24 /* Graphics: Seamless with separate host windows */
26 /* Graphics: OpenGL HW acceleration */
/linux-6.12.1/drivers/eisa/
Deisa.ids229 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 …]
/linux-6.12.1/arch/mips/include/asm/sn/sn0/
Dhubpi.h8 * 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 …]
/linux-6.12.1/sound/hda/
Dhdac_component.c28 * 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.
/linux-6.12.1/include/video/
Dcirrus.h46 #define CL_SEQR10 0x10 /* Graphics Cursor X Position */
47 #define CL_SEQR11 0x11 /* Graphics Cursor Y Position */
48 #define CL_SEQR12 0x12 /* Graphics Cursor Attributes */
49 #define CL_SEQR13 0x13 /* Graphics Cursor Pattern Address Offset */
64 #define CL_CRT22 0x22 /* Graphics Data Latches ReadBack */
78 /*** Graphics Controller Registers ***/
82 #define CL_GRB 0xb /* Graphics Controller Mode Extensions */
/linux-6.12.1/Documentation/gpu/amdgpu/
Damdgpu-glossary.rst34 Graphics Address Remapping Table. This is the name we use for the GPUVM
43 Graphics and Compute
56 Graphics Translation Tables. This is a memory pool managed through TTM
78 Kernel Graphics Queue
/linux-6.12.1/arch/parisc/include/asm/
Dgrfioctl.h12 /* upper 32 bits of graphics id (HP/UX identifier) */
37 #define S9000_ID_TIMBER 0x27F12392 /* Bushmaster (710) Graphics */
39 #define S9000_ID_ARTIST 0x2B4DED6D /* Artist (Gecko/712 & 715) onboard Graphics */
40 #define S9000_ID_HCRX 0x2BCB015A /* Hyperdrive/Hyperbowl (A4071A) Graphics */
/linux-6.12.1/Documentation/fb/
Dvesafb.rst7 The idea is simple: Turn on graphics mode at boot time with the help
12 graphics mode. Switching mode later on (in protected mode) is
21 support for every VBE 2.0 compliant graphics board).
36 graphics mode). Which of them takes over the console depends on
37 whenever the specified mode is text or graphics.
90 It depends on X-Server and graphics board.
103 * configure and load the DOS-Tools for the graphics board (if
/linux-6.12.1/Documentation/devicetree/bindings/soc/nuvoton/
Dnuvoton,gfxi.yaml7 title: Graphics Core Information block in Nuvoton SoCs
14 The Graphics Core Information (GFXI) are a block of registers in Nuvoton SoCs
15 that analyzes Graphics core behavior and provides information in registers.
/linux-6.12.1/Documentation/driver-api/mei/
Dhdcp.rst7 HDCP2.2 protocol negotiation between the Intel graphics device and
11 according the HDCP 2.2 spec. The Intel graphics sends the created blob
19 the HDCP encryption keys to Intel graphics hardware.
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Ddev-overlay.rst12 (VGA-)video signal of a graphics card, or to store captured images
13 directly in video memory of a graphics card, typically with clipping.
81 helper application with suitable privileges should query the graphics
84 Some devices add the video overlay to the output signal of the graphics
94 primary graphics surface assume a certain color.
99 pixel is displayed, otherwise a pixel of the graphics surface.
103 video is displayed, so the graphics surface can be seen here.
130 its position over the graphics surface and the clipping to be applied.
319 because the application and graphics system are not aware these

12345678910>>...46