diff options
| author | Daniele Ceraolo Spurio <[email protected]> | 2018-03-14 11:26:50 -0700 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2018-03-15 08:46:06 +0000 |
| commit | 80b216b98b0cd4f10303863c062b7ab7d117ada7 (patch) | |
| tree | 0addc01f85118d51ed8aaad0f63af091a0f6a27c /tools/perf/scripts/python/netdev-times.py | |
| parent | da9cb11f76623b99f2d5e6aa68f43d6ef714a7de (diff) | |
drm/i915: store all mmio bases in intel_engines
The mmio bases we're currently storing in the intel_engines array are
only valid for a subset of gens, so we need to ignore them and use
different values in some cases. Instead of doing that, we can have a
table of [starting gen, mmio base] pairs for each engine in
intel_engines and select the correct one based on the gen we're running
on in a consistent way.
v2: document that the list goes in reverse order, update starting gen
for render (Chris)
v3: starting gen for render back to 1 to make our life easier with
selftests (Chris)
Cc: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Signed-off-by: Daniele Ceraolo Spurio <[email protected]>
Reviewed-by: Chris Wilson <[email protected]> #v2
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions