commit | e3cb653d5cc42c2073ad174ae1130dc9e39266e9 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 11 18:59:26 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 12 11:43:48 2019 +0100 |
tree | cb10886ab3e2981b7c7f9844fe1ccdb8d07c6907 | |
parent | 933122cc7cd26e67dfc7975f821033e89f766963 [diff] |
drm/i915: Disable FBC if BIOS reserved memory (stolen) is unavailable The FBC requires a couple of contiguous buffers, which we allocate from stolen memory. If stolen memory is unavailable, we cannot allocate those buffers and so cannot support FBC. Mark it so. 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/20190911175926.31365-1-chris@chris-wilson.co.uk