check_gamma_bounds 1206 drivers/gpu/drm/i915/display/intel_overlay.c 	if (!check_gamma_bounds(0, attrs->gamma0) ||
check_gamma_bounds 1207 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
check_gamma_bounds 1208 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
check_gamma_bounds 1209 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
check_gamma_bounds 1210 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma3, attrs->gamma4) ||
check_gamma_bounds 1211 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma4, attrs->gamma5) ||
check_gamma_bounds 1212 drivers/gpu/drm/i915/display/intel_overlay.c 	    !check_gamma_bounds(attrs->gamma5, 0x00ffffff))