summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2026-01-19drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registersAkhil P Oommen
2025-12-07drm/msm: make sure to not queue up recovery more than onceAntonino Maniscalco
2025-12-07drm/msm/dsi/phy_7nm: Fix missing initial VCO rateKrzysztof Kozlowski
2025-12-07drm/msm/dsi/phy: Toggle back buffer resync after preparing PLLKrzysztof Kozlowski
2025-12-07drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-08-28drm/msm: use trylock for debugfsRob Clark
2025-07-10drm/msm: Fix a fence leak in submit error pathRob Clark
2025-06-27drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rateKrzysztof Kozlowski
2025-06-27drm/msm/dpu: don't select single flush for active CTL blocksDmitry Baryshkov
2025-06-27drm/msm/a6xx: Increase HFI response timeoutAkhil P Oommen
2025-06-27drm/msm/hdmi: add runtime PM calls to DDC transfer functionDmitry Baryshkov
2025-05-02drm/msm/a6xx: Fix stale rpmh votes from GPUAkhil P Oommen
2025-05-02drm/msm/a6xx: Avoid gx gbit halt during rpm suspendAkhil P Oommen
2025-05-02drm/msm/a6xx: Handle GMU prepare-slumber hfi failureAkhil P Oommen
2025-05-02drm/msm/a6xx: Improve gpu recovery sequenceAkhil P Oommen
2024-12-14drm/msm/dpu: cast crtc_clk calculation to u64 in _dpu_core_perf_calc_clk()Zichen Xie
2024-12-14drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-11-01drm/msm: Allocate memory for disp snapshot with kvzalloc()Douglas Anderson
2024-11-01drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()Douglas Anderson
2024-11-01drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculationJonathan Marek
2024-10-17drm/msm: fix %s null argument errorSherry Yang
2024-10-17drm/msm/a5xx: workaround early ring-buffer emptiness checkVladimir Lypak
2024-10-17drm/msm: Drop priv->lastctxRob Clark
2024-10-17drm/msm/a5xx: fix races in preemption evaluation stageVladimir Lypak
2024-10-17drm/msm/a5xx: properly clear preemption records on resumeVladimir Lypak
2024-10-17drm/msm/a5xx: disable preemption in submits by defaultVladimir Lypak
2024-10-17drm/msm: Fix incorrect file name output in adreno_request_fw()Aleksandr Mishin
2024-10-17drm/msm/adreno: Fix error return if missing firmware-nameRob Clark
2024-09-04drm/msm/dpu: cleanup FB if dpu_format_populate_layout failsDmitry Baryshkov
2024-09-04drm/msm/dp: reset the link phy params before link trainingAbhinav Kumar
2024-09-04drm/msm/dpu: don't play tricks with debug macrosDmitry Baryshkov
2024-06-16drm/msm/dpu: Always flush the slave INTF on the CTLMarijn Suijten
2024-06-16drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclkMarijn Suijten
2024-03-26drm/msm/dpu: add division of drm_display_mode's hskew parameterPaloma Arellano
2024-02-23drm/msm/dsi: Enable runtime PMKonrad Dybcio
2024-02-23drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA caseKuogee Hsieh
2024-02-23drm/msm/dpu: Ratelimit framedone timeout msgsRob Clark
2024-01-25drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaksKonrad Dybcio
2024-01-25drm/msm/mdp4: flush vblank event on disableDmitry Baryshkov
2023-11-28drm/msm/dp: skip validity check for DP CTS EDID checksumJani Nikula
2023-11-20drm/msm/dsi: use msm_gem_kernel_put to free TX bufferDmitry Baryshkov
2023-10-19drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflowAbhinav Kumar
2023-10-19drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter
2023-10-19drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar
2023-10-19drm/msm/dp: do not reinitialize phy unless retry during link trainingKuogee Hsieh
2023-09-19drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam
2023-09-19drm/msm/mdp5: Don't leak some plane stateDaniel Vetter
2023-09-19drm/msm: Update dev core dump to not print backwardsRyan McCann
2023-08-03drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui