aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-20drm/panfrost: simplify getting .driver_dataWolfram Sang1-4/+2
2021-09-02drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon1-0/+9
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon1-46/+82
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon1-1/+1
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init()Wei Yongjun1-1/+2
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei1-1/+0
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon1-1/+0
2020-11-04drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao1-7/+1
2020-08-07drm/panfrost: add regulators to devfreqClément Péron1-3/+6
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron1-5/+9
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron1-1/+11
2020-08-07drm/panfrost: rename error labels in device_initClément Péron1-15/+15
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski1-4/+4
2020-02-25drm/panfrost: Add support for multiple power domainsNicolas Boichat1-8/+89
2020-02-25drm/panfrost: Add support for multiple regulatorsNicolas Boichat1-8/+18
2019-09-19drm/panfrost: Fix regulator_get_optional() misuseMark Brown1-6/+2
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring1-1/+0
2019-08-30drm/panfrost: Rework runtime PM initializationRob Herring1-9/+0
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring1-0/+2
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring1-6/+10
2019-06-18drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon1-0/+8
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-0/+4
2019-05-22drm: panfrost: add optional bus_clockClément Péron1-0/+22
2019-05-13drm/panfrost: Add missing _fini() calls in panfrost_device_fini()Boris Brezillon1-0/+4
2019-04-18drm/panfrost: Prevent concurrent resetsTomeu Vizoso1-0/+1
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring1-0/+252