index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_device.c
Age
Commit message (
Expand
)
Author
2025-12-08
drm/panfrost: Introduce huge tmpfs mountpoint option
Loïc Molinari
2025-10-20
drm/panfrost: Rename panfrost_job functions to reflect real role
Adrián Larumbe
2025-10-20
drm/panfrost: Make re-enabling job interrupts at device reset optional
Adrián Larumbe
2025-10-20
drm/panfrost: Replace DRM driver allocation method with newer one
Adrián Larumbe
2025-06-02
drm/panfrost: show device-wide list of DRM GEM objects over DebugFS
Adrián Larumbe
2025-04-28
drm/panfrost: reorder pd/clk/rst sequence
Philippe Simons
2025-04-28
drm/panfrost: Add PM runtime flag
Philippe Simons
2023-12-05
drm/panfrost: Synchronize and disable interrupts before powering off
AngeloGioacchino Del Regno
2023-11-10
drm/panfrost: Implement ability to turn on/off regulators in suspend
AngeloGioacchino Del Regno
2023-11-10
drm/panfrost: Implement ability to turn on/off GPU clocks in suspend
AngeloGioacchino Del Regno
2023-10-04
drm/panfrost: Add fdinfo support GPU load metrics
Adrián Larumbe
2022-12-12
drm: panfrost: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-05-26
drm/panfrost: Handle HW_ISSUE_TTRX_3076
Alyssa Rosenzweig
2021-09-20
drm/panfrost: simplify getting .driver_data
Wolfram Sang
2021-09-02
drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2021-07-01
drm/panfrost: Don't reset the GPU on job faults unless we really have to
Boris Brezillon
2021-07-01
drm/panfrost: Do the exception -> string translation using a table
Boris Brezillon
2021-07-01
drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
Boris Brezillon
2021-06-11
drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...
Wei Yongjun
2021-05-12
drm/panfrost: Remove redundant error printing in panfrost_device_init()
Zhen Lei
2020-11-16
drm/panfrost: Move the GPU reset bits outside the timeout handler
Boris Brezillon
2020-11-04
drm/panfrost: Replace devm_reset_control_array_get()
Yejune Deng
2020-10-01
drm/panfrost: simplify the return expression of cz_ih_hw_init()
Qinglang Miao
2020-08-07
drm/panfrost: add regulators to devfreq
Clément Péron
2020-08-07
drm/panfrost: dynamically alloc regulators
Clément Péron
2020-08-07
drm/panfrost: move devfreq_init()/fini() in device
Clément Péron
2020-08-07
drm/panfrost: rename error labels in device_init
Clément Péron
2020-06-18
drm/panfrost: Reduce the amount of logs on deferred probe
Krzysztof Kozlowski
2020-02-25
drm/panfrost: Add support for multiple power domains
Nicolas Boichat
2020-02-25
drm/panfrost: Add support for multiple regulators
Nicolas Boichat
2019-09-19
drm/panfrost: Fix regulator_get_optional() misuse
Mark Brown
2019-08-30
drm/panfrost: Remove unnecessary hwaccess_lock spin_lock
Rob Herring
2019-08-30
drm/panfrost: Rework runtime PM initialization
Rob Herring
2019-08-19
drm/panfrost: Implement per FD address spaces
Rob Herring
2019-08-12
drm/panfrost: Consolidate reset handling
Rob Herring
2019-06-18
drm/panfrost: Expose performance counters through unstable ioctls
Boris Brezillon
2019-05-22
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
drm: panfrost: add optional bus_clock
Clément Péron
2019-05-13
drm/panfrost: Add missing _fini() calls in panfrost_device_fini()
Boris Brezillon
2019-04-18
drm/panfrost: Prevent concurrent resets
Tomeu Vizoso
2019-04-12
drm/panfrost: Add initial panfrost driver
Rob Herring