Searched refs:gamma2 (Results 1 – 4 of 4) sorted by relevance
1220 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) in check_gamma_bounds() argument1224 if (gamma1 & 0xff000000 || gamma2 & 0xff000000) in check_gamma_bounds()1228 if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff)) in check_gamma_bounds()1251 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || in check_gamma()1252 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) || in check_gamma()1291 attrs->gamma2 = I915_READ(OGAMC2); in intel_overlay_attrs_ioctl()1326 I915_WRITE(OGAMC2, attrs->gamma2); in intel_overlay_attrs_ioctl()
590 u32 gamma2 : 8; member
1336 __u32 gamma2; member