Searched refs:gamma_slots (Results 1 – 1 of 1) sorted by relevance
1259 int gamma_slots; in xf86RandR12CrtcComputeGamma() local1268 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()