aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/i915/display: convert inner wakeref get towards get_if_in_useRodrigo Vivi1-1/+1
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: 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
2024-04-17drm/xe/stolen: ignore first page for FBCMatthew Auld1-1/+6
2024-04-17drm/xe/stolen: lower the default alignmentMatthew Auld1-6/+2
2024-04-16drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is selectedLu Yao1-0/+1
2024-04-16drm/xe/bmg: Some LNL workarounds also apply to BMGJohn Harrison1-2/+4
2024-04-16drm/xe/lnl: Enable more GuC based workaroundsJohn Harrison3-0/+13
2024-04-16drm/xe/pf: Add support to configure SR-IOV VFsMichal Wajdeczko5-1/+2089
2024-04-16drm/xe/pf: Add SR-IOV PF specific early GT initializationMichal Wajdeczko5-0/+89
2024-04-16drm/xe/guc: Add PF2GUC_UPDATE_VF_CFG to ABIMichal Wajdeczko1-0/+55
2024-04-16drm/xe: Add xe_ttm_vram_get_availMichal Wajdeczko2-0/+13
2024-04-16drm/xe: Allow to assign GGTT region to the VFMichal Wajdeczko3-0/+50
2024-04-16drm/xe: Add helper to format SR-IOV function nameMichal Wajdeczko2-0/+18
2024-04-15drm/xe/gt: Add L3 bank mask to GT topologyFrancois Dugast3-4/+124
2024-04-12drm/xe/pf: Add support to configure GuC SR-IOV policiesMichal Wajdeczko6-0/+502
2024-04-12drm/xe/guc: Add helpers for GuC KLVsMichal Wajdeczko3-0/+186
2024-04-12drm/xe/guc: Add PF2GUC_UPDATE_VGT_POLICY to ABIMichal Wajdeczko1-0/+47
2024-04-12drm/xe/pf: Introduce helper functions for use by PFMichal Wajdeczko2-0/+81
2024-04-12drm/xe/pf: Introduce mutex to protect VFs configurationsMichal Wajdeczko4-0/+32
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström11424-200268/+657366
2024-04-12drm/xe: Use hmm_range_fault to populate user pagesOak Zeng1-111/+6
2024-04-12drm/xe: Introduce helper to populate userptrOak Zeng4-0/+267
2024-04-12drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst1-2/+6
2024-04-11drm/xe: Remove devcoredump during driver releaseJosé Roberto de Souza3-1/+22
2024-04-11devcoredump: Add dev_coredump_put()José Roberto de Souza2-0/+28
2024-04-11Merge tag 'drm-misc-next-2024-04-10' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie18-56/+450
2024-04-10drm/xe: Add xe_guc_ads.c to uses_generated_oobNathan Chancellor1-0/+1
2024-04-10drm/xe/guc: Prefer GT oriented asserts in CTB codeMichal Wajdeczko1-22/+22
2024-04-10drm/xe/guc: Prefer GT oriented logs in GuC CTB codeMichal Wajdeczko1-32/+30
2024-04-10drm/xe: re-order lmem init check and wait for initialization to completeRiana Tauro3-28/+59
2024-04-10drm/xe: check pcode init status only on root gt of root tileRiana Tauro4-64/+94
2024-04-10drm/bridge: imx8mp-hdmi-pvi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-10drm: tilcdc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
2024-04-10drm/omap: dmm_tiler: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-10drm: xlnx: db: fix a memory leak in probeDan Carpenter1-1/+1
2024-04-10MAINTAINERS: Add myself as maintainer for Xilinx DRM driversTomi Valkeinen1-0/+1
2024-04-10drm/xe: Add SR-IOV info attribute to debugfsMichal Wajdeczko3-0/+28
2024-04-10drm/xe: Add proper detection of the SR-IOV PF modeMichal Wajdeczko6-1/+137
2024-04-10drm/xe: Add max_vfs module parameterMichal Wajdeczko2-0/+10