Searched defs:gamma2 (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c1182 static bool check_gamma_bounds(u32 gamma1, u32 gamma2) argument
1186 if (gamma1 & 0xff000000 || gamma2 & 0xff000000)
1190 if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff))
1213 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
1214 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
1254 attrs->gamma2 = I915_READ(OGAMC2);
1297 I915_WRITE(OGAMC2, attrs->gamma2);
H A Di915_drm.h970 __u32 gamma2; member in struct:drm_intel_overlay_attrs

Completed in 45 milliseconds