Searched refs:gamma1 (Results 1 – 4 of 4) sorted by relevance
1177 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) in check_gamma_bounds() argument1181 if (gamma1 & 0xff000000 || gamma2 & 0xff000000) in check_gamma_bounds()1185 if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff)) in check_gamma_bounds()1207 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) || in check_gamma()1208 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || in check_gamma()1247 attrs->gamma1 = I915_READ(OGAMC1); in intel_overlay_attrs_ioctl()1282 I915_WRITE(OGAMC1, attrs->gamma1); in intel_overlay_attrs_ioctl()
585 u32 gamma1 : 8; member
1431 __u32 gamma1; member