supported_rotations  254 drivers/gpu/drm/drm_blend.c 				       unsigned int supported_rotations)
supported_rotations  266 drivers/gpu/drm/drm_blend.c 	WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0);
supported_rotations  268 drivers/gpu/drm/drm_blend.c 	WARN_ON(rotation & ~supported_rotations);
supported_rotations  272 drivers/gpu/drm/drm_blend.c 					   supported_rotations);
supported_rotations  306 drivers/gpu/drm/drm_blend.c 				   unsigned int supported_rotations)
supported_rotations  308 drivers/gpu/drm/drm_blend.c 	if (rotation & ~supported_rotations) {
supported_rotations 14844 drivers/gpu/drm/i915/display/intel_display.c 	unsigned int supported_rotations;
supported_rotations 14923 drivers/gpu/drm/i915/display/intel_display.c 		supported_rotations =
supported_rotations 14927 drivers/gpu/drm/i915/display/intel_display.c 		supported_rotations =
supported_rotations 14930 drivers/gpu/drm/i915/display/intel_display.c 		supported_rotations = DRM_MODE_ROTATE_0;
supported_rotations 14936 drivers/gpu/drm/i915/display/intel_display.c 						   supported_rotations);
supported_rotations 2435 drivers/gpu/drm/i915/display/intel_sprite.c 	unsigned int supported_rotations;
supported_rotations 2497 drivers/gpu/drm/i915/display/intel_sprite.c 	supported_rotations =
supported_rotations 2502 drivers/gpu/drm/i915/display/intel_sprite.c 		supported_rotations |= DRM_MODE_REFLECT_X;
supported_rotations 2506 drivers/gpu/drm/i915/display/intel_sprite.c 					   supported_rotations);
supported_rotations 2539 drivers/gpu/drm/i915/display/intel_sprite.c 	unsigned int supported_rotations;
supported_rotations 2599 drivers/gpu/drm/i915/display/intel_sprite.c 		supported_rotations =
supported_rotations 2603 drivers/gpu/drm/i915/display/intel_sprite.c 		supported_rotations =
supported_rotations 2623 drivers/gpu/drm/i915/display/intel_sprite.c 					   supported_rotations);
supported_rotations   48 include/drm/drm_blend.h 				       unsigned int supported_rotations);
supported_rotations   50 include/drm/drm_blend.h 				   unsigned int supported_rotations);