| /OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | x86_sys_io.patch | 11 purgatory/arch/i386/vga.c | 2 +- 27 diff --git a/purgatory/arch/i386/vga.c b/purgatory/arch/i386/vga.c 29 --- a/purgatory/arch/i386/vga.c 30 +++ b/purgatory/arch/i386/vga.c
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_exec.c | 677 LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga) in LockLegacyVGA() argument 679 vga->save_msr = pci_io_read8(pInt->io, 0x03CC); in LockLegacyVGA() 680 vga->save_vse = pci_io_read8(pInt->io, 0x03C3); in LockLegacyVGA() 682 vga->save_46e8 = pci_io_read8(pInt->io, 0x46E8); in LockLegacyVGA() 684 vga->save_pos102 = pci_io_read8(pInt->io, 0x0102); in LockLegacyVGA() 685 pci_io_write8(pInt->io, 0x03C2, ~(uint8_t) 0x03 & vga->save_msr); in LockLegacyVGA() 686 pci_io_write8(pInt->io, 0x03C3, ~(uint8_t) 0x01 & vga->save_vse); in LockLegacyVGA() 688 pci_io_write8(pInt->io, 0x46E8, ~(uint8_t) 0x08 & vga->save_46e8); in LockLegacyVGA() 690 pci_io_write8(pInt->io, 0x0102, ~(uint8_t) 0x01 & vga->save_pos102); in LockLegacyVGA() 694 UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga) in UnlockLegacyVGA() argument [all …]
|
| H A D | generic.c | 123 legacyVGARec vga; in xf86ExtendedInitInt10() local 213 LockLegacyVGA(pInt, &vga); in xf86ExtendedInitInt10() 215 UnlockLegacyVGA(pInt, &vga); in xf86ExtendedInitInt10() 270 LockLegacyVGA(pInt, &vga); in xf86ExtendedInitInt10() 272 UnlockLegacyVGA(pInt, &vga); in xf86ExtendedInitInt10()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A 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>;
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/tools/binman/test/ |
| H A D | 32_intel-vga.dts | 10 intel-vga { 11 filename = "vga.bin";
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemuarm/ |
| H A D | fb.modes | 3 mode "vga" "640x480" 7 mode "vga-portrait" "480x640"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemumips/ |
| H A D | fb.modes | 3 mode "vga" "640x480" 7 mode "vga-portrait" "480x640"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A 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.
|
| H A 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.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A 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";
|
| H A D | r8a7779-marzen.dts | 82 vga-encoder { 104 vga { 105 compatible = "vga-connector";
|
| H A D | r8a7792-blanche.dts | 57 vga-encoder { 90 vga { 91 compatible = "vga-connector";
|
| H A D | sun5i-a13-olinuxino.dts | 76 compatible = "dumb-vga-dac"; 100 vga { 101 compatible = "vga-connector";
|
| H A 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";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/zte/ |
| H A D | zx296718-pcbox.dts | 101 vga_pins: vga { 139 &vga {
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.video | 43 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use 48 vga: Selects video output over the VGA connector. 56 1: Enabled. Fallback to the lcd / vga / none in that order (if available)
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-zx.txt | 75 vga_pins: vga { 81 &vga {
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/ |
| H A D | Makefile | 6 obj-y += drm/ vga/ arm/
|