Home
last modified time | relevance | path

Searched refs:vga (Results 1 – 25 of 96) sorted by relevance

1234

/linux/Documentation/gpu/
A Dvga-switcheroo.rst7 .. 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
A Dindex.rst17 vga-switcheroo
/linux/drivers/gpu/vga/
A D.built-in.a.cmd1vga/built-in.a := echo >/dev/null; rm -f drivers/gpu/vga/built-in.a; /usr/bin/ccache /home/test/wo…
/linux/Documentation/devicetree/bindings/display/connector/
A Dvga-connector.yaml4 $id: http://devicetree.org/schemas/display/connector/vga-connector.yaml#
14 const: vga-connector
35 compatible = "vga-connector";
36 label = "vga";
/linux/Documentation/power/
A Dvideo.rst49 (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/drivers/gpu/drm/virtio/
A Dvirtgpu_drv.c54 bool vga = (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in virtio_gpu_pci_quirk() local
59 vga ? "virtio-vga" : "virtio-gpu-pci", in virtio_gpu_pci_quirk()
61 if (vga) { in virtio_gpu_pci_quirk()
/linux/Documentation/fb/
A Dvesafb.rst32 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.
A Dpvr2fb.rst51 cable:X cable type. This can be any of the following: vga, rgb, and
55 vga. If none is specified, we guess.
A Dsstfb.rst23 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/arch/arm/boot/dts/
A Dsun6i-a31-hummingbird.dts76 vga-connector {
77 compatible = "vga-connector";
86 vga-dac {
87 compatible = "dumb-vga-dac";
114 regulator-name = "vga-3v3";
A Dr8a7779-marzen.dts82 vga-encoder {
104 vga {
105 compatible = "vga-connector";
A Dsun5i-a13-olinuxino.dts76 compatible = "dumb-vga-dac";
100 vga {
101 compatible = "vga-connector";
A Dr8a7792-blanche.dts57 vga-encoder {
90 vga {
91 compatible = "vga-connector";
A Dda850-lcdk.dts119 vga-bridge {
146 vga {
147 compatible = "vga-connector";
A Dsun9i-a80-cubieboard4.dts77 vga-connector {
78 compatible = "vga-connector";
79 label = "vga";
89 vga-dac {
A Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts10 …compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25"…
A Dr8a7794-alt.dts134 vga-encoder {
156 vga {
157 compatible = "vga-connector";
A Dr8a7794-silk.dts137 vga-encoder {
170 vga {
171 compatible = "vga-connector";
/linux/drivers/gpu/drm/tiny/
A DKconfig14 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/drivers/media/pci/solo6x10/
A Dsolo6x10-enc.c133 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/
A Dbuilt-in.a5 vga/vgaarb.o/
A DMakefile6 obj-y += drm/ vga/
A D.built-in.a.cmd1 …64-linux-gnu-ar cDPrST drivers/gpu/built-in.a drivers/gpu/drm/built-in.a drivers/gpu/vga/built-in.a
/linux/drivers/media/dvb-frontends/
A Dcx24113.c191 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/drivers/video/
A DKconfig15 source "drivers/gpu/vga/Kconfig"

Completed in 23 milliseconds

1234