summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorLines
2021-09-20drm/panfrost: simplify getting .driver_dataWolfram Sang-4/+2
2021-09-20panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains staticJiapeng Chong-2/+2
2021-09-17drm/panfrost: Calculate lock region size correctlySteven Price-7/+23
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-20/+13
2021-09-02drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-09-02panfrost: Don't cleanup the job if it was successfully queuedBoris Brezillon-9/+10
2021-08-30drm/panfrost: use scheduler dependency trackingDaniel Vetter-41/+18
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter-1/+1
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter-0/+2
2021-08-26drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig-12/+12
2021-08-25drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig-1/+3
2021-08-25drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig-6/+6
2021-08-25drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig-14/+5
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan-1/+2
2021-07-12drm/panfrost:fix the exception name always "UNKNOWN"ChunyouTang-1/+1
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon-1/+1
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price-118/+351
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon-6/+43
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon-2/+25
2021-07-01drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon-1/+4
2021-07-01drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon-3/+32
2021-07-01drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon-5/+22
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon-123/+69
2021-07-01drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon-15/+38
2021-07-01drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon-3/+9
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon-46/+151
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon-5/+5
2021-07-01drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon-3/+0
2021-07-01drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon-1/+1
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon-1/+2
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon-111/+136
2021-06-23drm/panfrost: Fix implicit syncDaniel Vetter-3/+2
2021-06-23drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter-65/+49
2021-06-23drm/panfrost: Shrink sched_lockDaniel Vetter-4/+3
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun-1/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König-2/+1
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König-1/+1
2021-06-04drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig-1/+6
2021-05-14drm/panfrost: Add mt8183-mali compatible stringNicolas Boichat-0/+10
2021-05-14drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat-0/+9
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei-1/+0
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-20/+42
2021-03-16drm/panfrost: Convert to use resource-managed OPP APIYangtao Li-30/+9
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon-12/+14
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon-1/+8
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon-2/+2
2021-02-05drm/scheduler: provide scheduler score externallyChristian König-1/+1
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov-3/+6
2021-01-22drm/panfrost: Add governor data with pre-defined thresholdsLukasz Luba-1/+11
2021-01-13drm/panfrost: Use delayed timer as default in devfreq profileLukasz Luba-0/+1