diff options
author | Chris Wilson <[email protected]> | 2014-03-21 12:41:53 +0000 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2014-03-28 18:33:14 +0100 |
commit | 508774452d657e8d307e1c52682ffcdf743e992d (patch) | |
tree | 9d8c23de3d6aaa7f6de0fd18c85c0c8c324cf30e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 5d708680eac2a8e2a0981007278a759df738d15b (diff) |
drm/i915: Broadwell expands ACTHD to 64bit
As Broadwell has an increased virtual address size, it requires more
than 32 bits to store offsets into its address space. This includes the
debug registers to track the current HEAD of the individual rings, which
may be anywhere within the per-process address spaces. In order to find
the full location, we need to read the high bits from a second register.
We then also need to expand our storage to keep track of the larger
address.
v2: Carefully read the two registers to catch wraparound between
the reads.
v3: Use a WARN_ON rather than loop indefinitely on an unstable
register read.
Signed-off-by: Chris Wilson <[email protected]>
Cc: Ben Widawsky <[email protected]>
Cc: Timo Aaltonen <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Ben Widawsky <[email protected]>
[danvet: Drop spurious hunk which conflicted.]
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions