Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1392 init_one_component(CARD16 *comp, unsigned size, float gamma) in init_one_component() function
1428 init_one_component(red, size, gamma_red); in xf86RandR12CrtcInitGamma()
1429 init_one_component(green, size, gamma_green); in xf86RandR12CrtcInitGamma()
1430 init_one_component(blue, size, gamma_blue); in xf86RandR12CrtcInitGamma()
2034 init_one_component(randr_crtc->gammaRed, size, gamma.red); in xf86RandR12ChangeGamma()
2035 init_one_component(randr_crtc->gammaGreen, size, gamma.green); in xf86RandR12ChangeGamma()
2036 init_one_component(randr_crtc->gammaBlue, size, gamma.blue); in xf86RandR12ChangeGamma()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20301 xf86RandR12: Move calculating of shift inside init_one_component
20303 This is a preparation patch to allow easier usage of init_one_component