aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/xe/guc: Fix missing topology initGravatar Zhanjun Dong 1-2/+1
2024-02-20drm/xe: Initialize GuC earlier during probeGravatar Michał Winiarski 1-18/+39
2024-02-20drm/xe/guc: Move GuC power control init to "post-hwconfig"Gravatar Michał Winiarski 1-3/+0
2024-02-20Merge drm/drm-next into drm-xe-nextGravatar Lucas De Marchi 1-1/+1
2024-02-09drm/xe: switch from drm_debug_printer() to device specific drm_dbg_printer()Gravatar Jani Nikula 1-1/+1
2024-02-02drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolGravatar Matthew Brost 1-1/+4
2024-01-26drm/xe: Move TLB invalidation reset before HW resetGravatar Matthew Brost 1-2/+2
2024-01-24drm/xe: Stash GMD_ID value in xe_gtGravatar Matt Roper 1-0/+6
2024-01-18drm/xe/gsc: Initialize GSC proxyGravatar Daniele Ceraolo Spurio 1-0/+13
2024-01-10drm/xe: Finish refactoring of exec_queue_createGravatar Brian Welty 1-2/+2
2023-12-21drm/xe/uapi: Remove reset uevent for nowGravatar Rodrigo Vivi 1-18/+0
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedGravatar Ashutosh Dixit 1-2/+0
2023-12-21drm/xe: Create a xe_gt_freq component for raw management and sysfsGravatar Rodrigo Vivi 1-0/+3
2023-12-21drm/xe: Rename info.supports_* to info.has_*Gravatar Lucas De Marchi 1-1/+1
2023-12-21drm/xe/pf: Introduce Local Memory Translation TableGravatar Michal Wajdeczko 1-0/+10
2023-12-21drm/xe: Allow userspace to configure CCS modeGravatar Niranjana Vishwanathapura 1-0/+3
2023-12-21drm/xe: Enable Fixed CCS mode settingGravatar Niranjana Vishwanathapura 1-0/+10
2023-12-21drm/xe/uc: Extract xe_uc_sanitize_resetGravatar Michał Winiarski 1-0/+4
2023-12-21drm/xe: Move force_wake init to earlier point in probeGravatar Michał Winiarski 1-2/+0
2023-12-21drm/xe: Rename xe_gt_idle_sysfs to xe_gt_idleGravatar Vinay Belgaumkar 1-1/+1
2023-12-21drm/xe/gsc: Implement WA 14015076503Gravatar Daniele Ceraolo Spurio 1-0/+5
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesGravatar Lucas De Marchi 1-1/+1
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Raise GT frequency before GuC/HuC loadGravatar Vinay Belgaumkar 1-0/+4
2023-12-21drm/xe: implement driver initiated function-resetGravatar Andrzej Hajda 1-0/+2
2023-12-21drm/xe: Emit SVG state on RCS during driver load on DG2 and MTLGravatar Matt Roper 1-0/+1
2023-12-21drm/xe: Prepare to emit non-register state while recording default LRCGravatar Matt Roper 1-1/+9
2023-12-21drm/xe: Extract MI_* instructions to their own headerGravatar Matt Roper 1-0/+1
2023-12-21drm/xe: Separate number of registers from MI_LRI opcodeGravatar Matt Roper 1-1/+1
2023-12-21drm/xe/gt: Dump PAT table when failing to initializeGravatar Lucas De Marchi 1-0/+12
2023-12-21drm/xe: do not register to PM if GuC is disabledGravatar Ohad Sharabi 1-4/+0
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Gravatar Daniele Ceraolo Spurio 1-2/+2
2023-12-21drm/xe/pmu: Enable PMU interfaceGravatar Aravind Iddamsetty 1-0/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroGravatar Francois Dugast 1-0/+1
2023-12-21drm/xe: Fix LRC workaroundsGravatar Lucas De Marchi 1-7/+34
2023-12-21drm/xe: Add dbg messages for LRC WAsGravatar Lucas De Marchi 1-0/+4
2023-12-21drm/xe: standardize vm-less kernel submissionsGravatar Daniele Ceraolo Spurio 1-16/+7
2023-12-21drm/xe: Add sysfs entries for engines under its GTGravatar Tejas Upadhyay 1-0/+7
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-35/+35
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Introduce fault injection for gt resetGravatar Himal Prasad Ghimiray 1-1/+7
2023-12-21drm/xe: Notify Userspace when gt reset failsGravatar Himal Prasad Ghimiray 1-0/+19
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Gravatar Rodrigo Vivi 1-2/+1
2023-12-21drm/xe: ensure correct access_put orderingGravatar Matthew Auld 1-4/+4
2023-12-21drm/xe: remove gucrc disable from suspend pathGravatar Riana Tauro 1-0/+1
2023-12-21drm/xe/gt: tweak placement for signalling TLB fences after GT resetGravatar Matthew Auld 1-1/+2
2023-12-21drm/xe: add a new sysfs directory for gtidle propertiesGravatar Riana Tauro 1-0/+3
2023-12-19drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()Gravatar Gustavo Sousa 1-2/+1
2023-12-19drm/xe: Initialize MOCS earlierGravatar Matt Roper 1-2/+2
2023-12-19drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweGravatar Matt Roper 1-2/+2