aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)AuthorFilesLines
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+2
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-11/+12
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-3/+3
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-2/+2
2025-05-28drm: Get rid of drm_sched_job.idPierre-Eric Pelloux-Prayer1-4/+2
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer3-4/+7
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+4
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2025-03-26drm/shmem-helper: Use refcount_t for pages_use_countDmitry Osipenko1-1/+1
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko1-1/+1
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko1-2/+2
2025-02-21drm/lima: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-6/+10
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+0
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-1/+1
2024-07-05Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-0/+1
2024-06-30drm/lima: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-05-29drm/lima: Fix dma_resv deadlock at drm object pin timeAdrián Larumbe1-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes2-3/+23
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes3-0/+11
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes1-0/+7
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes1-0/+2
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes5-0/+42
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes5-30/+36
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes1-1/+1
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes4-7/+4
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes1-3/+28
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes1-0/+12
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes1-0/+13
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes1-0/+7
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes1-0/+7
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu1-9/+14
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-3/+3
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich2-2/+2
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost1-1/+1
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov1-1/+3
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko1-4/+4
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-08drm/lima: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-07drm/lima: fix sched context destroyErico Nunes1-1/+1
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu2-32/+1
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu3-16/+0
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu1-30/+1
2023-04-02drm/lima: add show_fdinfo for drm usage statsErico Nunes1-1/+30
2023-04-02drm/lima: allocate unique id per drm_fileErico Nunes3-0/+16
2023-04-02drm/lima: add usage counting method to ctx_mgrErico Nunes2-1/+32
2023-04-02drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()Harshit Mogalapalli1-2/+4
2023-03-21drm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-10/+2
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann1-4/+4
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko1-4/+4
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-6/+9
2022-11-14drm/lima: Fix opp clkname setting in case of missing regulatorErico Nunes1-6/+9
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko1-2/+2
2022-07-08drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar1-5/+6
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar1-1/+2
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-4/+3
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-6/+4
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-2/+4
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+1
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-0/+1
2022-02-12drm/lima: avoid error task dump attempt when not enabledErico Nunes1-1/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi2-3/+4
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-1/+1
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2-7/+7
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-4/+4
2021-11-06drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=yQiang Yu1-0/+1
2021-08-30drm/lima: use scheduler dependency trackingDaniel Vetter3-26/+4
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter3-7/+4
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter1-0/+2
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+2
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-3/+16
2021-03-16drm/lima: Convert to use resource-managed OPP APIYangtao Li2-39/+11
2021-02-10Revert "drm/scheduler: Job timeout handler returns status (v3)"Maarten Lankhorst1-3/+1
2021-02-09drm/lima: fix reference leak in lima_pm_busyQinglang Miao1-1/+1
2021-02-09drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-1/+3
2021-02-07drm/lima: add governor data with pre-defined thresholdsChristian Hewitt2-1/+11
2021-02-07drm/lima: Use delayed timer as default in devfreq profileLukasz Luba1-0/+1
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-1/+1
2021-01-30drm/lima: fix reference leak in lima_pm_busyQinglang Miao1-1/+1
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-1/+3
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+4
2020-12-09drm/lima: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar1-9/+4
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-16drm/lima: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2-6/+1
2020-11-16drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'Lee Jones1-2/+1
2020-11-16drm/lima/lima_drv: Demote kernel-doc formatting abuseLee Jones1-1/+1
2020-11-16drm/lima: simplify the return expression of lima_devfreq_targetLiu Shixin1-6/+1
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2-7/+10
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-09-10drm: lima: fix common struct sg_table related issuesMarek Szyprowski2-6/+10
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-8/+14
2020-07-20drm/lima: fix wait pp reset timeoutQiang Yu1-0/+2
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev3-2/+8
2020-05-19drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2-6/+6
2020-04-24drm/lima: enable runtime pmQiang Yu2-10/+52
2020-04-24drm/lima: add pm resume/suspend opsQiang Yu3-0/+100
2020-04-24drm/lima: separate clk/regulator enable/disable functionQiang Yu1-37/+68
2020-04-24drm/lima: add resume/suspend callback for each ipQiang Yu16-37/+187
2020-04-24drm/lima: power down ip blocks when pmu exitQiang Yu2-1/+54
2020-04-24drm/lima: add lima_devfreq_resume/suspendQiang Yu2-0/+27
2020-04-24drm/lima: always set page directory when switch vmQiang Yu2-12/+5
2020-04-24drm/lima: check vm != NULL in lima_vm_putQiang Yu2-6/+4
2020-04-24drm/lima: print process name and pid when task errorQiang Yu1-1/+2
2020-04-24drm/lima: use module_platform_driver helperQiang Yu1-11/+1
2020-04-24drm/lima: Clean up redundant pdev pointerRobin Murphy4-9/+5
2020-04-24drm/lima: Clean up IRQ warningsRobin Murphy1-2/+5
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl9-3/+308
2020-03-22drm/lima: add trace point for tasksQiang Yu5-2/+64
2020-03-22drm/lima: add error sysfs to export error task dumpQiang Yu1-0/+94
2020-03-22drm/lima: save task info dump when task failQiang Yu5-0/+235
2020-03-22drm/lima: add max_error_tasks module parameterQiang Yu2-0/+5
2020-03-22drm/lima: save process info for debug usageQiang Yu2-0/+8
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+3
2020-02-17drm/lima: fix recovering from PLBU out of memoryVasily Khoruzhick1-1/+6
2020-01-27drm/lima: increase driver version to 1.1Qiang Yu1-2/+8
2020-01-27drm/lima: recover task by enlarging heap bufferQiang Yu5-7/+98
2020-01-27drm/lima: support heap buffer creationQiang Yu5-10/+139
2020-01-27drm/lima: add lima_vm_map_boQiang Yu2-0/+43
2020-01-27drm/lima: update register infoQiang Yu1-0/+1
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie1-2/+3
2020-01-09drm/lima: use drm_sched_fault for error task handlingQiang Yu2-28/+9
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-2/+3
2019-11-20drm/lima: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-10-17drm/lima: add __GFP_NOWARN flag to all dma_alloc_wcQiang Yu2-3/+3
2019-10-17drm/lima: use drm_gem_(un)lock_reservationsQiang Yu1-58/+6
2019-10-17drm/lima: use drm_gem_shmem_helpersQiang Yu12-360/+145
2019-10-05drm/lima: Add support for multiple reset linesPeter Griffin1-1/+2
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-47/+43
2019-09-10drm/lima: fix lima_gem_wait() return valueVasily Khoruzhick1-1/+1
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-4/+4
2019-06-26drm/lima: drop DRM_AUTH usage from the driverEmil Velikov1-7/+7
2019-06-25drm/lima: Drop resv argument from lima_bo_create_structDaniel Vetter4-11/+6
2019-06-23drm/lima: Reduce the amount of logs on deferred probe of clocks and reset con...Krzysztof Kozlowski1-6/+12
2019-06-23drm/lima: Reduce number of PTR_ERR() callsKrzysztof Kozlowski1-4/+6
2019-06-23drm/lima: Reduce the amount of logs on deferred probeKrzysztof Kozlowski2-14/+7
2019-06-23drm/lima: Mark 64-bit number as ULLKrzysztof Kozlowski1-2/+2
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes2-8/+5
2019-05-02drm/scheduler: rework job destructionChristian König1-1/+1
2019-04-20drm/lima: handle shared irq case for lima_pp_bcast_irq_handlerPeter Griffin1-1/+7
2019-04-17drm/lima: Make lima_sched_ops staticYueHaibing1-1/+1
2019-04-16drm/lima: Use the drm_gem_fence_array_add helpers for our deps.Eric Anholt3-93/+16
2019-04-10Merge drm/drm-next into drm-misc-nextSean Paul1-1/+1
2019-04-09drm/lima: include used header file explicitlyQiang Yu1-0/+1
2019-04-09drm/lima: add missing Kconfig dependencyQiang Yu1-0/+3
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie33-0/+4076
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu33-0/+4076