Home
last modified time | relevance | path

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

1234

/linux-5.19.10/Documentation/gpu/
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
Dindex.rst18 vga-switcheroo
/linux-5.19.10/Documentation/devicetree/bindings/display/connector/
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-5.19.10/Documentation/power/
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 …]
Dtricks.rst19 * use vga text console, shut down X. [If you really want X, you might
/linux-5.19.10/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c53 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/
Dsun6i-a31-hummingbird.dts76 vga-connector {
77 compatible = "vga-connector";
86 vga-dac {
87 compatible = "dumb-vga-dac";
114 regulator-name = "vga-3v3";
Dr8a7779-marzen.dts82 vga-encoder {
104 vga {
105 compatible = "vga-connector";
Dr8a7792-blanche.dts57 vga-encoder {
90 vga {
91 compatible = "vga-connector";
Dsun5i-a13-olinuxino.dts76 compatible = "dumb-vga-dac";
100 vga {
101 compatible = "vga-connector";
Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts10 …compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25"…
Dda850-lcdk.dts119 vga-bridge {
146 vga {
147 compatible = "vga-connector";
Dsun9i-a80-cubieboard4.dts77 vga-connector {
78 compatible = "vga-connector";
79 label = "vga";
89 vga-dac {
Dr8a7794-alt.dts134 vga-encoder {
156 vga {
157 compatible = "vga-connector";
/linux-5.19.10/Documentation/fb/
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.
Dpvr2fb.rst51 cable:X cable type. This can be any of the following: vga, rgb, and
55 vga. If none is specified, we guess.
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-5.19.10/drivers/media/pci/solo6x10/
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-5.19.10/drivers/gpu/
DMakefile5 obj-y += host1x/ drm/ vga/
/linux-5.19.10/drivers/gpu/drm/tiny/
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-5.19.10/Documentation/devicetree/bindings/iio/frequency/
Dadi,admv1014.yaml46 vcc-vga-supply:
122 vcc-vga-supply = <&vcc_vga>;
/linux-5.19.10/drivers/media/dvb-frontends/
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-5.19.10/drivers/video/
DKconfig15 source "drivers/gpu/vga/Kconfig"
/linux-5.19.10/arch/um/include/asm/
DKbuild30 generic-y += vga.h
/linux-5.19.10/arch/x86/xen/
DMakefile48 obj-$(CONFIG_XEN_PV_DOM0) += vga.o

1234