/linux/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
|
H A D | index.rst | 19 vga-switcheroo
|
/linux/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 [all...] |
H A D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.c | 58 bool vga = pci_is_vga(pdev); in virtio_gpu_pci_quirk() local 62 vga ? "virtio-vga" : "virtio-gpu-pci", in virtio_gpu_pci_quirk() 64 if (vga) { in virtio_gpu_pci_quirk()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_vga.c | 36 encoder = &mdev->output.vga.encoder; in mgag200_vga_output_init() 52 connector = &mdev->output.vga.connector; in mgag200_vga_output_init()
|
H A D | mgag200_vga_bmc.c | 118 encoder = &mdev->output.vga.encoder; in mgag200_vga_bmc_output_init() 136 connector = &mdev->output.vga.connector; in mgag200_vga_bmc_output_init()
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_vga.c | 98 encoder = &ast->output.vga.encoder; in ast_vga_output_init() 107 ast_connector = &ast->output.vga.connector; in ast_vga_output_init()
|
/linux/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.
|
/linux/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()
|
/linux/drivers/gpu/drm/tiny/ |
H A D | Kconfig | 28 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" 55 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 56 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 57 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
|
/linux/drivers/gpu/ |
H A D | Makefile | 5 obj-y += host1x/ drm/ vga/
|
/linux/arch/arm/boot/dts/allwinner/ |
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 {
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tx6-lvds.dtsi | 108 timing-vga { 201 timing-vga {
|
H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 10 compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25", "fsl,imx25";
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7792-blanche.dts | 51 vga-encoder { 84 vga { 85 compatible = "vga-connector";
|
H A D | r8a7794-alt.dts | 129 vga-encoder { 151 vga { 152 compatible = "vga-connector";
|
/linux/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()
|
/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850-lcdk.dts | 119 vga-bridge { 146 vga { 147 compatible = "vga-connector";
|
/linux/arch/um/include/asm/ |
H A D | Kbuild | 28 generic-y += vga.h
|
/linux/arch/x86/xen/ |
H A D | Makefile | 48 obj-$(CONFIG_XEN_DOM0) += vga.o
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | index.rst | 123 * vga-softcursor
|
/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap-im-pd1.dts | 153 vga { 154 compatible = "vga-connector";
|