summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2021-05-19drm/msm/dp: check sink_count before update is_connected statusKuogee Hsieh1-7/+8
2021-05-19drm/msm/dp: initialize audio_comp when audio startsKuogee Hsieh3-2/+11
2021-05-19drm/msm: fix LLC not being enabled for mmu500 targetsJonathan Marek1-4/+5
2021-05-14drm/msm: Fix debugfs deadlockRob Clark5-15/+37
2021-05-12drm/msm/mdp5: Do not multiply vclk line count by 100Marijn Suijten1-4/+4
2021-05-12drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten1-1/+9
2021-05-12drm/msm/dp: Fix incorrect NULL check kbot warnings in DP driverAbhinav Kumar1-2/+2
2021-04-21drm/msm: Fix a5xx/a6xx timestampsRob Clark2-4/+4
2021-04-14drm/msm/disp/dpu1: program 3d_merge only if block is attachedKalyan Thota1-1/+3
2021-04-14drm/msm: a6xx: fix version check for the A650 SQE microcodeDmitry Baryshkov1-3/+3
2021-04-14drm/msm: Set drvdata to NULL when msm_drm_init() failsStephen Boyd1-0/+1
2021-04-10drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resumeKalyan Thota1-5/+7
2021-04-10drm/msm: Ratelimit invalid-fence messageRob Clark1-1/+1
2021-04-10drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUsKonrad Dybcio1-1/+1
2021-04-10drm/msm/dsi_pll_7nm: Fix variable usage for pll_lockdet_rateDmitry Baryshkov1-1/+1
2021-04-10drm/msm: a6xx: Make sure the SQE microcode is safeJordan Crouse1-13/+64
2021-03-30drm/msm: Fix suspend/resume on i.MX5Fabio Estevam1-0/+8
2021-03-30drm/msm: fix shutdown hook in case GPU components failed to bindDmitry Baryshkov1-0/+4
2021-03-30drm/msm/dsi: fix check-before-set in the 7nm dsi_pll codeDmitry Baryshkov3-5/+8
2021-03-11drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL registerAngeloGioacchino Del Regno1-2/+0
2021-03-04drm/msm/dp: Add a missing semi-colonStephen Boyd1-1/+1
2021-03-04drm/msm: Fix legacy relocs pathRob Clark1-0/+2
2021-03-04drm/msm/dp: trigger unplug event in msm_dp_display_disableJudy Hsiao1-1/+4
2021-03-04drm/msm/kms: Make a lock_class_key for each crtc mutexStephen Boyd1-2/+6
2021-03-04drm/msm: Fix races managing the OOB state for timestamp vs timestamps.Eric Anholt1-0/+4
2021-03-04drm/msm: Fix race of GPU init vs timestamp power management.Eric Anholt3-5/+32
2021-03-04drm/msm/mdp5: Fix wait-for-commit for cmd panelsIskren Chernev1-1/+1
2021-03-04drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)Konrad Dybcio1-1/+1
2021-03-04drm/msm: Add proper checks for GPU LLCC supportSai Prakash Ranjan2-6/+6
2021-03-04drm/msm: Fix MSM_INFO_GET_IOVA with carveoutIskren Chernev1-1/+2
2021-01-08Merge tag 'drm-msm-fixes-2021-01-07' of https://gitlab.freedesktop.org/drm/ms...Daniel Vetter10-26/+63
2021-01-07drm/msm: Only enable A6xx LLCC code on A6xxKonrad Dybcio2-9/+17
2021-01-07drm/msm: Add modparam to allow vram carveoutIskren Chernev5-6/+17
2021-01-07drm/msm: Call msm_init_vram before binding the gpuCraig Tatlor1-4/+4
2021-01-07drm/msm/dp: postpone irq_hpd event during connection pending stateKuogee Hsieh2-3/+16
2020-12-29drm/msm: Ensure get_pages is called when lockedIskren Chernev1-1/+4
2020-12-29drm/msm: Fix null dereference in _msm_gem_newIskren Chernev1-1/+2
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+1
2020-12-17Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-12-16drm/msm: Fix WARN_ON() splat in _free_object()Rob Clark1-2/+3
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-3/+1
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie76-1114/+2057
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-1/+0
2020-12-05drm/msm: add IOMMU_SUPPORT dependencyArnd Bergmann1-1/+1
2020-12-05drm/msm: a5xx: Make preemption reset case reentrantMarijn Suijten1-6/+6
2020-12-05drm/msm/dpu: enable DSPP support on SM8[12]50Dmitry Baryshkov2-7/+22
2020-12-03drm/msm: Fix use-after-free in msm_gem with carveoutIskren Chernev1-5/+22
2020-12-03drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2020-12-03drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar2-2/+17
2020-12-03drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuseLee Jones1-2/+2