Home
last modified time | relevance | path

Searched refs:Graphics (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v5.15/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-v5.15/Documentation/gpu/
Dv3d.rst2 drm/v3d Broadcom V3D Graphics Driver
6 :doc: Broadcom V3D Graphics Driver
Dvga-switcheroo.rst76 Graphics mux
80 :doc: Graphics mux
Dvc4.rst2 drm/vc4 Broadcom VC4 Graphics Driver
6 :doc: Broadcom VC4 Graphics Driver
/Linux-v5.15/drivers/gpu/drm/vboxvideo/
DKconfig3 tristate "Virtual Box Graphics Card"
11 This is a KMS driver for the virtual Graphics Card used in
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/display/
Dwm,prizm-ge-rops.txt1 VIA/Wondermedia Graphics Engine Controller
/Linux-v5.15/Documentation/fb/
Defifb.rst7 both firmware with Graphics Output Protocol (GOP) displays as well as older
8 systems with only Universal Graphics Adapter (UGA) displays.
Dsstfb.rst8 This is a frame buffer device driver for 3dfx' Voodoo Graphics
38 Graphics in section "console". Compile, install, have fun... and please
/Linux-v5.15/drivers/gpu/drm/i915/
DKconfig3 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
31 Choose this option if you have a system that has "Intel Graphics
32 Media Accelerator" or "HD Graphics" integrated graphics,
/Linux-v5.15/drivers/video/
DKconfig6 menu "Graphics support"
/Linux-v5.15/drivers/video/fbdev/
Dneofb.c329 par->Graphics[0] = 0x00; in vgaHWInit()
330 par->Graphics[1] = 0x00; in vgaHWInit()
331 par->Graphics[2] = 0x00; in vgaHWInit()
332 par->Graphics[3] = 0x00; in vgaHWInit()
333 par->Graphics[4] = 0x00; in vgaHWInit()
334 par->Graphics[5] = 0x40; in vgaHWInit()
335 par->Graphics[6] = 0x05; /* only map 64k VGA memory !!!! */ in vgaHWInit()
336 par->Graphics[7] = 0x0F; in vgaHWInit()
337 par->Graphics[8] = 0xFF; in vgaHWInit()
459 vga_wgfx(NULL, i, par->Graphics[i]); in vgaHWRestore()
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c418 regp->Graphics[NV_VIO_GX_SR_INDEX] = 0x00; in nv_crtc_mode_set_vga()
419 regp->Graphics[NV_VIO_GX_SREN_INDEX] = 0x00; in nv_crtc_mode_set_vga()
420 regp->Graphics[NV_VIO_GX_CCOMP_INDEX] = 0x00; in nv_crtc_mode_set_vga()
421 regp->Graphics[NV_VIO_GX_ROP_INDEX] = 0x00; in nv_crtc_mode_set_vga()
422 regp->Graphics[NV_VIO_GX_READ_MAP_INDEX] = 0x00; in nv_crtc_mode_set_vga()
423 regp->Graphics[NV_VIO_GX_MODE_INDEX] = 0x40; /* 256 color mode */ in nv_crtc_mode_set_vga()
424 regp->Graphics[NV_VIO_GX_MISC_INDEX] = 0x05; /* map 64k mem + graphic mode */ in nv_crtc_mode_set_vga()
425 regp->Graphics[NV_VIO_GX_DONT_CARE_INDEX] = 0x0F; in nv_crtc_mode_set_vga()
426 regp->Graphics[NV_VIO_GX_BIT_MASK_INDEX] = 0xFF; in nv_crtc_mode_set_vga()
Ddisp.h26 uint8_t Graphics[9]; member
/Linux-v5.15/drivers/gpu/drm/vc4/
DKconfig3 tristate "Broadcom VC4 Graphics"
/Linux-v5.15/drivers/net/ethernet/seeq/
DKconfig32 used in many Silicon Graphics machines.
/Linux-v5.15/drivers/usb/musb/
DKconfig4 # for silicon based on Mentor Graphics INVENTRA designs
14 controller based on the Mentor Graphics silicon IP. Then
/Linux-v5.15/include/video/
Dneomagic.h131 unsigned char Graphics[9]; /* Video Graphics */ member
/Linux-v5.15/drivers/gpu/vga/
DKconfig22 bool "Laptop Hybrid Graphics - GPU switching support"
/Linux-v5.15/drivers/video/fbdev/savage/
Dsavagefb_driver.c133 VGAwGR(i, reg->Graphics[i], par); in vgaHWRestore()
215 reg->Graphics[0x00] = 0x00; in vgaHWInit()
216 reg->Graphics[0x01] = 0x00; in vgaHWInit()
217 reg->Graphics[0x02] = 0x00; in vgaHWInit()
218 reg->Graphics[0x03] = 0x00; in vgaHWInit()
219 reg->Graphics[0x04] = 0x00; in vgaHWInit()
220 reg->Graphics[0x05] = 0x40; in vgaHWInit()
221 reg->Graphics[0x06] = 0x05; /* only map 64k VGA memory !!!! */ in vgaHWInit()
222 reg->Graphics[0x07] = 0x0F; in vgaHWInit()
223 reg->Graphics[0x08] = 0xFF; in vgaHWInit()
/Linux-v5.15/drivers/clk/qcom/
DKconfig310 tristate "MSM8998 Graphics Clock Controller"
398 tristate "SC7180 Graphics Clock Controller"
406 tristate "SC7280 Graphics Clock Controller"
463 tristate "SDM660 Graphics Clock Controller"
494 tristate "SDM845 Graphics Clock Controller"
597 tristate "SM8150 Graphics Clock Controller"
605 tristate "SM8250 Graphics Clock Controller"
/Linux-v5.15/Documentation/devicetree/bindings/gpu/
Dnvidia,gk20a.txt1 NVIDIA Tegra Graphics Processing Units
/Linux-v5.15/drivers/iommu/intel/
DKconfig69 Current Graphics drivers tend to use physical address
/Linux-v5.15/tools/perf/Documentation/
Dperf-timechart.txt22 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
/Linux-v5.15/Documentation/x86/
Dintel-iommu.rst56 Graphics Problems?

123