summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pat.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/pat: Use 0 instead of space on errorLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-4/+10
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-1/+1
2023-12-20drm/xe: Clarify register types on PAT programmingLucas De Marchi1-15/+20
2023-12-20drm/xe/pat: Define PAT tables as staticMatt Roper1-3/+3
2023-12-20drm/xe/mtl: Handle PAT_INDEX offset jumpMatt Roper1-1/+3
2023-12-20drm/xe/mtl: Fix PAT table coherency settingsMatt Roper1-2/+2
2023-12-20drm/xe/pat: Clean up PAT register definitionsMatt Roper1-35/+38
2023-12-20drm/xe/pat: Handle unicast vs MCR PAT registersMatt Roper1-7/+30
2023-12-20drm/xe/pat: Use table-based programming of PAT settingsMatt Roper1-42/+35
2023-12-20drm/xe/pat: Move PAT setup to a dedicated fileMatt Roper1-0/+81