index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_device.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
Adrián Larumbe
1
-1
/
+1
2023-12-05
drm/panfrost: Synchronize and disable interrupts before powering off
AngeloGioacchino Del Regno
1
-0
/
+8
2023-12-05
drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_device
AngeloGioacchino Del Regno
1
-0
/
+2
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2023-11-10
drm/panfrost: Implement ability to turn on/off regulators in suspend
AngeloGioacchino Del Regno
1
-0
/
+2
2023-11-10
drm/panfrost: Implement ability to turn on/off GPU clocks in suspend
AngeloGioacchino Del Regno
1
-0
/
+11
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-10-04
drm/panfrost: dynamically allocate the drm-panfrost shrinker
Qi Zheng
1
-1
/
+1
2023-10-04
drm/panfrost: Add fdinfo support GPU load metrics
Adrián Larumbe
1
-0
/
+13
2023-03-23
drm/panfrost: Increase MAX_PM_DOMAINS to 5
Alyssa Rosenzweig
1
-1
/
+1
2022-12-12
drm: panfrost: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-2
/
+2
2021-07-01
drm/panfrost: Queue jobs on the hardware
Steven Price
1
-1
/
+1
2021-07-01
drm/panfrost: Kill in-flight jobs on FD close
Boris Brezillon
1
-0
/
+7
2021-07-01
drm/panfrost: Don't reset the GPU on job faults unless we really have to
Boris Brezillon
1
-0
/
+2
2021-07-01
drm/panfrost: Disable the AS on unhandled page faults
Boris Brezillon
1
-0
/
+1
2021-07-01
drm/panfrost: Simplify the reset serialization logic
Boris Brezillon
1
-3
/
+3
2021-07-01
drm/panfrost: Expose a helper to trigger a GPU reset
Boris Brezillon
1
-0
/
+8
2021-07-01
drm/panfrost: Do the exception -> string translation using a table
Boris Brezillon
1
-0
/
+69
2021-07-01
drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
Boris Brezillon
1
-1
/
+1
2021-06-24
drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv
Boris Brezillon
1
-3
/
+5
2021-06-04
drm/panfrost: Add AFBC_FEATURES parameter
Alyssa Rosenzweig
1
-0
/
+1
2020-11-16
drm/panfrost: Move the GPU reset bits outside the timeout handler
Boris Brezillon
1
-1
/
+5
2020-10-30
drm/panfrost: Support cache-coherent integrations
Robin Murphy
1
-0
/
+1
2020-09-21
drm/panfrost: add support for vendor quirk
Neil Armstrong
1
-0
/
+3
2020-08-07
drm/panfrost: dynamically alloc regulators
Clément Péron
1
-2
/
+1
2020-08-07
drm/panfrost: introduce panfrost_devfreq struct
Clément Péron
1
-8
/
+3
2020-02-25
drm/panfrost: Add support for multiple power domains
Nicolas Boichat
1
-0
/
+11
2020-02-25
drm/panfrost: Add support for multiple regulators
Nicolas Boichat
1
-1
/
+14
2019-10-29
drm/panfrost: Simplify devfreq utilisation tracking
Steven Price
1
-8
/
+4
2019-10-29
drm/panfrost: Use generic code for devfreq
Steven Price
1
-2
/
+0
2019-08-30
drm/panfrost: Remove unnecessary hwaccess_lock spin_lock
Rob Herring
1
-2
/
+0
2019-08-30
drm/panfrost: Remove unnecessary mmu->lock mutex
Rob Herring
1
-1
/
+0
2019-08-19
drm/panfrost: Implement per FD address spaces
Rob Herring
1
-4
/
+20
2019-08-12
drm/panfrost: Consolidate reset handling
Rob Herring
1
-0
/
+1
2019-08-09
drm/panfrost: Add madvise and shrinker support
Rob Herring
1
-0
/
+4
2019-07-26
drm/panfrost: Export all GPU feature registers
Steven Price
1
-0
/
+1
2019-06-18
drm/panfrost: Expose performance counters through unstable ioctls
Boris Brezillon
1
-0
/
+3
2019-06-18
drm/panfrost: Add an helper to check the GPU generation
Boris Brezillon
1
-0
/
+5
2019-06-18
drm/panfrost: Add a module parameter to expose unstable ioctls
Boris Brezillon
1
-0
/
+2
2019-05-22
drm: panfrost: add optional bus_clock
Clément Péron
1
-0
/
+1
2019-04-18
drm/panfrost: Prevent concurrent resets
Tomeu Vizoso
1
-0
/
+1
2019-04-12
drm/panfrost: Add initial panfrost driver
Rob Herring
1
-0
/
+124