Searched refs:gamma1 (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()1250 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) || in check_gamma()1251 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || in check_gamma()1290 attrs->gamma1 = I915_READ(OGAMC1); in intel_overlay_attrs_ioctl()1325 I915_WRITE(OGAMC1, attrs->gamma1); in intel_overlay_attrs_ioctl()
589 u32 gamma1 : 8; member
1335 __u32 gamma1; member