diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-12-13 15:34:51 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2020-01-15 17:18:52 +0200 |
commit | 661d6ec00058b11eae0ff0db198aafc9a2166b19 (patch) | |
tree | 94411e7888cc2ca844c13538e4c336a559a5f11d /kernel | |
parent | 9ecc6eabd8fee0972de3f23bd66d1a54b1781fa6 (diff) | |
download | linux-661d6ec00058b11eae0ff0db198aafc9a2166b19.tar.bz2 |
drm/i915/fbc: Nuke fbc_supported()
fbc_supported() is just a pointless wrapper for HAS_FBC(). Get
rid of it. In places where we're operating on a specific plane
we can replace this with a plane->has_fbc check to avoid
doing anything for crtcs that don't even support fbc.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191213133453.22152-4-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions