summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2021-06-11Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-42/+124
2021-06-10drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd-0/+2
2021-06-08drm/msm/a6xx: avoid shadow NULL reference in failure pathJonathan Marek-1/+1
2021-06-08drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650Jonathan Marek-1/+1
2021-06-08drm/msm/a6xx: update/fix CP_PROTECT initializationJonathan Marek-40/+113
2021-06-08drm/msm: Init mm_list before accessing it for use_vram pathAlexey Minnekhanov-0/+7
2021-05-15Merge tag 'drm-msm-fixes-2021-05-09' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-18/+47
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-32/+0
2021-05-07Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie-32/+0
2021-05-06drm/msm/dp: initialize audio_comp when audio startsKuogee Hsieh-2/+11
2021-05-06drm/msm/dp: check sink_count before update is_connected statusKuogee Hsieh-7/+8
2021-05-03drm/msm/dpu: Delete bonkers codeRob Clark-32/+0
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+1
2021-04-28drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS supportJonathan Marek-1/+1
2021-04-27drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return codeDmitry Baryshkov-1/+1
2021-04-27drm/msm/dsi: dsi_phy_28nm_8960: fix uninitialized variable accessDmitry Baryshkov-0/+4
2021-04-27drm/msm: fix LLC not being enabled for mmu500 targetsJonathan Marek-4/+5
2021-04-27drm/msm: Do not unpin/evict exported dma-buf'sRob Clark-3/+17
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel-4/+1
2021-04-13Merge tag 'drm-msm-next-2021-04-11' of https://gitlab.freedesktop.org/drm/msm...Daniel Vetter-5024/+5221
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter-60/+128
2021-04-09drm/msm/disp/dpu1: fix display underruns during modeset.Kalyan Thota-1/+1
2021-04-09drm/msm/mdp5: Disable pingpong autorefresh at tearcheck initAngeloGioacchino Del Regno-0/+1
2021-04-09drm/msm/mdp5: Do not multiply vclk line count by 100Marijn Suijten-4/+4
2021-04-09drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten-1/+9
2021-04-09Merge tag 'drm-msm-fixes-2021-04-02' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-9/+18
2021-04-07drm/msm/disp/dpu1: add flags to indicate obsolete irqsKrishna Manikandan-7/+26
2021-04-07drm/msm/disp/dpu1: add vsync and underrun irqs for INTF_5Krishna Manikandan-1/+6
2021-04-07drm/msm/disp/dpu1: increase the range of interrupts in dpu_irq_mapKrishna Manikandan-94/+661
2021-04-07drm/msm/disp/dpu1: enable DATA_HCTL_EN for sc7280 targetKrishna Manikandan-1/+10
2021-04-07drm/msm/disp/dpu1: add support to program fetch active in ctl pathKrishna Manikandan-1/+36
2021-04-07drm/msm/disp/dpu1: add intf offsets for SC7280 targetKrishna Manikandan-1/+19
2021-04-07drm/msm/disp/dpu1: add support for display for SC7280 targetKrishna Manikandan-18/+171
2021-04-07drm/msm: Support evicting GEM objects to swapRob Clark-1/+75
2021-04-07drm/msm: Small msm_gem_purge() fixRob Clark-2/+3
2021-04-07drm/msm: Track potentially evictable objectsRob Clark-16/+90
2021-04-07drm/msm: Add $debugfs/gem stats on resident objectsRob Clark-2/+9
2021-04-07drm/msm: Split iova purge and closeRob Clark-5/+12
2021-04-07drm/msm: Clear msm_obj->sgt in put_pages()Rob Clark-0/+1
2021-04-07drm/msm: Reorganize msm_gem_shrinker_scan()Rob Clark-48/+46
2021-04-07drm/msm: ratelimit GEM related WARN_ON()sRob Clark-40/+45
2021-04-07drm/msm/dpu: always use mdp device to scale bandwidthDmitry Baryshkov-52/+2
2021-04-07drm/msm/dpu: fill missing details in hw catalog for sdm845 and sm8[12]50Dmitry Baryshkov-0/+8
2021-04-07drm/msm/dpu: enable DPU_SSPP_QOS_8LVL for SM8250Dmitry Baryshkov-1/+1
2021-04-07drm/msm/dsi: stop passing src_pll_id to the phy_enable callDmitry Baryshkov-19/+18
2021-04-07drm/msm/dsi: inline msm_dsi_phy_set_src_pllDmitry Baryshkov-46/+21
2021-04-07drm/msm/dsi: remove temp data from global pll structureDmitry Baryshkov-447/+220
2021-04-07drm/msm/dsi: remove duplicate fields from dsi_pll_Nnm instancesDmitry Baryshkov-149/+119
2021-04-07drm/msm/dsi: move ioremaps to dsi_phy_driver_probeDmitry Baryshkov-163/+108
2021-04-07drm/msm/dsi: drop PLL accessor functionsDmitry Baryshkov-303/+283