Home
last modified time | relevance | path

Searched refs:vgapass (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/video/fbdev/
Dsstfb.c98 static bool vgapass; /* enable VGA passthrough cable */ variable
701 if (par->vgapass == enable) in sstfb_setvgapass()
703 par->vgapass = enable; in sstfb_setvgapass()
709 if (par->vgapass) { in sstfb_setvgapass()
737 return sprintf(buf, "%d\n", par->vgapass); in show_vgapass()
741 __ATTR(vgapass, S_IRUGO|S_IWUSR, show_vgapass, store_vgapass)
759 val = par->vgapass; in sstfb_ioctl()
1212 par->vgapass = vgapass; in sst_init()
1213 if (par->vgapass) in sst_init()
1289 vgapass = 0; in sstfb_setup()
[all …]
/Linux-v6.6/Documentation/fb/
Dsstfb.rst54 parameter vgapass=1 when insmodding the driver. (See Kernel/Modules
103 vgapass=0 vganopass Enable or disable VGA passthrou cable.
104 vgapass=1 vgapass When enabled, the monitor will get the signal
/Linux-v6.6/include/video/
Dsstfb.h353 u8 vgapass; /* VGA pass through: 1=enabled, 0=disabled */ member