summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)Author
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-03-02drm/panfrost: cleanup commentsTom Rix
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann
2022-02-11drm/panfrost: Handle IDVS_GROUP_SIZE featureAlyssa Rosenzweig
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-17drm/panfrost: initial dual core group GPUs supportAlexey Sheplyakov
2022-01-13drm/panfrost: Merge some feature listsAlyssa Rosenzweig
2022-01-13drm/panfrost: Remove features meant for userspaceAlyssa Rosenzweig
2022-01-12drm/panfrost: Check for error num after setting maskJiasheng Jiang
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-09-20drm/panfrost: simplify getting .driver_dataWolfram Sang
2021-09-20panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains staticJiapeng Chong
2021-09-17drm/panfrost: Calculate lock region size correctlySteven Price
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-09-02drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-09-02panfrost: Don't cleanup the job if it was successfully queuedBoris Brezillon
2021-08-30drm/panfrost: use scheduler dependency trackingDaniel Vetter
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter
2021-08-26drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig
2021-08-25drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig
2021-08-25drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig
2021-08-25drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan
2021-07-12drm/panfrost:fix the exception name always "UNKNOWN"ChunyouTang
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon
2021-07-01drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon
2021-07-01drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon
2021-07-01drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon
2021-07-01drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon
2021-07-01drm/panfrost: Expose a helper to trigger a GPU resetBoris 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-07-01drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon
2021-07-01drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon
2021-06-23drm/panfrost: Fix implicit syncDaniel Vetter
2021-06-23drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter
2021-06-23drm/panfrost: Shrink sched_lockDaniel Vetter
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun