Home
last modified time | relevance | path

Searched refs:mon_gamma_red (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c531 ptr->mon_gamma_red = ptr->mon_gamma_green = in xf86parseMonitorSection()
671 if (ptr->mon_gamma_red) { in xf86printMonitorSection()
672 if (ptr->mon_gamma_red == ptr->mon_gamma_green in xf86printMonitorSection()
673 && ptr->mon_gamma_red == ptr->mon_gamma_blue) { in xf86printMonitorSection()
674 fprintf(cf, "\tGamma %.4g\n", ptr->mon_gamma_red); in xf86printMonitorSection()
678 ptr->mon_gamma_red, in xf86printMonitorSection()
H A Dxf86Parser.h191 float mon_gamma_red; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1448 if (mon->mon_gamma_red >= GAMMA_MIN && mon->mon_gamma_red <= GAMMA_MAX) in xf86RandR12OutputInitGamma()
1449 gamma_red = mon->mon_gamma_red; in xf86RandR12OutputInitGamma()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1935 if (conf_monitor->mon_gamma_red > GAMMA_ZERO) in configMonitor()
1936 monitorp->gamma.red = conf_monitor->mon_gamma_red; in configMonitor()