| /drivers/gpu/drm/xe/ |
| A D | xe_step.c | 33 .graphics = STEP_##x_, \ 97 [0x5] = { .graphics = STEP_B0 }, 98 [0x6] = { .graphics = STEP_B1 }, 99 [0x7] = { .graphics = STEP_C0 }, 170 if (revid < size && revids[revid].graphics != STEP_NONE) { in xe_step_pre_gmdid_get() 183 while (revid < size && revids[revid].graphics == STEP_NONE) in xe_step_pre_gmdid_get() 192 step.graphics = STEP_FUTURE; in xe_step_pre_gmdid_get() 196 drm_WARN_ON(&xe->drm, step.graphics == STEP_NONE); in xe_step_pre_gmdid_get() 227 .graphics = STEP_A0 + graphics_gmdid_revid, in xe_step_gmdid_get() 231 if (step.graphics >= STEP_FUTURE) { in xe_step_gmdid_get() [all …]
|
| 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))
|
| A D | xe_step_types.h | 12 u8 graphics; member
|
| A D | xe_rtp.c | 83 match = xe->info.step.graphics >= r->step_start && in rule_matches() 84 xe->info.step.graphics < r->step_end && in rule_matches()
|
| A D | xe_assert.h | 120 xe_step_name(__xe->info.step.graphics), \
|
| /drivers/clk/qcom/ |
| 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. 557 functionality such as 3D graphics. 663 functionality such as 3D graphics. 681 functionality such as 3D graphics. 730 functionality such as 3D graphics. 739 functionality such as 3D graphics. 748 functionality such as 3D graphics. [all …]
|
| /drivers/gpu/drm/i915/ |
| 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()
|
| 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
|
| A D | i915_pci.c | 45 .__runtime.graphics.ip.ver = (x), \ 664 .__runtime.graphics.ip.rel = 10, 724 .__runtime.graphics.ip.ver = 12, \ 725 .__runtime.graphics.ip.rel = 55, \ 765 .__runtime.graphics.ip.ver = 12, 766 .__runtime.graphics.ip.rel = 70, 952 return i915_pci_resource_valid(pdev, intel_mmio_bar(intel_info->__runtime.graphics.ip.ver)); in intel_mmio_bar_valid()
|
| /drivers/gpu/drm/xe/tests/ |
| 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()
|
| A D | xe_pci_test.c | 20 const struct xe_graphics_desc *graphics = param->desc; in check_graphics_ip() local 21 u64 mask = graphics->hw_engine_mask; in check_graphics_ip()
|
| /drivers/video/fbdev/ |
| 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 …]
|
| /drivers/media/platform/samsung/s5p-g2d/ |
| A D | Kconfig | 2 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" 10 2d graphics accelerator.
|
| /drivers/media/platform/rockchip/rga/ |
| 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,
|
| /drivers/gpu/drm/sun4i/ |
| 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
|
| /drivers/misc/mei/ |
| 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
|
| /drivers/video/console/ |
| 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.
|
| /drivers/gpu/drm/imx/dc/ |
| A D | Kconfig | 13 enable Freescale i.MX8 Display Controller(DC) graphics support
|
| /drivers/misc/mei/gsc_proxy/ |
| A D | Kconfig | 12 Intel graphics card and services on CSE (MEI) firmware
|
| /drivers/media/platform/amlogic/meson-ge2d/ |
| A D | Kconfig | 9 This is a v4l2 driver for Amlogic GE2D 2D graphics accelerator.
|
| /drivers/gpu/vga/ |
| A D | Kconfig | 13 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
| /drivers/gpu/drm/armada/ |
| A D | Kconfig | 11 supports graphics and video overlays.
|
| /drivers/gpu/host1x/ |
| A D | Kconfig | 16 Tegra's graphics- and multimedia-related modules. The modules served
|
| /drivers/gpu/ipu-v3/ |
| A D | ipu-ic.c | 147 bool graphics; member 286 if (ic->graphics) { in ipu_ic_task_enable() 578 ic->rotation = ic->graphics = false; in ipu_ic_disable()
|
| /drivers/gpu/drm/mgag200/ |
| A D | Kconfig | 22 are running on other CPU cores than the graphics output.
|