aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2020-11-04drm/msm: Implement shutdown callback for adrenoAkhil P Oommen1-0/+6
2020-11-04drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rateKuogee Hsieh4-6/+70
2020-11-04drm/msm: Remove redundant null checkTian Tao1-5/+2
2020-11-04drm/msm/dsi_phy_10nm: implement PHY disablingDmitry Baryshkov1-0/+22
2020-11-04drm/msm/dsi_phy_7nm: implement PHY disablingDmitry Baryshkov1-1/+22
2020-11-04drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-11-04drm/msm/dsi_pll_7nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-11-04drm/msm/dpu: Add newline to printksStephen Boyd1-2/+2
2020-11-04drm/msm/dp: DisplayPort PHY compliance tests fixupTanmay Shah4-4/+13
2020-11-04drm/msm: Add missing struct identifierTian Tao1-3/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard3-6/+6
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard3-16/+22
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard85-783/+13041
2020-11-01drm/msm: Add missing stub definitionRobin Murphy1-0/+5
2020-11-01drm/msm: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar3-16/+7
2020-11-01drm/msm/atomic: Convert to per-CRTC kthread_workRob Clark3-10/+35
2020-11-01drm/msm/kms: Update msm_kms_init/destroyRob Clark5-8/+36
2020-11-01drm/msm/gpu: Convert retire/recover work to kthread_workerRob Clark6-26/+34
2020-11-01drm/msm/atomic: Drop per-CRTC locks in reverse orderRob Clark2-1/+5
2020-11-01drm/msm: Fix race condition in msm driver with async layer updatesKrishna Manikandan2-15/+28
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds88-792/+13043
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard3-6/+9
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-29drm/msm: fix 32b build warnsRob Clark2-2/+2
2020-09-29Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie85-771/+13032
2020-09-25drm/msm/dp: fix incorrect function prototype of dp_debug_get()Abhinav Kumar2-1/+6
2020-09-25drm/msm: Introduce GEM object funcsThomas Zimmermann3-15/+18
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-2/+2
2020-09-22drm/msm/dpu: remove unused variables new_cnt and old_cnt in dpu_encoder_phys_vid_vblank_irq()Luo Jiaxing1-4/+2
2020-09-22drm/msm/dpu: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao4-68/+8
2020-09-22drm/msm: Leave inuse count intact on map failureAkhil P Oommen1-1/+3
2020-09-22drm/msm: Fix premature purging of BOAkhil P Oommen4-24/+28
2020-09-20drm/msm: Remove depends on interconnectGeorgi Djakov1-1/+0
2020-09-20drm/msm: Fix the a650 hw_apriv checkJordan Crouse1-1/+10
2020-09-20drm/msm/dp: Sleep properly in dp_hpd_handler kthreadStephen Boyd1-3/+2
2020-09-19drm/msm/dp: Fix crash if no DP deviceRob Clark1-1/+2
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie3-17/+13
2020-09-15drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd18-1762/+78
2020-09-15drm/msm/dp: remove mode hard-coding in case of DP CTSAbhinav Kumar3-53/+2
2020-09-15drm/msm/dp: add debugfs nodes for video pattern testsAbhinav Kumar2-0/+207
2020-09-15drm/msm/dp: move debugfs node to /sys/kernel/debug/dri/*/Abhinav Kumar5-35/+44
2020-09-15drm/msm/dp: add debugfs support to DP driverAbhinav Kumar4-1/+396
2020-09-15drm/msm/dp: wait for audio notification before disabling clocksAbhinav Kumar3-5/+70
2020-09-15drm/msm/dp: signal the hotplug disconnect in the event handlerAbhinav Kumar1-9/+10
2020-09-15drm/msm/dp: add hook_plugged_cb hdmi-codec op for MSM DP driverAbhinav Kumar3-1/+55
2020-09-15drm/msm/dp: add audio support for Display Port on MSMAbhinav Kumar8-1/+935
2020-09-15drm/msm/dp: store dp_display in the driver dataAbhinav Kumar1-10/+16
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh19-455/+1048
2020-09-15drm/msm/dp: Add Display Port HPD featureTanmay Shah7-33/+180