summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-1/+1
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-1/+2
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-0/+4
* Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-045-5/+5
|\
| * drm/panfrost: cleanup commentsTom Rix2022-03-025-5/+5
* | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-255-1/+9
|\|
| * drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-231-1/+1
| * drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann2022-02-141-0/+1
| * drm/panfrost: Handle IDVS_GROUP_SIZE featureAlyssa Rosenzweig2022-02-113-0/+7
* | Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-6/+7
|\ \ | |/ |/|
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-6/+7
* | drm/panfrost: initial dual core group GPUs supportAlexey Sheplyakov2022-01-171-5/+22
* | drm/panfrost: Merge some feature listsAlyssa Rosenzweig2022-01-131-33/+7
* | drm/panfrost: Remove features meant for userspaceAlyssa Rosenzweig2022-01-131-172/+0
* | drm/panfrost: Check for error num after setting maskJiasheng Jiang2022-01-121-1/+4
|/
* 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