summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorFilesLines
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: 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-11-14Merge v5.4-rc7 into drm-nextDave Airlie3-8/+10
2019-10-29drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy1-3/+3
2019-10-29drm/panfrost: fix -Wmissing-prototypes warningsYi Wang2-4/+6
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price4-56/+38
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price2-52/+10
2019-10-23panfrost: Properly undo pm_runtime_enable when deferring a probeTomeu Vizoso1-1/+1
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-0/+3
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter2-5/+14
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann1-1/+1
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann1-1/+1
2019-10-15drm/panfrost: Handle resetting on timeout betterSteven Price1-5/+11
2019-10-14drm/panfrost: Add missing GPU feature registersSteven Price1-0/+3
2019-10-09drm/panfrost: Remove commented out call to panfrost_core_dumpSteven Price2-2/+2
2019-10-09drm/panfrost: Handle resetting on timeout betterSteven Price1-5/+11
2019-10-09drm/panfrost: Remove NULL check for regulatorSteven Price1-4/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard6-115/+131
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-31/+42
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-237/+847
2019-09-19drm/panfrost: Prevent race when handling page faultSteven Price1-19/+36
2019-09-19drm/panfrost: Remove NULL checks for regulatorSteven Price1-6/+4
2019-09-19drm/panfrost: Fix regulator_get_optional() misuseMark Brown1-6/+2
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring3-7/+0
2019-08-30drm/panfrost: Flush and disable address space when freeing page tablesRob Herring1-7/+9
2019-08-30drm/panfrost: Add cache/TLB flush before switching address spaceRob Herring1-0/+2
2019-08-30drm/panfrost: Split mmu_hw_do_operation into locked and unlocked versionRob Herring1-13/+13
2019-08-30drm/panfrost: Rework page table flushing and runtime PM interactionRob Herring1-20/+18
2019-08-30drm/panfrost: Remove unnecessary mmu->lock mutexRob Herring2-10/+0
2019-08-30drm/panfrost: Hold runtime PM reference until jobs completeRob Herring1-11/+28
2019-08-30drm/panfrost: Rework runtime PM initializationRob Herring2-13/+6
2019-08-28drm/panfrost: Use mutex_trylock in panfrost_gem_purgeRob Herring1-4/+7
2019-08-28drm/panfrost: Fix possible suspend in panfrost_removeRob Herring1-2/+4
2019-08-28drm/panfrost: Add missing check for pfdev->regulatorSteven Price1-2/+4
2019-08-23drm/panfrost: Add errata descriptions from kbaseAlyssa Rosenzweig1-0/+81
2019-08-23drm/panfrost: Use mutex_trylock in panfrost_gem_purgeRob Herring1-4/+7
2019-08-23drm/panfrost: Fix possible suspend in panfrost_removeRob Herring1-2/+4
2019-08-23drm/panfrost: Add missing check for pfdev->regulatorSteven Price1-2/+4
2019-08-22drm/panfrost: Fix sleeping while atomic in panfrost_gem_openRob Herring1-4/+6
2019-08-19drm/panfrost: Remove opp table when unloadingSteven Price3-1/+11
2019-08-19drm/panfrost: Enable devfreq to work without regulatorSteven Price1-5/+2
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring9-87/+236
2019-08-19drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()Wei Yongjun1-1/+4
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König2-4/+4
2019-08-12drm/panfrost: Bump driver version to 1.1Rob Herring1-1/+6
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring5-17/+171