Searched refs:check_gamma_bounds (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_overlay.c1240 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) check_gamma_bounds() function
1269 if (!check_gamma_bounds(0, attrs->gamma0) || check_gamma()
1270 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) || check_gamma()
1271 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || check_gamma()
1272 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) || check_gamma()
1273 !check_gamma_bounds(attrs->gamma3, attrs->gamma4) || check_gamma()
1274 !check_gamma_bounds(attrs->gamma4, attrs->gamma5) || check_gamma()
1275 !check_gamma_bounds(attrs->gamma5, 0x00ffffff)) check_gamma()

Completed in 41 milliseconds