Searched defs:gamma1 (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))
1212 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
1213 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
1253 attrs->gamma1 = I915_READ(OGAMC1);
1296 I915_WRITE(OGAMC1, attrs->gamma1);
H A Di915_drm.h969 __u32 gamma1; member in struct:drm_intel_overlay_attrs

Completed in 20 milliseconds