Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1259 int gamma_slots; in xf86RandR12CrtcComputeGamma() local
1268 gamma_slots = crtc->gamma_size / palette_red_size; in xf86RandR12CrtcComputeGamma()
1276 for (j = 0; j < gamma_slots; j++) in xf86RandR12CrtcComputeGamma()
1277 crtc->gamma_red[i * gamma_slots + j] = value; in xf86RandR12CrtcComputeGamma()
1294 gamma_slots = crtc->gamma_size / palette_green_size; in xf86RandR12CrtcComputeGamma()
1302 for (j = 0; j < gamma_slots; j++) in xf86RandR12CrtcComputeGamma()
1303 crtc->gamma_green[i * gamma_slots + j] = value; in xf86RandR12CrtcComputeGamma()
1320 gamma_slots = crtc->gamma_size / palette_blue_size; in xf86RandR12CrtcComputeGamma()
1328 for (j = 0; j < gamma_slots; j++) in xf86RandR12CrtcComputeGamma()
1329 crtc->gamma_blue[i * gamma_slots + j] = value; in xf86RandR12CrtcComputeGamma()