summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
Commit message (Expand)AuthorAgeFilesLines
* drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-021-1/+1
* drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-155-10/+13
* drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-151-6/+6
* drm/panfrost: simplify getting .driver_dataWolfram Sang2021-09-201-4/+2
* panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains staticJiapeng Chong2021-09-201-2/+2
* drm/panfrost: Calculate lock region size correctlySteven Price2021-09-171-7/+23
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-142-20/+13
|\
| * drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig2021-08-252-1/+3
| * drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig2021-08-251-6/+6
| * drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig2021-08-251-14/+5
* | drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-021-3/+1
* | panfrost: Don't cleanup the job if it was successfully queuedBoris Brezillon2021-09-021-9/+10
* | drm/panfrost: use scheduler dependency trackingDaniel Vetter2021-08-303-41/+18
* | drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter2021-08-301-1/+1
* | drm/sched: Split drm_sched_job_initDaniel Vetter2021-08-301-0/+2
* | drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig2021-08-263-12/+12
|/
* drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan2021-07-231-1/+2
* drm/panfrost:fix the exception name always "UNKNOWN"ChunyouTang2021-07-121-1/+1
* drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon2021-07-011-1/+1
* drm/panfrost: Queue jobs on the hardwareSteven Price2021-07-012-118/+351
* drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon2021-07-012-6/+43
* drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon2021-07-013-2/+25
* drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon2021-07-011-1/+4
* drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon2021-07-012-3/+32
* drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon2021-07-011-5/+22
* drm/panfrost: Simplify the reset serialization logicBoris Brezillon2021-07-012-123/+69
* drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon2021-07-011-15/+38
* drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon2021-07-012-3/+9
* drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon2021-07-012-46/+151
* drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon2021-07-015-5/+5
* drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon2021-07-011-3/+0
* drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon2021-07-011-1/+1
* drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+2
* drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon2021-06-246-111/+136
* drm/panfrost: Fix implicit syncDaniel Vetter2021-06-231-3/+2
* drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter2021-06-233-65/+49
* drm/panfrost: Shrink sched_lockDaniel Vetter2021-06-231-4/+3
* drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun2021-06-111-1/+2
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-2/+1
* dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König2021-06-061-1/+1
* drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig2021-06-044-1/+6
* drm/panfrost: Add mt8183-mali compatible stringNicolas Boichat2021-05-141-0/+10
* drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat2021-05-141-0/+9
* drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei2021-05-121-1/+0
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-284-20/+42
|\
| * drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon2021-02-151-12/+14
| * drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon2021-02-151-1/+8
| * drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon2021-02-151-2/+2
| * drm/scheduler: provide scheduler score externallyChristian König2021-02-051-1/+1
| * drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov2021-01-291-3/+6