commit | c8185520aed6faab58b310f573790badfca27981 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 13 07:42:00 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 13 08:25:04 2019 +0100 |
tree | 2cc9288580098d22ae8ec5aa10c1b33943b733f5 | |
parent | 0b8d6273db0635acd0dae983a39600b1b96fe77d [diff] |
drm/i915/gtt: Make sure the gen6 ppgtt is bound before first use As we remove the struct_mutex protection from around the vma pinning, counters need to be atomic and aware that there may be multiple threads simultaneously active. 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/20190913064200.24297-1-chris@chris-wilson.co.uk