summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+2
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-11/+12
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal-3/+3
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-2/+2
2025-05-28drm: Get rid of drm_sched_job.idPierre-Eric Pelloux-Prayer-4/+2
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer-4/+7
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-4/+4
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2025-03-26drm/shmem-helper: Use refcount_t for pages_use_countDmitry Osipenko-1/+1
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko-1/+1
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko-2/+2
2025-02-21drm/lima: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner-6/+10
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+0
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König-1/+1
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König-1/+1
2024-07-05Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-0/+1
2024-06-30drm/lima: Mark simple_ondemand governor as softdepDragan Simic-0/+1
2024-05-29drm/lima: Fix dma_resv deadlock at drm object pin timeAdrián Larumbe-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-1/+1
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes-3/+23
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes-0/+11
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes-0/+7
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes-0/+2
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes-0/+42
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes-30/+36
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes-1/+1
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes-7/+4
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes-3/+28
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes-0/+12
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes-0/+13
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes-0/+7
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes-0/+7
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+1
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu-9/+14
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+3
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet-0/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich-2/+2
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost-1/+1
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov-1/+3
2023-07-21drm: Explicitly include correct DT includesRob Herring-1/+2
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann-2/+0
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko-4/+4
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1