Re: [Intel-gfx] [PATCH 08/11] drm/i915: Bad pixel formats can't reach the sprite code

2012-10-31 Thread Jesse Barnes
On Wed, 31 Oct 2012 17:50:21 +0200 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > The framebuffer pixel format is already checked by the common code. > So there's no way an invalid format could reach the driver. So instead > of falling back to a default format, call BUG(). > > S

[Intel-gfx] [PATCH 08/11] drm/i915: Bad pixel formats can't reach the sprite code

2012-10-31 Thread ville . syrjala
From: Ville Syrjälä The framebuffer pixel format is already checked by the common code. So there's no way an invalid format could reach the driver. So instead of falling back to a default format, call BUG(). Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_sprite.c |8 ++--