Lines Matching refs:gamma_green
1256 CARD16 *gamma_green, CARD16 *gamma_blue, in xf86RandR12CrtcComputeGamma() argument
1297 if (gamma_green) in xf86RandR12CrtcComputeGamma()
1298 value = gamma_green[value]; in xf86RandR12CrtcComputeGamma()
1303 crtc->gamma_green[i * gamma_slots + j] = value; in xf86RandR12CrtcComputeGamma()
1309 if (gamma_green) in xf86RandR12CrtcComputeGamma()
1310 value = gamma_green[value]; in xf86RandR12CrtcComputeGamma()
1314 crtc->gamma_green[i] = value; in xf86RandR12CrtcComputeGamma()
1355 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in xf86RandR12CrtcReloadGamma()
1380 memcpy(crtc->gamma_green, randr_crtc->gammaGreen, in xf86RandR12CrtcSetGamma()
1381 crtc->gamma_size * sizeof(crtc->gamma_green[0])); in xf86RandR12CrtcSetGamma()
1411 xf86RandR12CrtcInitGamma(xf86CrtcPtr crtc, float gamma_red, float gamma_green, in xf86RandR12CrtcInitGamma() argument
1418 (gamma_red != 1.0f || gamma_green != 1.0f || gamma_blue != 1.0f)) in xf86RandR12CrtcInitGamma()
1429 init_one_component(green, size, gamma_green); in xf86RandR12CrtcInitGamma()
1442 float gamma_red = 1.0, gamma_green = 1.0, gamma_blue = 1.0; in xf86RandR12OutputInitGamma() local
1452 gamma_green = mon->mon_gamma_green; in xf86RandR12OutputInitGamma()
1460 if (gamma_red != 1.0 || gamma_green != 1.0 || gamma_blue != 1.0) { in xf86RandR12OutputInitGamma()
1470 output->name, gamma_red, gamma_green, gamma_blue); in xf86RandR12OutputInitGamma()
1471 return xf86RandR12CrtcInitGamma(output->crtc, gamma_red, gamma_green, in xf86RandR12OutputInitGamma()