diff options
author | 2012-07-05 16:09:09 +0200 | |
---|---|---|
committer | 2012-09-06 08:02:17 +0200 | |
commit | 8d3e375e77f09174038b9bfb02b8423cbb187959 (patch) | |
tree | 2fbfa3138a57c4fd4872e2b669df64f5702f24e7 /drivers/gpu/drm/udl/udl_transfer.c | |
parent | drm/i915: don't update the fb base if there is no fb (diff) | |
download | linux-dev-8d3e375e77f09174038b9bfb02b8423cbb187959.tar.xz linux-dev-8d3e375e77f09174038b9bfb02b8423cbb187959.zip |
drm/i915: convert pointless error checks in set_config to BUGs
Because they all are, the ioctl command never calls us with any of
these violated. Also drop a equally pointless empty debug message (and
also in set_cursor, while we're at it).
With all these changes, intel_crtc_set_config is neatly condensed down
to it's essence, the actual modeset code (or fb update calling code)
v2: The fb helper code is actually stretching ->set_config semantics a bit,
it calls it with set->mode == NULL but set->fb != NULL.
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/udl/udl_transfer.c')
0 files changed, 0 insertions, 0 deletions