summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/panfrost: Synchronize and disable interrupts before powering offAngeloGioacchino Del Regno2023-12-051-0/+3
* drm/panfrost: Implement ability to turn on/off regulators in suspendAngeloGioacchino Del Regno2023-11-101-1/+18
* drm/panfrost: Implement ability to turn on/off GPU clocks in suspendAngeloGioacchino Del Regno2023-11-101-4/+57
* drm/panfrost: Add fdinfo support GPU load metricsAdrián Larumbe2023-10-041-0/+2
* drm: panfrost: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-121-4/+6
* drm/panfrost: Handle HW_ISSUE_TTRX_3076Alyssa Rosenzweig2022-05-261-2/+7
* drm/panfrost: simplify getting .driver_dataWolfram Sang2021-09-201-4/+2
* drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-021-3/+1
* drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon2021-07-011-0/+9
* drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon2021-07-011-46/+82
* drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon2021-07-011-1/+1
* drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun2021-06-111-1/+2
* drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei2021-05-121-1/+0
* drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon2020-11-161-1/+0
* drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng2020-11-041-1/+1
* drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao2020-10-011-7/+1
* drm/panfrost: add regulators to devfreqClément Péron2020-08-071-3/+6
* drm/panfrost: dynamically alloc regulatorsClément Péron2020-08-071-5/+9
* drm/panfrost: move devfreq_init()/fini() in deviceClément Péron2020-08-071-1/+11
* drm/panfrost: rename error labels in device_initClément Péron2020-08-071-15/+15
* drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski2020-06-181-4/+4
* drm/panfrost: Add support for multiple power domainsNicolas Boichat2020-02-251-8/+89
* drm/panfrost: Add support for multiple regulatorsNicolas Boichat2020-02-251-8/+18
* drm/panfrost: Fix regulator_get_optional() misuseMark Brown2019-09-191-6/+2
* drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring2019-08-301-1/+0
* drm/panfrost: Rework runtime PM initializationRob Herring2019-08-301-9/+0
* drm/panfrost: Implement per FD address spacesRob Herring2019-08-191-0/+2
* drm/panfrost: Consolidate reset handlingRob Herring2019-08-121-6/+10
* drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon2019-06-181-0/+8
* Merge drm/drm-next into drm-misc-nextSean Paul2019-05-221-0/+4
|\
| * drm/panfrost: Add missing _fini() calls in panfrost_device_fini()Boris Brezillon2019-05-131-0/+4
* | drm: panfrost: add optional bus_clockClément Péron2019-05-221-0/+22
|/
* drm/panfrost: Prevent concurrent resetsTomeu Vizoso2019-04-181-0/+1
* drm/panfrost: Add initial panfrost driverRob Herring2019-04-121-0/+252