commit | 29b9bde6f44ef041dcd90f742ef0b64b05d546c4 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 24 23:55:01 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon May 19 15:31:04 2014 +0200 |
tree | 910142b063c10205c924244edec65f1d5c01c90c | |
parent | 227f782e4667fc622810bce8be8ccdeee45f89c2 [diff] |
drm/i915: Make ->update_primary_plane infallible Way back we've used this to reject framebuffers with unsupported pixel formats. But since the modesetting reorg with the compute config stage we reject those much earlier and just BUG() in this callback. So switch to a void return type. Reviewed-by: Akash Goel <akash.goel@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>