Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1255 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 Dxf86Crtc.c117 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 Dxf86Crtc.h373 CARD16 *gamma_red; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1839 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 DChangeLog22587 crtc->gamma_red/green/blue to reflect the hardware LUT state on startup,