summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost/panfrost_device.c
AgeCommit message (Expand)Author
2021-09-20drm/panfrost: simplify getting .driver_dataWolfram Sang
2021-09-02drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon
2020-11-04drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao
2020-08-07drm/panfrost: add regulators to devfreqClément Péron
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron
2020-08-07drm/panfrost: rename error labels in device_initClément Péron
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski
2020-02-25drm/panfrost: Add support for multiple power domainsNicolas Boichat
2020-02-25drm/panfrost: Add support for multiple regulatorsNicolas Boichat
2019-09-19drm/panfrost: Fix regulator_get_optional() misuseMark Brown
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring
2019-08-30drm/panfrost: Rework runtime PM initializationRob Herring
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring
2019-06-18drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul
2019-05-22drm: panfrost: add optional bus_clockClément Péron
2019-05-13drm/panfrost: Add missing _fini() calls in panfrost_device_fini()Boris Brezillon
2019-04-18drm/panfrost: Prevent concurrent resetsTomeu Vizoso
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring