summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-05-13drm/amd/pm: Remove remainder of mode2_reset_is_supportDr. David Alan Gilbert-23/+0
2025-05-13drm/amd/pm: Remove unused smu_mode2_reset_is_supportDr. David Alan Gilbert-14/+0
2025-05-13drm/amd/pm/smu13: Remove unused smu_v13_0_init_display_countDr. David Alan Gilbert-14/+0
2025-05-13drm/amdgpu: Fix amdgpu_userq_wait_ioctl() warn missing error code 'r'Arvind Yadav-1/+3
2025-05-13drm/amdgpu: Fix NULL dereference in amdgpu_userq_restore_workerArvind Yadav-3/+3
2025-05-13drm/amdgpu: csa unmap use uninterruptible lockPhilip Yang-1/+1
2025-05-13drm/amd/display: use drm_dbg_driver() in amdgpu_dm.cAurabindo Pillai-17/+18
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar-2/+2
2025-05-13drm/i915: Use provided dma_fence_is_chainTvrtko Ursulin-6/+1
2025-05-13drm/i915: ensure correct VLV IOSF SB units have been get/putJani Nikula-0/+11
2025-05-13drm/i915: rename VLV IOSF SB ports parameter to unit_maskJani Nikula-6/+6
2025-05-13drm/i915: convert VLV IOSF SB interface to struct drm_deviceJani Nikula-426/+410
2025-05-13drm/i915: move VLV IOSF SB unit specific helpers under displayJani Nikula-289/+213
2025-05-13drm/i915: switch i915 core to generic VLV IOSF SB functionsJani Nikula-28/+28
2025-05-13drm/i915: rewrite VLV IOSF SB unit specific read/write functionsJani Nikula-55/+22
2025-05-13drm/i915: add generic read/write functions for VLV IOSF SBJani Nikula-5/+83
2025-05-13drm/i915: rename vlv_sideband*.[ch] to vlv_iosf_sb*.[ch]Jani Nikula-31/+31
2025-05-12drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa-16/+203
2025-05-12drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa-4/+4
2025-05-12drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa-6/+7
2025-05-12drm/xe: Add atomic_svm_timeslice_ms debugfs entryMatthew Brost-1/+44
2025-05-12drm/xe: Timeslice GPU on atomic SVM faultMatthew Brost-0/+5
2025-05-12drm/gpusvm: Add timeslicing support to GPU SVMMatthew Brost-0/+9
2025-05-12drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost-43/+114
2025-05-12drm/gpusvm: Introduce devmem_only flag for allocationHimal Prasad Ghimiray-0/+5
2025-05-12drm/xe/xe2hpg: Add Wa_22021007897Aradhya Bhatia-0/+5
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich-0/+291
2025-05-12drm/msm/dp: Introduce link training per-segment for LTTPRsAleksandrs Vinarskis-37/+89
2025-05-12drm/msm/dp: Prepare for link training per-segment for LTTPRsAleksandrs Vinarskis-6/+12
2025-05-12drm/msm/dp: Account for LTTPRs capabilitiesAleksandrs Vinarskis-4/+16
2025-05-12drm/msm/dp: Fix support of LTTPR initializationAleksandrs Vinarskis-4/+9
2025-05-12drm/msm/dpu: remove DPU_CTL_SPLIT_DISPLAY from SAR2130P CTL blocksDmitry Baryshkov-3/+2
2025-05-12drm/msm/dpu: Add handling of LM_6 and LM_7 bits in pending flush maskKrzysztof Kozlowski-0/+6
2025-05-12drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5Krzysztof Kozlowski-0/+6
2025-05-12drm/msm/dpu: Drop useless commentsKrzysztof Kozlowski-8/+0
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE before blend setupKrzysztof Kozlowski-0/+2
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on ctl_path resetKrzysztof Kozlowski-0/+3
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on mixer resetKrzysztof Kozlowski-0/+3
2025-05-12drm/msm/dpu: Add missing "fetch" name to set_active_pipes()Krzysztof Kozlowski-10/+10
2025-05-12drm/msm/hdmi: wire in hpd_enable/hpd_disable bridge opsDmitry Baryshkov-17/+10
2025-05-12drm/msm/hdmi: ensure that HDMI is up if HPD is requestedDmitry Baryshkov-2/+18
2025-05-12drm/msm/hdmi: expand the HDMI_CFG macroDmitry Baryshkov-9/+9
2025-05-12drm/msm/hdmi: rename hpd_clks to pwr_clksDmitry Baryshkov-16/+16
2025-05-12drm/msm/hdmi: implement proper runtime PM handlingDmitry Baryshkov-74/+47
2025-05-12drm/msm/hdmi: add runtime PM calls to DDC transfer functionDmitry Baryshkov-2/+12
2025-05-12drm/msm/hdmi: switch to pm_runtime_resume_and_get()Dmitry Baryshkov-4/+16
2025-05-12drm/msm/hdmi: switch to clk_bulk APIDmitry Baryshkov-37/+19
2025-05-12drm/msm/hdmi: drop clock frequency assignmentDmitry Baryshkov-12/+0
2025-05-12drm/msm/hdmi: simplify extp clock handlingDmitry Baryshkov-45/+18