summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2025-06-18Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie19-67/+217
2025-06-14drm/msm: Fix inverted WARN_ON() logicRob Clark1-1/+1
2025-06-10drm/msm/adreno: Check for recognized GPU before bindRob Clark3-6/+26
2025-06-09drm/msm/adreno: Pass device_node to find_chipid()Rob Clark1-5/+5
2025-06-09drm/msm: Rename add_components_mdp()Rob Clark1-2/+2
2025-06-09drivers: gpu: drm: msm: registers: improve reproducibilityRyan Eatmon1-3/+5
2025-06-09drm/msm/a7xx: Call CP_RESET_CONTEXT_STATEConnor Abbott1-0/+14
2025-06-09drm/msm: Fix CP_RESET_CONTEXT_STATE bitfield namesConnor Abbott1-1/+2
2025-06-09drm/msm: Temporarily disable stall-on-fault after a page faultConnor Abbott9-1/+116
2025-06-09drm/msm: Delete resume_translation()Connor Abbott3-19/+0
2025-06-09drm/msm: Don't use a worker to capture fault devcoredumpConnor Abbott3-31/+19
2025-06-09drm/msm: Fix another leak in the submit error pathRob Clark1-2/+6
2025-06-09drm/msm: Fix a fence leak in submit error pathRob Clark1-0/+9
2025-06-09drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rateKrzysztof Kozlowski1-0/+7
2025-06-09drm/msm/disp: Correct porch timing for SDM845James A. MacInnes1-5/+9
2025-06-09drm/msm/dp: Disable wide bus support for SDM845James A. MacInnes1-1/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-5/+7
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds88-1024/+1462
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-05-16gpu: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-1/+1
2025-05-12drm/msm/dp: Introduce link training per-segment for LTTPRsAleksandrs Vinarskis1-37/+89
2025-05-12drm/msm/dp: Prepare for link training per-segment for LTTPRsAleksandrs Vinarskis2-6/+12
2025-05-12drm/msm/dp: Account for LTTPRs capabilitiesAleksandrs Vinarskis3-4/+16
2025-05-12drm/msm/dp: Fix support of LTTPR initializationAleksandrs Vinarskis1-4/+9
2025-05-12drm/msm/dpu: remove DPU_CTL_SPLIT_DISPLAY from SAR2130P CTL blocksDmitry Baryshkov1-3/+2
2025-05-12drm/msm/dpu: Add handling of LM_6 and LM_7 bits in pending flush maskKrzysztof Kozlowski1-0/+6
2025-05-12drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5Krzysztof Kozlowski1-0/+6
2025-05-12drm/msm/dpu: Drop useless commentsKrzysztof Kozlowski1-8/+0
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE before blend setupKrzysztof Kozlowski1-0/+2
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on ctl_path resetKrzysztof Kozlowski1-0/+3
2025-05-12drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on mixer resetKrzysztof Kozlowski1-0/+3
2025-05-12drm/msm/dpu: Add missing "fetch" name to set_active_pipes()Krzysztof Kozlowski3-10/+10
2025-05-12drm/msm/hdmi: wire in hpd_enable/hpd_disable bridge opsDmitry Baryshkov4-17/+10
2025-05-12drm/msm/hdmi: ensure that HDMI is up if HPD is requestedDmitry Baryshkov4-2/+18
2025-05-12drm/msm/hdmi: expand the HDMI_CFG macroDmitry Baryshkov2-9/+9
2025-05-12drm/msm/hdmi: rename hpd_clks to pwr_clksDmitry Baryshkov2-16/+16
2025-05-12drm/msm/hdmi: implement proper runtime PM handlingDmitry Baryshkov4-74/+47
2025-05-12drm/msm/hdmi: add runtime PM calls to DDC transfer functionDmitry Baryshkov1-2/+12
2025-05-12drm/msm/hdmi: switch to pm_runtime_resume_and_get()Dmitry Baryshkov3-4/+16
2025-05-12drm/msm/hdmi: switch to clk_bulk APIDmitry Baryshkov3-37/+19
2025-05-12drm/msm/hdmi: drop clock frequency assignmentDmitry Baryshkov3-12/+0
2025-05-12drm/msm/hdmi: simplify extp clock handlingDmitry Baryshkov3-45/+18
2025-05-12drm/msm/hdmi: move the alt_iface clock to the hpd listDmitry Baryshkov1-3/+3
2025-05-12drm/msm/hdmi: convert clock and regulator arrays to const arraysDmitry Baryshkov2-9/+9
2025-05-10drm/msm/adreno: Remove MODULE_FIRMWARE()'sRob Clark5-33/+0
2025-05-10drm/msm/a6xx: Disable rgb565_predicator on Adreno 7c3Konrad Dybcio1-1/+0
2025-05-04drm/msm/adreno: Add module param to disable ACDAkhil P Oommen2-0/+11
2025-05-04drm/msm: a6x: Rework qmp_get() error handlingAkhil P Oommen1-2/+3
2025-05-04drm/msm/a6xx: Increase HFI response timeoutAkhil P Oommen1-1/+1
2025-05-04drm/msm/adreno: Add support for ACDAkhil P Oommen4-10/+132