Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_overlay.c1228 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) in check_gamma_bounds() function
1257 if (!check_gamma_bounds(0, attrs->gamma0) || in check_gamma()
1258 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) || in check_gamma()
1259 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || in check_gamma()
1260 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) || in check_gamma()
1261 !check_gamma_bounds(attrs->gamma3, attrs->gamma4) || in check_gamma()
1262 !check_gamma_bounds(attrs->gamma4, attrs->gamma5) || in check_gamma()
1263 !check_gamma_bounds(attrs->gamma5, 0x00ffffff)) in check_gamma()