aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon3-64/+130
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-9/+16
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter4-9/+16
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-6/+8
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-04drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2020-11-03drm/panfrost: Fix module unloadSteven Price1-2/+3
2020-11-03drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon3-7/+13
2020-11-03drm/panfrost: Remove unused variables in panfrost_job_close()Boris Brezillon1-2/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard3-8/+7
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price1-5/+6
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy4-0/+6
2020-10-14Merge tag 'drm-misc-next-fixes-2020-10-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2020-10-09drm/panfrost: increase readl_relaxed_poll_timeout valuesChristian Hewitt1-2/+2
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao1-6/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao1-7/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-1/+38
2020-09-21drm/panfrost: add Amlogic GPU integration quirksNeil Armstrong1-0/+11
2020-09-21drm/panfrost: add amlogic reset quirk callbackNeil Armstrong3-0/+17
2020-09-21drm/panfrost: add support for vendor quirkNeil Armstrong2-0/+7
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie2-6/+5
2020-09-10drm/panfrost: Ensure GPU quirks are always initialisedSteven Price1-1/+2
2020-09-10drm/panfrost: Set DMA max segment sizeRobin Murphy1-0/+1
2020-09-10drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski2-6/+5
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-1/+1
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2020-08-07drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_lockedNavid Emamdoost1-3/+7
2020-08-07drm/panfrost: add regulators to devfreqClément Péron3-7/+33
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron2-7/+10
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron2-14/+13
2020-08-07drm/panfrost: rename error labels in device_initClément Péron1-15/+15
2020-08-07drm/panfrost: properly handle error in probeClément Péron2-6/+20
2020-08-07drm/panfrost: use spinlock instead of atomicClément Péron2-12/+40
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron4-47/+66
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron1-4/+0
2020-08-07drm/panfrost: clean headers in devfreqClément Péron1-6/+2
2020-08-07drm/panfrost: avoid static declarationClément Péron1-20/+18
2020-08-07drm/panfrost: Add compatible string for bifrostTomeu Vizoso1-0/+1
2020-08-07drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_IDTomeu Vizoso1-2/+12
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang1-1/+1
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2-2/+2
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu1-1/+0
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price1-2/+3
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski1-4/+4
2020-05-19drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov5-11/+11
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie3-38/+30
2020-02-27drm/panfrost: default_supplies[] can be statickbuild test robot1-1/+1