summaryrefslogtreecommitdiff
path: root/geoip.conf
blob: 43c6238bf158942454056996ded0f039148b612e (plain)
1
2
geolite.maxmind.com
cryptoism.org
ct>mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-08-15 10:48:41 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-08-15 11:00:49 +0100
commitc0ce4663611e09182fdb81b980f6eaa5560b5b1d (patch)
tree25bed63b9bd5b0b5956da5122f95479df5e69bca
parentd045446df196e3af341aa7623de5d21049ec4f67 (diff)
drm/i915: Reduce amount of duplicate buffer information captured on error
When capturing the error state, we do not need to know about every address space - just those that are related to the error. We know which context is active at the time, therefore we know which VM are implicated in the error. We can then restrict the VM which we report to the relevant subset. v2: s/i/count_active/ (and similar) Rewrite label generation for "Buffers" Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1471254551-25805-2-git-send-email-chris@chris-wilson.co.uk
Diffstat