/Linux-v5.10/drivers/gpu/drm/zte/ |
D | zx_vga.c | 50 struct zx_vga *vga = to_zx_vga(encoder); in zx_vga_encoder_enable() local 51 struct zx_vga_pwrctrl *pwrctrl = &vga->pwrctrl; in zx_vga_encoder_enable() 62 struct zx_vga *vga = to_zx_vga(encoder); in zx_vga_encoder_disable() local 63 struct zx_vga_pwrctrl *pwrctrl = &vga->pwrctrl; in zx_vga_encoder_disable() 78 struct zx_vga *vga = to_zx_vga(connector); in zx_vga_connector_get_modes() local 86 zx_writel(vga->mmio + VGA_AUTO_DETECT_SEL, 0); in zx_vga_connector_get_modes() 88 edid = drm_get_edid(connector, &vga->ddc->adap); in zx_vga_connector_get_modes() 96 zx_writel(vga->mmio + VGA_AUTO_DETECT_SEL, in zx_vga_connector_get_modes() 98 vga->connected = false; in zx_vga_connector_get_modes() 106 zx_writel(vga->mmio + VGA_AUTO_DETECT_SEL, VGA_DETECT_SEL_HAS_DEVICE); in zx_vga_connector_get_modes() [all …]
|
/Linux-v5.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 | 16 vga-switcheroo
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | zte,vou.txt | 64 - compatible: should be "zte,zx296718-vga" 69 - zte,vga-power-control: the phandle to SYSCTRL block followed by two 96 vga: vga@8000 { 97 compatible = "zte,zx296718-vga"; 102 zte,vga-power-control = <&sysctrl 0x170 0xe0>;
|
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/gpu/drm/virtio/ |
D | virtgpu_drv.c | 51 bool vga = (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in virtio_gpu_pci_quirk() local 55 vga ? "virtio-vga" : "virtio-gpu-pci", in virtio_gpu_pci_quirk() 58 if (vga) in virtio_gpu_pci_quirk()
|
/Linux-v5.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 | sun9i-a80-cubieboard4.dts | 77 vga-connector { 78 compatible = "vga-connector"; 79 label = "vga"; 89 vga-dac { 90 compatible = "corpro,gm7123", "adi,adv7123", "dumb-vga-dac";
|
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";
|
/Linux-v5.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-v5.10/arch/arm64/boot/dts/zte/ |
D | zx296718-pcbox.dts | 101 vga_pins: vga { 139 &vga {
|
/Linux-v5.10/drivers/gpu/ |
D | Makefile | 6 obj-y += drm/ vga/
|
/Linux-v5.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-v5.10/drivers/gpu/drm/tiny/ |
D | Kconfig | 18 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 19 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 20 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-zx.txt | 75 vga_pins: vga { 81 &vga {
|
/Linux-v5.10/drivers/gpu/drm/bochs/ |
D | Kconfig | 3 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
|
/Linux-v5.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-v5.10/drivers/video/ |
D | Kconfig | 15 source "drivers/gpu/vga/Kconfig"
|
/Linux-v5.10/arch/arm64/boot/dts/renesas/ |
D | r8a77995-draak.dts | 127 vga { 128 compatible = "vga-connector"; 137 vga-encoder {
|