diff options
author | 2021-07-22 17:25:51 -0700 | |
---|---|---|
committer | 2021-07-26 08:15:18 -0700 | |
commit | 816753c06f23773c83763cfef3ded32a387e54e1 (patch) | |
tree | 081d538d1388839590e2a4a04ce5d968771c83f9 /drivers/gpu/drm/i915/i915_request.c | |
parent | drm/i915/xehp: Xe_HP forcewake support (diff) | |
download | wireguard-linux-816753c06f23773c83763cfef3ded32a387e54e1.tar.xz wireguard-linux-816753c06f23773c83763cfef3ded32a387e54e1.zip |
drm/i915/gt: nuke gen6_hw_id
This is only used by GRAPHICS_VER == 6 and GRAPHICS_VER == 7. All other
recent platforms do not depend on this field, so it doesn't make much
sense to keep it generic like that. Instead, just do a mapping from
engine class to HW ID in the single place that is needed.
v2: use macros with the direct register address instead of calculating
from the legacy HW_ID (Matt Roper)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210723002551.3906535-1-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.c')
0 files changed, 0 insertions, 0 deletions