summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pat.c
AgeCommit message (Expand)Author
2024-10-17drm/xe/pat: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray
2024-10-08drm/xe/xe3: Xe3 uses the same PAT settings as Xe2Matt Roper
2024-09-11drm/xe/pat: Convert register access to use xe_mmioMatt Roper
2024-09-06drm/xe/pat: sanity check compression and coh_modeMatthew Auld
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-07-05drm/xe/bmg: implement Wa_16023588340Matthew Auld
2024-05-07drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko
2024-04-10drm/xe: Check pat.ops before dumping PAT settingsMichal Wajdeczko
2024-04-10drm/xe: Assert pat.ops function pointersMichal Wajdeczko
2024-04-09drm/xe/bmg: Program an additional discrete-specific PAT settingMatt Roper
2024-02-26drm/xe: Remove useless mem_access on PAT dumpsRodrigo Vivi
2024-02-13drm/xe/vf: Don't program PAT if VFMichal Wajdeczko
2023-12-21drm/xe/xe2: Update emit_pte to use compression enabled PAT indexHimal Prasad Ghimiray
2023-12-21drm/xe/pat: annotate pat_index with coherency modeMatthew Auld
2023-12-21drm/xe/pat: trim the xelp PAT tableMatthew Auld
2023-12-21drm/xe/pat: Add debugfs node to dump PATLucas De Marchi
2023-12-21drm/xe/xe2: Program PAT tablesMatt Roper
2023-12-21drm/xe/pat: Keep track of relevant indexesLucas De Marchi
2023-12-21drm/xe/pat: Prefer the arch/IP namesLucas De Marchi
2023-12-21drm/xe/dg2: Fix using wrong PAT tableLucas De Marchi
2023-12-21drm/xe: Use vfunc to initialize PATLucas De Marchi
2023-12-21drm/xe/pat: Use 0 instead of space on errorLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi
2023-12-19drm/xe: Clarify register types on PAT programmingLucas De Marchi
2023-12-19drm/xe/pat: Define PAT tables as staticMatt Roper
2023-12-19drm/xe/mtl: Handle PAT_INDEX offset jumpMatt Roper
2023-12-19drm/xe/mtl: Fix PAT table coherency settingsMatt Roper
2023-12-19drm/xe/pat: Clean up PAT register definitionsMatt Roper
2023-12-19drm/xe/pat: Handle unicast vs MCR PAT registersMatt Roper
2023-12-19drm/xe/pat: Use table-based programming of PAT settingsMatt Roper
2023-12-19drm/xe/pat: Move PAT setup to a dedicated fileMatt Roper