Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dsstfb.c96 static bool vgapass; /* enable VGA passthrough cable */ variable
699 if (par->vgapass == enable) in sstfb_setvgapass()
701 par->vgapass = enable; in sstfb_setvgapass()
707 if (par->vgapass) { in sstfb_setvgapass()
735 return snprintf(buf, PAGE_SIZE, "%d\n", par->vgapass); in show_vgapass()
739 __ATTR(vgapass, S_IRUGO|S_IWUSR, show_vgapass, store_vgapass)
757 val = par->vgapass; in sstfb_ioctl()
1210 par->vgapass = vgapass; in sst_init()
1211 if (par->vgapass) in sst_init()
1287 vgapass = 0; in sstfb_setup()
[all …]
/Linux-v4.19/Documentation/fb/
Dsstfb.txt46 parameter vgapass=1 when insmodding the driver. (See Kernel/Modules
84 vgapass=0 vganopass Enable or disable VGA passthrou cable.
85 vgapass=1 vgapass When enabled, the monitor will get the signal
/Linux-v4.19/include/video/
Dsstfb.h353 u8 vgapass; /* VGA pass through: 1=enabled, 0=disabled */ member