commit | 0065e5f5cc56136da0be900c4a3121b38a82f37d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun May 03 19:00:34 2020 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon May 04 17:11:51 2020 +0100 |
tree | c880f4faf1fb8f02caf407c6c6d8deae21a4f943 | |
parent | 690d22dafa88b82453516387b475664047a6bd14 [diff] |
drm/i915/display: Warn if the FBC is still writing to stolen on removal If the FBC is still writing into stolen, it will overwrite any future users of that stolen region. Check before release, just to ease any concerns -- we can remove it again later if it is barking up the wrong tree. References: https://gitlab.freedesktop.org/drm/intel/-/issues/1635 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200503180034.20010-1-chris@chris-wilson.co.uk