aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mocs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13drm/xe/vf: Don't program MOCS if VFGravatar Michal Wajdeczko 1-0/+4
2023-12-21drm/xe/dg2: Drop pre-production workaroundsGravatar Matt Roper 1-21/+2
2023-12-21drm/xe/mocs: update MOCS table for xe2Gravatar Matthew Auld 1-5/+5
2023-12-21drm/xe: Add mocs kunitGravatar Ruthuvikas Ravikumar 1-0/+4
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesGravatar Lucas De Marchi 1-4/+4
2023-12-21drm/xe/mocs: Bring comment about mocs back to realityGravatar Lucas De Marchi 1-21/+11
2023-12-21drm/xe: Fold GEN11_MOCS_ENTRIES into gen12_mocs_descGravatar Lucas De Marchi 1-116/+112
2023-12-21drm/xe/xe2: Program correct MOCS registersGravatar Matt Roper 1-11/+13
2023-12-21drm/xe/mocs: MOCS registers are multicast on Xe_HP and beyondGravatar Matt Roper 1-8/+15
2023-12-21drm/xe/xe2: Add missing mocs entryGravatar Lucas De Marchi 1-0/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe/lnl: Hook up MOCS tableGravatar Balasubramani Vivekanandan 1-0/+8
2023-12-21drm/xe/xe2: Add MOCS tableGravatar Balasubramani Vivekanandan 1-6/+23
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Fix uninitialized variablesGravatar Michał Winiarski 1-1/+1
2023-12-19drm/xe: Add backpointer from gt to tileGravatar Matt Roper 1-7/+7
2023-12-19drm/xe/adln: Enable ADL-NGravatar Matt Roper 1-0/+1
2023-12-19drm/xe: Rename reg field to addrGravatar Lucas De Marchi 1-3/+3
2023-12-19drm/xe/mmio: Use struct xe_regGravatar Lucas De Marchi 1-3/+5
2023-12-19drm/xe: Set default MOCS value for cs instructionsGravatar José Roberto de Souza 1-2/+9
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRGravatar Lucas De Marchi 1-2/+2
2023-12-19drm/xe: Drop gen afixes from registersGravatar Lucas De Marchi 1-3/+4
2023-12-19drm/xe/mocs: Drop HAS_RENDER_L3CC flagGravatar Matt Roper 1-4/+4
2023-12-19drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HPGravatar Matt Roper 1-13/+0
2023-12-19drm/xe/mocs: add MTL mocsGravatar Philippe Lecluse 1-4/+65
2023-12-19drm/xe/mocs: Drop duplicate assignment of uc_indexGravatar Matt Roper 1-1/+0
2023-12-19drm/xe/mocs: Drop xe_mocs_info_indexGravatar Matt Roper 1-28/+12
2023-12-19drm/xe/mocs: Add missing RKL handlingGravatar Matt Roper 1-0/+1
2023-12-19drm/xe/mocs: Drop unwanted TGL tableGravatar Matt Roper 1-46/+0
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hGravatar Lucas De Marchi 1-2/+1
2023-12-19drm/xe: Sort includesGravatar Lucas De Marchi 1-2/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsGravatar Matthew Brost 1-0/+557