diff options
author | Matthew Auld <[email protected]> | 2022-02-19 00:17:44 +0530 |
---|---|---|
committer | Lucas De Marchi <[email protected]> | 2022-02-19 20:33:47 -0800 |
commit | 5189e3126eb136a2cffacc708f08ca4fe86ebcf4 (patch) | |
tree | c29886ea14a08da757a1c0dee0fcd859663afca4 /tools/perf/scripts/python | |
parent | 87bd701ee268a13babdfddea53894a416209123b (diff) |
drm/i915: support 64K GTT pages for discrete cards
discrete cards optimise 64K GTT pages for local-memory, since everything
should be allocated at 64K granularity. We say goodbye to sparse
entries, and instead get a compact 256B page-table for 64K pages,
which should be more cache friendly. 4K pages for local-memory
are no longer supported by the HW.
v4: don't return uninitialized err in igt_ppgtt_compact
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Matthew Auld <[email protected]>
Signed-off-by: Stuart Summers <[email protected]>
Signed-off-by: Ramalingam C <[email protected]>
Signed-off-by: Robert Beckett <[email protected]>
Reviewed-by: Thomas Hellström <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions