summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_device.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfsAdrián Larumbe2024-03-111-1/+1
* drm/panfrost: Synchronize and disable interrupts before powering offAngeloGioacchino Del Regno2023-12-051-0/+8
* drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_deviceAngeloGioacchino Del Regno2023-12-051-0/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-1/+1
|\
| * Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-1/+1
| |\
| | * drm/panfrost: dynamically allocate the drm-panfrost shrinkerQi Zheng2023-10-041-1/+1
* | | drm/panfrost: Implement ability to turn on/off regulators in suspendAngeloGioacchino Del Regno2023-11-101-0/+2
* | | drm/panfrost: Implement ability to turn on/off GPU clocks in suspendAngeloGioacchino Del Regno2023-11-101-0/+11
|/ /
* / drm/panfrost: Add fdinfo support GPU load metricsAdrián Larumbe2023-10-041-0/+13
|/
* drm/panfrost: Increase MAX_PM_DOMAINS to 5Alyssa Rosenzweig2023-03-231-1/+1
* drm: panfrost: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-121-2/+2
* drm/panfrost: Queue jobs on the hardwareSteven Price2021-07-011-1/+1
* drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon2021-07-011-0/+7
* drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon2021-07-011-0/+2
* drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon2021-07-011-0/+1
* drm/panfrost: Simplify the reset serialization logicBoris Brezillon2021-07-011-3/+3
* drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon2021-07-011-0/+8
* drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon2021-07-011-0/+69
* drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon2021-07-011-1/+1
* drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon2021-06-241-3/+5
* drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig2021-06-041-0/+1
* drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon2020-11-161-1/+5
* drm/panfrost: Support cache-coherent integrationsRobin Murphy2020-10-301-0/+1
* drm/panfrost: add support for vendor quirkNeil Armstrong2020-09-211-0/+3
* drm/panfrost: dynamically alloc regulatorsClément Péron2020-08-071-2/+1
* drm/panfrost: introduce panfrost_devfreq structClément Péron2020-08-071-8/+3
* drm/panfrost: Add support for multiple power domainsNicolas Boichat2020-02-251-0/+11
* drm/panfrost: Add support for multiple regulatorsNicolas Boichat2020-02-251-1/+14
* drm/panfrost: Simplify devfreq utilisation trackingSteven Price2019-10-291-8/+4
* drm/panfrost: Use generic code for devfreqSteven Price2019-10-291-2/+0
* drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring2019-08-301-2/+0
* drm/panfrost: Remove unnecessary mmu->lock mutexRob Herring2019-08-301-1/+0
* drm/panfrost: Implement per FD address spacesRob Herring2019-08-191-4/+20
* drm/panfrost: Consolidate reset handlingRob Herring2019-08-121-0/+1
* drm/panfrost: Add madvise and shrinker supportRob Herring2019-08-081-0/+4
* drm/panfrost: Export all GPU feature registersSteven Price2019-07-261-0/+1
* drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon2019-06-181-0/+3
* drm/panfrost: Add an helper to check the GPU generationBoris Brezillon2019-06-181-0/+5
* drm/panfrost: Add a module parameter to expose unstable ioctlsBoris Brezillon2019-06-181-0/+2
* drm: panfrost: add optional bus_clockClément Péron2019-05-221-0/+1
* drm/panfrost: Prevent concurrent resetsTomeu Vizoso2019-04-181-0/+1
* drm/panfrost: Add initial panfrost driverRob Herring2019-04-121-0/+124