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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c1209 static int check_gamma(struct drm_intel_overlay_attrs *attrs) argument
1211 if (!check_gamma_bounds(0, attrs->gamma0) ||
1212 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
1213 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
1214 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
1215 !check_gamma_bounds(attrs->gamma3, attrs
1228 struct drm_intel_overlay_attrs *attrs = data; local
[all...]

Completed in 1211 milliseconds