/linux-5.19.10/Documentation/gpu/ |
D | vga-switcheroo.rst | 7 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c 16 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c 22 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c 31 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c 58 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c 61 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
|
D | index.rst | 18 vga-switcheroo
|
/linux-5.19.10/Documentation/devicetree/bindings/display/connector/ |
D | vga-connector.yaml | 4 $id: http://devicetree.org/schemas/display/connector/vga-connector.yaml# 14 const: vga-connector 35 compatible = "vga-connector"; 36 label = "vga";
|
/linux-5.19.10/Documentation/power/ |
D | video.rst | 49 (3) systems that initialize video card into vga text mode and where 99 Acer TM C300 vga=normal (only suspend on console, not in X), 103 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text 106 Acer TM 800 vga=normal, X patches, see webpage (5) 108 Acer TM 803 vga=normal, X patches, see webpage (5) 110 Acer TM 803LCi vga=normal, vbetool (6) 115 Asus M6887Ne vga=normal, s3_bios (2), use radeon driver 120 Compaq Evo N620c vga=normal, s3_bios (2) 122 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6) 123 Dell D610 vga=normal and X (possibly vbestate (6) too, [all …]
|
D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
/linux-5.19.10/drivers/gpu/drm/virtio/ |
D | virtgpu_drv.c | 53 bool vga = (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in virtio_gpu_pci_quirk() local 58 vga ? "virtio-vga" : "virtio-gpu-pci", in virtio_gpu_pci_quirk() 60 if (vga) { in virtio_gpu_pci_quirk()
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | sun6i-a31-hummingbird.dts | 76 vga-connector { 77 compatible = "vga-connector"; 86 vga-dac { 87 compatible = "dumb-vga-dac"; 114 regulator-name = "vga-3v3";
|
D | r8a7779-marzen.dts | 82 vga-encoder { 104 vga { 105 compatible = "vga-connector";
|
D | r8a7792-blanche.dts | 57 vga-encoder { 90 vga { 91 compatible = "vga-connector";
|
D | sun5i-a13-olinuxino.dts | 76 compatible = "dumb-vga-dac"; 100 vga { 101 compatible = "vga-connector";
|
D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 10 …compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25"…
|
D | da850-lcdk.dts | 119 vga-bridge { 146 vga { 147 compatible = "vga-connector";
|
D | sun9i-a80-cubieboard4.dts | 77 vga-connector { 78 compatible = "vga-connector"; 79 label = "vga"; 89 vga-dac {
|
D | r8a7794-alt.dts | 134 vga-encoder { 156 vga { 157 compatible = "vga-connector";
|
/linux-5.19.10/Documentation/fb/ |
D | vesafb.rst | 32 Switching modes is done using the vga=... boot parameter. Read 40 vga=ask and hit return. The mode you wish to use is derived from the 69 To enable one of those modes you have to specify "vga=ask" in the 71 mode at the "vga=ask" prompt. For example if you like to use 81 "vga=mode-number" you have to transform the numbers to decimal. 153 vgapal Use the standard vga registers for palette changes.
|
D | pvr2fb.rst | 51 cable:X cable type. This can be any of the following: vga, rgb, and 55 vga. If none is specified, we guess.
|
D | sstfb.rst | 23 with the vga passthrou cable, I can only suggest borrowing a screen 150 - `sst_dbg_vgapass`, changes vga passthrou. You have to recompile the 153 sst_dbg_vgapass /dev/fb1 1 (enables vga cable) 154 sst_dbg_vgapass /dev/fb1 0 (disables vga cable)
|
/linux-5.19.10/drivers/media/pci/solo6x10/ |
D | solo6x10-enc.c | 133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print() local 137 if (WARN_ON_ONCE(!vga)) in solo_osd_print() 148 vga_data = (const u8 *)vga->data; in solo_osd_print()
|
/linux-5.19.10/drivers/gpu/ |
D | Makefile | 5 obj-y += host1x/ drm/ vga/
|
/linux-5.19.10/drivers/gpu/drm/tiny/ |
D | Kconfig | 14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" 41 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 42 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 43 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
|
/linux-5.19.10/Documentation/devicetree/bindings/iio/frequency/ |
D | adi,admv1014.yaml | 46 vcc-vga-supply: 122 vcc-vga-supply = <&vcc_vga>;
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | cx24113.c | 191 vga = cx24113_readreg(state, 0x1f) & 0x3f, in cx24113_set_gain_settings() local 206 vga |= (VGA_7 << 3) | VGA_7; in cx24113_set_gain_settings() 209 vga |= (VGA_6 << 3) | VGA_2; in cx24113_set_gain_settings() 214 cx24113_writereg(state, 0x1f, vga); in cx24113_set_gain_settings()
|
/linux-5.19.10/drivers/video/ |
D | Kconfig | 15 source "drivers/gpu/vga/Kconfig"
|
/linux-5.19.10/arch/um/include/asm/ |
D | Kbuild | 30 generic-y += vga.h
|
/linux-5.19.10/arch/x86/xen/ |
D | Makefile | 48 obj-$(CONFIG_XEN_PV_DOM0) += vga.o
|