开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
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