Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/i915
Chris Wilson 0ca88ba0d6 drm/i915: Always allocate an object/vma for the HWSP
Currently we only allocate an object and vma if we are using a GGTT
virtual HWSP, and a plain struct page for a physical HWSP. For
convenience later on with global timelines, it will be useful to always
have the status page being tracked by a struct i915_vma. Make it so.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190128102356.15037-4-chris@chris-wilson.co.uk
2019-01-28 16:24:19 +00:00
..
2019-01-09 10:26:36 +02:00
2018-11-20 12:49:24 +02:00
2018-03-08 10:07:18 +00:00
2019-01-14 16:18:16 +00:00
2019-01-26 17:07:58 +00:00