summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2023-12-21drm/xe: Add performance tuning settings for MTL and Xe2Shekhar Chauhan
2023-12-21drm/xe/xe2: Add initial workaroundsDnyaneshwar Bhadane
2023-12-21drm/xe: Simplify xe_res_get_buddy()Brian Welty
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld
2023-12-21drm/xe/guc: Bump PVC GuC version to 70.9.1Daniele Ceraolo Spurio
2023-12-21drm/xe/uapi: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITYFrancois Dugast
2023-12-21drm/xe/uapi: Rename gts to gt_listRodrigo Vivi
2023-12-21drm/xe/uapi: Replace useless 'instance' per unique gt_idRodrigo Vivi
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost
2023-12-21drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extensionRodrigo Vivi
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit
2023-12-21drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIMatthew Brost
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost
2023-12-21drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationMatthew Brost
2023-12-21drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesMatthew Brost
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast
2023-12-21drm/xe/vm: Remove VM_BIND_OP macroFrancois Dugast
2023-12-21drm/xe/uapi: Separate VM_BIND's operation and flagFrancois Dugast
2023-12-21drm/xe: Correlate engine and cpu timestamps with better accuracyUmesh Nerlige Ramappa
2023-12-21drm/xe: Set the correct type for xe_to_user_engine_classUmesh Nerlige Ramappa
2023-12-21drm/xe: Fix array bounds check for queriesUmesh Nerlige Ramappa
2023-12-21drm/xe/debugfs: Include GFXPIPE commands in LRC dumpMatt Roper
2023-12-21drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper
2023-12-21drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMMMatt Roper
2023-12-21drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper
2023-12-21drm/xe: Make MI_FLUSH_DW immediate size more explicitMatt Roper
2023-12-21drm/xe/gsc: add gsc device supportVitaly Lubart
2023-12-21drm/xe/gsc: add has_heci_gscfi indication to deviceVitaly Lubart
2023-12-21drm/xe/gsc: add HECI2 register offsetsVitaly Lubart
2023-12-21drm/xe: Set PTE_AE for smem allocations in integrated devicesJosé Roberto de Souza
2023-12-21drm/xe: refactor xe_mmio_probe_tiles to support MMIO extensionKoby Elbaz
2023-12-21drm/xe: map MMIO BAR according to the num of tiles in device descKoby Elbaz
2023-12-21drm/xe: add MMIO extension support flagsKoby Elbaz
2023-12-21drm/xe: add a flag to bypass multi-tile config from MTCFG regKoby Elbaz
2023-12-21drm/xe: add read/write support for MMIO extension spaceKoby Elbaz
2023-12-21drm/xe: add 28-bit address support in struct xe_regKoby Elbaz
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld
2023-12-21drm/xe/pat: trim the xelp PAT tableMatthew Auld
2023-12-21drm/xe: Add missing ADL entries to xe_test_waAnusha Srivatsa
2023-12-21drm/xe/rpls: Add Stepping info for RPLSAnusha Srivatsa
2023-12-21drm/xe/rpls: Add RPLS SupportAnusha Srivatsa
2023-12-21drm/xe/rplu: s/ADLP/ALDERLAKE_PAnusha Srivatsa
2023-12-21drm/xe/rtp: Fix doc for XE_RTP_ACTIONSGustavo Sousa
2023-12-21drm/xe/gt: Dump PAT table when failing to initializeLucas De Marchi
2023-12-21drm/xe/pat: Add debugfs node to dump PATLucas De Marchi
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesLucas De Marchi
2023-12-21drm/xe/xe2: Program PAT tablesMatt Roper