drm/i915: remove force argument from disable_plane
authorMaarten Lankhorst <[email protected]>
Mon, 15 Jun 2015 10:33:47 +0000 (12:33 +0200)
committerDaniel Vetter <[email protected]>
Mon, 22 Jun 2015 12:21:04 +0000 (14:21 +0200)
commit7fabf5ef18ea76714ff04baaeeddb949faf486dd
treef6ac2049512e42798c85b6418a3301594c38875b
parent061e4b8d650afd16ebe447d454431c717265b89f
drm/i915: remove force argument from disable_plane

The idea was good, but planes can have a fb even though
they're disabled. This makes the force argument useless
and always true, because only the commit function updates
state.

Signed-off-by: Maarten Lankhorst <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Tested-by(IVB): Matt Roper <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sprite.c