Home
last modified time | relevance | path

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

1234

/Linux-v5.10/drivers/gpu/drm/zte/
Dzx_vga.c50 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/
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.rst16 vga-switcheroo
/Linux-v5.10/Documentation/devicetree/bindings/display/
Dzte,vou.txt64 - 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/
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-v5.10/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c51 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/
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";
Dsun9i-a80-cubieboard4.dts77 vga-connector {
78 compatible = "vga-connector";
79 label = "vga";
89 vga-dac {
90 compatible = "corpro,gm7123", "adi,adv7123", "dumb-vga-dac";
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";
/Linux-v5.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-v5.10/arch/arm64/boot/dts/zte/
Dzx296718-pcbox.dts101 vga_pins: vga {
139 &vga {
/Linux-v5.10/drivers/gpu/
DMakefile6 obj-y += drm/ vga/
/Linux-v5.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-v5.10/drivers/gpu/drm/tiny/
DKconfig18 - 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/
Dpinctrl-zx.txt75 vga_pins: vga {
81 &vga {
/Linux-v5.10/drivers/gpu/drm/bochs/
DKconfig3 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
/Linux-v5.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-v5.10/drivers/video/
DKconfig15 source "drivers/gpu/vga/Kconfig"
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dr8a77995-draak.dts127 vga {
128 compatible = "vga-connector";
137 vga-encoder {

1234