[PATCH v3 0/3] drm/xe: Update Wa_14026539277
Gustavo Sousa <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
The definition of Wa_14026539277 has been updated in the workaround database and requires a different implementation. Let's revert the existing one and then add the up-to-date implementation. Signed-off-by: Gustavo Sousa <[email protected]> --- Changes in v3: - Changed patch "drm/xe: Add up-to-date implementation for Wa_14026539277" to handle 2-way-coherent PAT indexes irrespective of L3 cache policy. - Link to v2: https://patch.msgid.link/[email protected] Changes in v2: - Details of the changes are in the patch's changelog. - Link to v1: https://patch.msgid.link/[email protected] --- Gustavo Sousa (3): drm/xe: Extract override_has_cached_pt() Revert "drm/xe/nvlp: Implement Wa_14026539277" drm/xe: Add up-to-date implementation for Wa_14026539277 drivers/gpu/drm/xe/regs/xe_gt_regs.h | 4 -- drivers/gpu/drm/xe/xe_pat.h | 10 +++++ drivers/gpu/drm/xe/xe_device.c | 28 ++++++++++---- drivers/gpu/drm/xe/xe_gt.c | 39 ------------------- drivers/gpu/drm/xe/xe_pat.c | 64 ++++++++++++++++++++++++++++--- drivers/gpu/drm/xe/xe_vm.c | 5 +++ drivers/gpu/drm/xe/xe_vm_madvise.c | 3 ++ drivers/gpu/drm/xe/xe_device_wa_oob.rules | 1 - drivers/gpu/drm/xe/xe_wa_oob.rules | 1 + 9 files changed, 97 insertions(+), 58 deletions(-) --- base-commit: 58d59a40e2a041d3c159fab8bf5d5dc19d28da6c change-id: 20260701-wa_14026539277-9d39ae09ab75 Best regards, -- Gustavo Sousa <[email protected]>