Searched refs:gamma2 (Results 1 – 3 of 3) sorted by relevance
1237 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) in check_gamma_bounds() argument1241 if (gamma1 & 0xff000000 || gamma2 & 0xff000000) in check_gamma_bounds()1245 if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff)) in check_gamma_bounds()1268 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) || in check_gamma()1269 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) || in check_gamma()1307 attrs->gamma2 = intel_de_read(display, OGAMC2); in intel_overlay_attrs_ioctl()1342 intel_de_write(display, OGAMC2, attrs->gamma2); in intel_overlay_attrs_ioctl()
1893 __u32 gamma2; member