Searched refs:gamma_red (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1255 int palette_blue_size, CARD16 *gamma_red, in xf86RandR12CrtcComputeGamma() argument 1271 if (gamma_red) in xf86RandR12CrtcComputeGamma() 1272 value = gamma_red[value]; in xf86RandR12CrtcComputeGamma() 1277 crtc->gamma_red[i * gamma_slots + j] = value; in xf86RandR12CrtcComputeGamma() 1283 if (gamma_red) in xf86RandR12CrtcComputeGamma() 1284 value = gamma_red[value]; in xf86RandR12CrtcComputeGamma() 1288 crtc->gamma_red[i] = value; in xf86RandR12CrtcComputeGamma() 1355 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in xf86RandR12CrtcReloadGamma() 1378 memcpy(crtc->gamma_red, randr_crtc->gammaRed, in xf86RandR12CrtcSetGamma() 1379 crtc->gamma_size * sizeof(crtc->gamma_red[0])); in xf86RandR12CrtcSetGamma() [all …]
|
| H A D | xf86Crtc.c | 117 crtc->gamma_red = xallocarray(crtc->gamma_size, 3 * sizeof(CARD16)); in xf86CrtcCreate() 118 if (!crtc->gamma_red) { in xf86CrtcCreate() 122 crtc->gamma_green = crtc->gamma_red + crtc->gamma_size; in xf86CrtcCreate() 131 free(crtc->gamma_red); in xf86CrtcCreate() 156 free(crtc->gamma_red); in xf86CrtcDestroy() 372 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in xf86CrtcSetModeTransform()
|
| H A D | xf86Crtc.h | 373 CARD16 *gamma_red; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 1839 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in drmmode_set_mode_major() 4143 free(crtc->gamma_red); in drmmode_crtc_upgrade_lut() 4146 crtc->gamma_red = gamma; in drmmode_crtc_upgrade_lut()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 22587 crtc->gamma_red/green/blue to reflect the hardware LUT state on startup,
|