summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorLines
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang-1/+1
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov-2/+2
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu-1/+0
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price-2/+3
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski-4/+4
2020-05-19drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-11/+11
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie-38/+30
2020-02-27drm/panfrost: default_supplies[] can be statickbuild test robot-1/+1
2020-02-25drm/panfrost: Add support for multiple power domainsNicolas Boichat-8/+102
2020-02-25drm/panfrost: Add support for multiple regulatorsNicolas Boichat-18/+51
2020-02-25drm/panfrost: Improve error reporting in panfrost_gpu_power_onNicolas Boichat-4/+7
2020-02-25drm/panfrost: Don't try to map on error faultsTomeu Vizoso-25/+19
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard-77/+320
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+16
2020-02-12drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon-8/+10
2020-02-12drm/panfrost: Remove set but not used variable 'bo'YueHaibing-5/+1
2020-02-12Merge v5.6-rc1 into drm-misc-fixesMaarten Lankhorst-19/+27
2020-02-03drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon-1/+16
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-19/+27
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon-74/+300
2020-01-21drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia-4/+6
2020-01-21drm/panfrost: Remove core stack power managementSteven Price-5/+0
2019-12-18drm/scheduler: rework entity creationNirmoy Das-3/+5
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-16/+22
2019-12-13Merge tag 'drm-misc-next-fixes-2019-12-12' of git://anongit.freedesktop.org/d...Dave Airlie-39/+48
2019-12-06drm/panfrost: Register devfreq cooling deviceRobin Murphy-11/+21
2019-12-06drm/panfrost: Open/close the perfcnt BOBoris Brezillon-13/+22
2019-12-06drm/panfrost: Fix a race in panfrost_gem_free_object()Boris Brezillon-5/+10
2019-12-06drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()Boris Brezillon-3/+6
2019-12-06drm/panfrost: Fix a race in panfrost_ioctl_madvise()Boris Brezillon-5/+4
2019-12-06drm/panfrost: devfreq: Round frequencies to OPPsSteven Price-13/+6
2019-12-02drm/panfrost: remove DRM_AUTH and respective commentEmil Velikov-5/+1
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie-8/+10
2019-10-29drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy-3/+3
2019-10-29drm/panfrost: fix -Wmissing-prototypes warningsYi Wang-4/+6
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price-56/+38
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price-52/+10
2019-10-23panfrost: Properly undo pm_runtime_enable when deferring a probeTomeu Vizoso-1/+1
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul-0/+3
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter-5/+14
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann-1/+1
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann-1/+1
2019-10-15drm/panfrost: Handle resetting on timeout betterSteven Price-5/+11
2019-10-14drm/panfrost: Add missing GPU feature registersSteven Price-0/+3
2019-10-09drm/panfrost: Remove commented out call to panfrost_core_dumpSteven Price-2/+2
2019-10-09drm/panfrost: Handle resetting on timeout betterSteven Price-5/+11
2019-10-09drm/panfrost: Remove NULL check for regulatorSteven Price-4/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-115/+131