summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorLines
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+0
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-4/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki-4/+2
2020-12-11drm/panfrost: Register devfreq cooling and attempt to add Energy ModelLukasz Luba-1/+1
2020-12-09drm/panfrost: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar-4/+2
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy-7/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann-1/+1
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon-64/+130
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann-9/+16
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter-9/+16
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-6/+8
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-04drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng-1/+1
2020-11-03drm/panfrost: Fix module unloadSteven Price-2/+3
2020-11-03drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon-7/+13
2020-11-03drm/panfrost: Remove unused variables in panfrost_job_close()Boris Brezillon-2/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-8/+7
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price-5/+6
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy-0/+6
2020-10-14Merge tag 'drm-misc-next-fixes-2020-10-13' of git://anongit.freedesktop.org/d...Dave Airlie-2/+2
2020-10-09drm/panfrost: increase readl_relaxed_poll_timeout valuesChristian Hewitt-2/+2
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon-9/+53
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao-6/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao-7/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+38
2020-09-21drm/panfrost: add Amlogic GPU integration quirksNeil Armstrong-0/+11
2020-09-21drm/panfrost: add amlogic reset quirk callbackNeil Armstrong-0/+17
2020-09-21drm/panfrost: add support for vendor quirkNeil Armstrong-0/+7
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie-6/+5
2020-09-10drm/panfrost: Ensure GPU quirks are always initialisedSteven Price-1/+2
2020-09-10drm/panfrost: Set DMA max segment sizeRobin Murphy-0/+1
2020-09-10drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski-6/+5
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard-1/+1
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2020-08-07drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_lockedNavid Emamdoost-3/+7
2020-08-07drm/panfrost: add regulators to devfreqClément Péron-7/+33
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron-7/+10
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron-14/+13
2020-08-07drm/panfrost: rename error labels in device_initClément Péron-15/+15
2020-08-07drm/panfrost: properly handle error in probeClément Péron-6/+20
2020-08-07drm/panfrost: use spinlock instead of atomicClément Péron-12/+40
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron-47/+66
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron-4/+0
2020-08-07drm/panfrost: clean headers in devfreqClément Péron-6/+2
2020-08-07drm/panfrost: avoid static declarationClément Péron-20/+18
2020-08-07drm/panfrost: Add compatible string for bifrostTomeu Vizoso-0/+1
2020-08-07drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_IDTomeu Vizoso-2/+12
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang-1/+1