summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorFilesLines
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-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-1/+1
2020-08-12Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-20drm/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...Dave 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
2020-02-25drm/panfrost: Add support for multiple power domainsNicolas Boichat3-8/+102
2020-02-25drm/panfrost: Add support for multiple regulatorsNicolas Boichat3-18/+51
2020-02-25drm/panfrost: Improve error reporting in panfrost_gpu_power_onNicolas Boichat1-4/+7
2020-02-25drm/panfrost: Don't try to map on error faultsTomeu Vizoso1-25/+19
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard9-77/+320
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-1/+16
2020-02-12drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon2-8/+10
2020-02-12drm/panfrost: Remove set but not used variable 'bo'YueHaibing1-5/+1
2020-02-12Merge v5.6-rc1 into drm-misc-fixesMaarten Lankhorst3-19/+27
2020-02-03drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon4-1/+16
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-19/+27
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon9-74/+300
2020-01-21drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia3-4/+6
2020-01-21drm/panfrost: Remove core stack power managementSteven Price1-5/+0
2019-12-19drm/scheduler: rework entity creationNirmoy Das1-3/+5
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-16/+22
2019-12-13Merge tag 'drm-misc-next-fixes-2019-12-12' of git://anongit.freedesktop.org/d...Dave Airlie6-39/+48
2019-12-06drm/panfrost: Register devfreq cooling deviceRobin Murphy1-11/+21
2019-12-06drm/panfrost: Open/close the perfcnt BOBoris Brezillon5-13/+22
2019-12-06drm/panfrost: Fix a race in panfrost_gem_free_object()Boris Brezillon1-5/+10
2019-12-06drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()Boris Brezillon1-3/+6
2019-12-06drm/panfrost: Fix a race in panfrost_ioctl_madvise()Boris Brezillon1-5/+4
2019-12-06drm/panfrost: devfreq: Round frequencies to OPPsSteven Price1-13/+6
2019-12-02drm/panfrost: remove DRM_AUTH and respective commentEmil Velikov1-5/+1