summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)Author
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-26drm/shmem-helper: Use refcount_t for pages_use_countDmitry Osipenko
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko
2025-02-21drm/lima: Constify 'struct bin_attribute'Thomas Weißschuh
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König
2024-07-05Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-06-30drm/lima: Mark simple_ondemand governor as softdepDragan Simic
2024-05-29drm/lima: Fix dma_resv deadlock at drm object pin timeAdrián Larumbe
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-06-08drm/lima: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-07drm/lima: fix sched context destroyErico Nunes
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu
2023-04-02drm/lima: add show_fdinfo for drm usage statsErico Nunes
2023-04-02drm/lima: allocate unique id per drm_fileErico Nunes