summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2021-01-31drm/msm/dpu: Move DPU_SSPP_QOS_8LVL bit to SDM845 and SC7180 masksAngeloGioacchino Del Regno1-3/+3
2021-01-31drm/msm/dpu: Fix VBIF_XINL_QOS_LVL_REMAP_000 register offsetAngeloGioacchino Del Regno1-4/+5
2021-01-31drm/msm/a5xx: Disable UCHE global filterKonrad Dybcio2-0/+5
2021-01-31drm/msm/a5xx: Disable flat shading optimizationKonrad Dybcio1-0/+3
2021-01-31drm/msm/a5xx: Fix VPC protect value in gpu_write()Konrad Dybcio1-1/+1
2021-01-31drm/msm/a5xx: Reset VBIF before PC only on A510 and A530AngeloGioacchino Del Regno1-3/+5
2021-01-31drm/msm/a5xx: Add support for Adreno 508, 509, 512 GPUsAngeloGioacchino Del Regno4-20/+223
2021-01-31drm/msm/a5xx: Separate A5XX_PC_DBG_ECO_CNTL write from main branchAngeloGioacchino Del Regno1-3/+6
2021-01-31drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL registerAngeloGioacchino Del Regno1-2/+0
2021-01-31drm/msm/a6xx: Create an A6XX GPU specific address spaceSai Prakash Ranjan3-21/+55
2021-01-31drm/msm: Add proper checks for GPU LLCC supportSai Prakash Ranjan2-6/+6
2021-01-31drm/msm/a5xx: Allow all patchid for A540 chipAngeloGioacchino Del Regno1-1/+1
2021-01-31drm/msm: Fix MSM_INFO_GET_IOVA with carveoutIskren Chernev1-1/+2
2021-01-31drm/msm: Add speed-bin support to a618 gpuAkhil P Oommen2-0/+85
2021-01-29Merge tag 'drm-intel-next-2021-01-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-4/+2
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie10-26/+63
2021-01-21drm/msm/dp: fix build after dp quirk helper changeJani Nikula1-4/+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
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
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 drm/drm-next into drm-misc-nextMaarten Lankhorst76-1114/+2057
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
2020-11-30drm/prime: split array import functions v4Christian König1-1/+1
2020-11-29drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota1-2/+9
2020-11-29drm/msm/a6xx: Add support for using system cache on MMU500 based targetsJordan Crouse2-10/+37
2020-11-29drm/msm/a6xx: Add support for using system cache(LLC)Sharat Masetty3-0/+104
2020-11-29drm/msm: rearrange the gpu_rmw() functionSharat Masetty3-4/+10
2020-11-29drm/msm/dp: remove duplicate include statementTian Tao1-1/+0
2020-11-29drm/msm: dsi: Constify dsi_host_opsRikard Falkeborn1-1/+1
2020-11-29drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heapLee Jones1-167/+171
2020-11-29drm/msm/adreno/a6xx_gpu_state: Make some local functions staticLee Jones1-3/+3
2020-11-29drm/msm/msm_gem_shrinker: Fix descriptions for 'drm_device'Lee Jones1-2/+2
2020-11-29drm/msm/msm_drv: Make '_msm_ioremap()' staticLee Jones1-2/+2