aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorMatt Roper <[email protected]>2022-05-05 14:38:07 -0700
committerMatt Roper <[email protected]>2022-05-10 15:31:05 -0700
commit93d9e0453e2bb599e0bcced1b914f9b4010180a1 (patch)
tree34dbe20021bbdebf892eafdf4d84cdf3d7034c49 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent6cd96877c7da6bc3a28ef0bcb3bc7470f4dd9aa6 (diff)
drm/i915/gvt: Use intel_engine_mask_t for ring mask
When i915 adds additional PVC blitter instances (in an upcoming patch), the definition of VECS0 will change from bit(10) to bit(18), causing GVT's R_ALL mask to overflow the u16 storage that's currently used. Let's replace the u16 with an intel_engine_mask_t to ensure we avoid this. Cc: Tvrtko Ursulin <[email protected]> Cc: Zhi Wang <[email protected]> Signed-off-by: Matt Roper <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions