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
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 ++--