aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-04-24drm/xe: Add helpers to loop over geometry and compute DSSJosé Roberto de Souza3-0/+37
2024-04-24drm/xe: Store xe_hw_engine in xe_hw_engine_snapshotJosé Roberto de Souza2-5/+5
2024-04-24drm/xe/guc: Fix arguments passed to relay G2H handlersMichal Wajdeczko1-2/+2
2024-04-24drm/xe: call free_gsc_pkt only once on action add failureHimal Prasad Ghimiray1-8/+1
2024-04-24drm/xe: Remove sysfs only once on action add failureHimal Prasad Ghimiray3-14/+11
2024-04-24drm/xe/pf: Clamp maximum execution quantum to 100sMichal Wajdeczko1-6/+12
2024-04-24drm/xe/guc: Update VF configuration KLVs definitionsMichal Wajdeczko1-2/+12
2024-04-24drm/xe/pf: Expose SR-IOV policy settings over debugfsMichal Wajdeczko1-0/+53
2024-04-24drm/xe/pf: Expose SR-IOV VF control commands over debugfsMichal Wajdeczko1-0/+79
2024-04-24drm/xe/pf: Expose SR-IOV VFs configuration over debugfsMichal Wajdeczko4-0/+227
2024-04-24drm/xe/kunit: Add PF service testsMichal Wajdeczko2-0/+236
2024-04-24drm/xe/pf: Add SR-IOV GuC Relay PF servicesMichal Wajdeczko6-2/+646
2024-04-24drm/xe: Add few more GT register definitionsMichal Wajdeczko1-0/+3
2024-04-24drm/xe: Add helper to calculate adjusted register offsetMichal Wajdeczko2-23/+22
2024-04-24drm/xe/guc: Add GuC Relay ABI version 1.0 definitionsMichal Wajdeczko1-1/+169
2024-04-24drm/xe: Fix unexpected backmerge resultsThomas Hellström2-6/+11
2024-04-24Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie175-1985/+7802
2024-04-23drm/xe: make xe_pm_runtime_lockdep_map a static structRodrigo Vivi1-1/+1
2024-04-23Merge drm/drm-next into drm-misc-nextMaxime Ripard28-281/+170
2024-04-22drm/xe/guc: Fix arguments passed to relay G2H handlersMichal Wajdeczko1-2/+2
2024-04-22drm/xe/pf: Fix xe_gt_sriov_pf_config_print_available_ggtt()Michal Wajdeczko1-2/+6
2024-04-22drm/buddy: Implement tracking clear page featureArunpravin Paneer Selvam1-2/+2
2024-04-22drm/i915/display: move dmc_firmware_path to display paramsJani Nikula1-3/+0
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi11-63/+25
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie21-172/+166
2024-04-19drm/xe: Define all possible engines in media IP descriptorsMatt Roper1-7/+9
2024-04-19Merge tag 'drm-intel-next-2024-04-17-1' of https://anongit.freedesktop.org/gi...Dave Airlie8-109/+4
2024-04-18drm/xe/pm: Capture errors and handle themHimal Prasad Ghimiray5-21/+45
2024-04-18drm/xe/tile: Abort driver load for sysfs creation failureHimal Prasad Ghimiray5-24/+18
2024-04-18drm/xe/gt: Abort driver load for sysfs creation failureHimal Prasad Ghimiray10-60/+38
2024-04-18drm/xe: Return NULL in case of drmm_add_action_or_reset failureHimal Prasad Ghimiray1-17/+5
2024-04-18drm/xe: call free_gsc_pkt only once on action add failureHimal Prasad Ghimiray1-8/+1
2024-04-18drm/xe: Remove sysfs only once on action add failureHimal Prasad Ghimiray3-14/+11
2024-04-18drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray6-33/+6
2024-04-18drm/xe/xe2lpg: Extend Wa_14020338487Gustavo Sousa1-0/+4
2024-04-18drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_bufRodrigo Vivi1-0/+3
2024-04-18drm/xe: Ensure all the inner access are using the _noresume variantRodrigo Vivi1-1/+1
2024-04-18drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_activeRodrigo Vivi3-22/+4
2024-04-18drm/xe: Removing extra mem_access protection from runtime pmRodrigo Vivi3-12/+0
2024-04-18drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime callsRodrigo Vivi1-2/+3
2024-04-18drm/xe: Remove useless mem_access during probeRodrigo Vivi5-34/+5
2024-04-18drm/xe: Move lockdep protection from mem_access to xe_pm_runtimeRodrigo Vivi3-35/+37
2024-04-18drm/xe: Introduce intel_runtime_pm_get_noresume at compat-i915-headers for di...Rodrigo Vivi1-0/+8
2024-04-18drm/xe: Introduce xe_pm_runtime_get_noresume for inner callersRodrigo Vivi3-2/+23
2024-04-17drm/xe/lnl: Apply GuC Wa_13011645652Vinay Belgaumkar3-0/+40
2024-04-17drm/xe/vm: prevent UAF with asid based lookupMatthew Auld1-10/+11
2024-04-17drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst1-2/+6
2024-04-17drm/xe/vm: don't include xe_gt.hMatthew Auld1-1/+0
2024-04-17drm/xe/vm: drop vm->destroy_workMatthew Auld2-22/+2
2024-04-17drm/xe/vm: prevent UAF with asid based lookupMatthew Auld1-10/+11