diff options
author | Matt Roper <[email protected]> | 2021-09-30 17:58:16 -0700 |
---|---|---|
committer | Matt Roper <[email protected]> | 2021-10-12 14:24:53 -0700 |
commit | c46f4405486d953dd749613f67d3a0eec69e1b87 (patch) | |
tree | 94177f50313e1453fbf6f568ceda47423ef18fc6 /tools/perf/scripts/python | |
parent | a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f (diff) |
drm/i915: Stop using I915_TILING_* in client blit selftest
The I915_TILING_* definitions in the uapi header are intended solely for
tiling modes that are visible to the old de-tiling fence ioctls. Since
modern hardware does not support de-tiling fences, we should not add new
definitions for new tiling types going forward. However we do want the
client blit selftest to eventually cover other new tiling modes (such as
Tile4), so switch it to using its own enum of tiling modes.
Cc: Ville Syrjälä <[email protected]>
Cc: Stanislav Lisovskiy <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Reviewed-by: Ville Syrjälä <[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