summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/msm: Be more shouty if per-process pgtables aren't workingRob Clark1-1/+6
2023-05-30drm/msm/dpu: Remove duplicate register defines from INTFMarijn Suijten1-5/+0
2023-05-30drm/msm/dp: unregister audio driver during unbindSrinivas Kandagatla3-0/+15
2023-05-17drm: msm: adreno: Disable preemption on Adreno 510Adam Skladowski1-1/+7
2023-05-17drm/msm/adreno: drop bogus pm_runtime_set_active()Johan Hovold1-3/+0
2023-05-17drm/msm/adreno: Defer enabling runpm until hw_init()Rob Clark2-1/+6
2023-05-17drm/msm/disp/dpu: check for crtc enable rather than crtc active to release sh...Vinod Polimera1-1/+1
2023-03-17drm/msm/a5xx: fix context faults during ring switchDmitry Baryshkov1-1/+1
2023-03-17drm/msm/a5xx: fix the emptyness check in the preempt codeDmitry Baryshkov1-1/+1
2023-03-17drm/msm: Document and rename preempt_lockRob Clark5-12/+17
2023-03-17drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL registerDmitry Baryshkov1-2/+2
2023-03-17drm/msm: Fix potential invalid ptr freeRob Clark1-3/+2
2023-03-11drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+3
2023-03-11drm/msm/mdp5: Add check for kzallocJiasheng Jiang1-1/+4
2023-03-11drm/msm/dpu: Add check for pstatesJiasheng Jiang1-0/+2
2023-03-11drm/msm/dpu: Add check for cstateJiasheng Jiang1-1/+4
2023-03-11drm/msm: use strscpy instead of strncpyDmitry Baryshkov1-1/+1
2023-03-11drm/msm/dpu: Disallow unallocated resources to be returnedMarijn Suijten1-0/+5
2023-03-11drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()Akhil P Oommen1-2/+2
2023-03-11drm/msm/hdmi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+4
2023-01-18drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transferKuogee Hsieh1-0/+4
2023-01-18drm/msm/adreno: Make adreno quirks not overwrite each otherKonrad Dybcio1-6/+4
2023-01-14drm/msm: Use drm_mode_copy()Ville Syrjälä1-1/+1
2023-01-14drm/msm/hdmi: drop unused GPIO supportDmitry Baryshkov3-120/+21
2023-01-14drm/msm/hdmi: switch to drm_bridge_connectorDmitry Baryshkov5-159/+109
2022-11-10drm/msm/hdmi: fix IRQ lifetimeJohan Hovold1-1/+1
2022-11-10drm/msm/hdmi: Remove spurious IRQF_ONESHOT flagDaniel Thompson1-1/+1
2022-11-03drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry1-2/+3
2022-11-03drm/msm/dp: fix IRQ lifetimeJohan Hovold1-1/+1
2022-11-03drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold1-0/+5
2022-11-03drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-10-26drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-10-26drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idxDmitry Baryshkov2-23/+18
2022-09-20drm/msm/rd: Fix FIFO-full deadlockRob Clark1-0/+3
2022-09-08drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson1-1/+1
2022-09-08drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-09-08drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh1-1/+1
2022-09-08drm/msm/dsi: fix the inconsistent indentingsunliming1-1/+1
2022-08-21drm/msm/mdp5: Fix global state lock backoffRob Clark1-1/+2
2022-06-29drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2022-06-29drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh1-4/+21
2022-06-29drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh5-6/+55
2022-06-29drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2-22/+25
2022-06-29drm/msm/dp: check core_initialized before disable interrupts at dp_display_un...Kuogee Hsieh1-1/+2
2022-06-29drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intfMiaoqian Lin1-0/+2
2022-06-29drm/msm: use for_each_sgtable_sg to iterate over scatterlistJonathan Marek1-1/+1
2022-06-29drm/msm: Fix double pm_runtime_disable() callMaximilian Luz1-1/+2
2022-06-09drm/msm/dpu: handle pm_runtime_get_sync() errors in bind pathAbhinav Kumar1-1/+3
2022-06-09drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()Hangyu Hua1-1/+3
2022-06-09drm/msm/a6xx: Fix refcount leak in a6xx_gpu_initMiaoqian Lin1-0/+1