| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_step.c | 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() 226 .graphics = STEP_A0 + graphics_gmdid_revid, in xe_step_gmdid_get() 230 if (step.graphics >= STEP_FUTURE) { in xe_step_gmdid_get() [all …]
|
| H A D | xe_device_types.h | 61 (_xe)->info.step.graphics >= (min_step) && \ 62 (_xe)->info.step.graphics < (max_step)) 66 (_xe)->info.step.graphics >= (min_step) && \ 67 (_xe)->info.step.graphics < (max_step))
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel-xe-hwmon | 13 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. [all …]
|
| H A 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. 85 Only supported for particular Intel i915 graphics platforms. 93 Only supported for particular Intel i915 graphics platforms.
|
| H A 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
|
| /linux-6.15/Documentation/admin-guide/ |
| H A 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.
|
| /linux-6.15/drivers/clk/qcom/ |
| H A D | Kconfig | 57 functionality such as 3D graphics. 74 functionality such as 3D graphics. 83 functionality such as 3D graphics. 468 functionality such as 3D graphics. 618 functionality such as 3D graphics. 636 functionality such as 3D graphics. 685 functionality such as 3D graphics. 694 functionality such as 3D graphics. 703 functionality such as 3D graphics. 797 functionality such as 3D graphics [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_device_info.c | 93 if (runtime->graphics.ip.rel) 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() 99 runtime->graphics.ip.ver); in intel_device_info_print() 338 drm_WARN_ON(&i915->drm, RUNTIME_INFO(i915)->graphics.ip.ver > 12); in intel_ipver_early_init() 344 RUNTIME_INFO(i915)->graphics.ip; in intel_ipver_early_init() 349 &runtime->graphics.ip); in intel_ipver_early_init() 351 if (runtime->graphics.ip.ver == 0x0 && in intel_ipver_early_init() 353 RUNTIME_INFO(i915)->graphics.ip.ver = 12; in intel_ipver_early_init() 354 RUNTIME_INFO(i915)->graphics.ip.rel = 70; in intel_ipver_early_init()
|
| H A D | Kconfig | 45 Media Accelerator" or "HD Graphics" integrated graphics, 48 Core i5, Core i7 as well as Atom CPUs with integrated graphics. 67 Force probe the i915 driver for Intel graphics devices that are 126 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
|
| H A D | i915_pci.c | 45 .__runtime.graphics.ip.ver = (x), \ 664 .__runtime.graphics.ip.rel = 10, 725 .__runtime.graphics.ip.ver = 12, \ 726 .__runtime.graphics.ip.rel = 55, \ 766 .__runtime.graphics.ip.ver = 12, 767 .__runtime.graphics.ip.rel = 70, 953 return i915_pci_resource_valid(pdev, intel_mmio_bar(intel_info->__runtime.graphics.ip.ver)); in intel_mmio_bar_valid()
|
| /linux-6.15/Documentation/gpu/amdgpu/ |
| H A D | process-isolation.rst | 7 …graphics engine. This feature serializes access to the graphics engine and adds a cleaner shader w… 19 …graphics engine partitioning, this can be enabled per partition. The partition and its current set… 42 The driver can trigger a cleaner shader to clean up the LDS and GPR state on the graphics engine. W…
|
| /linux-6.15/Documentation/driver-api/mei/ |
| H A D | hdcp.rst | 7 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.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_wa_test.c | 32 .step = { .graphics = STEP_ ## graphics_step__ } \ 41 .step = { .graphics = STEP_ ## graphics_step__ } \ 52 .step = { .graphics = STEP_ ## graphics_step__, \ 95 .graphics_step = param->step.graphics, in xe_wa_test_init()
|
| H A D | xe_pci_test.c | 17 static void check_graphics_ip(const struct xe_graphics_desc *graphics) in check_graphics_ip() argument 20 u64 mask = graphics->hw_engine_mask; in check_graphics_ip()
|
| /linux-6.15/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | Kconfig | 2 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" 10 2d graphics accelerator.
|
| /linux-6.15/Documentation/gpu/ |
| H A 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 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… 175 …introduction to the Linux graphics stack <https://blogs.igalia.com/itoral/2014/07/29/a-brief-intro… 176 * `The Linux Graphics Stack <https://blog.mecheye.net/2012/06/the-linux-graphics-stack/>`_ - Jasper…
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | Kconfig | 22 only way to use the graphics hardware. 314 65550 graphics chip in PowerBooks. 334 tristate "VGA 16-color graphics support" 425 bool "VESA VGA graphics support" 457 tristate "Hercules mono graphics support" 531 and Elite3D graphics boards. 1088 Say Y if you have such a graphics card. 1206 graphics board. 1222 such a graphics board. 1248 Voodoo2 (cvg) based graphics card. [all …]
|
| /linux-6.15/drivers/media/platform/rockchip/rga/ |
| H A D | Kconfig | 9 This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator. 11 It accelerates 2D graphics operations, such as point/line drawing,
|
| /linux-6.15/Documentation/fb/ |
| H A D | vesafb.rst | 7 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
|
| H A D | vt8623fb.rst | 2 vt8623fb - fbdev driver for graphics core in VIA VT8623 chipset 9 VIA VT8623 [CLE266] chipset and its graphics core
|
| H A D | intel810.rst | 18 graphics devices. These include: 23 - Intel 815 Internal graphics only, 100Mhz FSB 24 - Intel 815 Internal graphics only 25 - Intel 815 Internal graphics and AGP 125 used by standard graphics applications (XFree86). The default 242 c. Enable agpgart support for the Intel 810/815 on-board graphics.
|
| /linux-6.15/drivers/misc/mei/ |
| H A D | Kconfig | 54 Intel auxiliary driver for GSC devices embedded in Intel graphics devices. 57 Intel graphics devices, to support a range of chassis 58 tasks such as graphics card firmware update and security
|
| /linux-6.15/drivers/gpu/drm/sun4i/ |
| H A D | Kconfig | 46 do some alpha blending and feed graphics to TCON. If M is 78 graphics mixture and feed graphics to TCON, If M is
|
| /linux-6.15/drivers/video/console/ |
| H A D | Kconfig | 30 Say Y here if you have an old MDA or monochrome Hercules graphics 46 Say Y here if you want the console on the Newport aka XL graphics 90 acceleration for graphics drivers which were written for the fbdev 91 graphics interface.
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | dev-overlay.rst | 12 (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
|