summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7 days3-47/+46
|\
| * drm/v3d: Add clock handlingStefan Wahren2025-02-121-5/+20
| * drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner2025-02-121-39/+26
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2025-02-061-0/+12
| |\
| * | drm/v3d: Remove `v3d->cpu_job`Maíra Canal2025-01-142-3/+0
* | | drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal2025-03-131-4/+14
* | | drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal2025-03-131-1/+8
| |/ |/|
* | drm/v3d: Assign job pointer to NULL before signaling the fenceMaíra Canal2025-01-231-4/+12
* | Merge v6.13 into drm-nextSimona Vetter2025-01-231-0/+4
|\ \ | |/ |/|
| * Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2025-01-161-0/+4
| |\
| | * drm/v3d: Ensure job pointer is set to NULL after job completionMaíra Canal2025-01-141-0/+4
* | | drm/v3d: Fix miscellaneous documentation errorsMaíra Canal2024-12-115-25/+20
* | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2024-12-092-2/+2
|\| |
| * | Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-12-061-1/+1
| |\|
| | * Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-12-061-1/+1
| | |\
| | | * drm/v3d: Enable Performance Counters before clearing themMaíra Canal2024-12-051-1/+1
| * | | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-011-1/+1
| |/ /
* | | drm: remove driver date from struct drm_driver and all driversJani Nikula2024-12-051-2/+0
* | | drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner2024-12-045-3/+67
* | | drm/v3d: Stop active perfmon if it is being destroyedChristian Gmeiner2024-11-221-0/+5
* | | drm/v3d: Fix performance counter source settings on V3D 7.xMaíra Canal2024-11-113-21/+27
|/ /
* | Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie2024-11-041-1/+8
|\|
| * drm/v3d: Stop the active perfmon before being destroyedMaíra Canal2024-10-071-1/+8
* | drm/v3d: Drop allocation of object without mountpointMatthias Brugger2024-10-301-7/+2
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-09-301-1/+1
|\|
| * Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-197-202/+223
| |\
| * \ Merge branch 'linus' into timers/coreThomas Gleixner2024-09-103-48/+141
| |\ \
| * | | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
* | | | drm/v3d: Expose Super Pages capabilityMaíra Canal2024-09-251-0/+3
* | | | drm/v3d: Add modparam for turning off Big/Super PagesMaíra Canal2024-09-253-0/+12
* | | | drm/v3d: Use gemfs/THP in BO creation if availableMaíra Canal2024-09-251-2/+19
* | | | drm/v3d: Support Big/Super Pages when writing out PTEsMaíra Canal2024-09-252-13/+42
* | | | drm/v3d: Reduce the alignment of the node allocationMaíra Canal2024-09-252-3/+1
* | | | drm/v3d: Introduce gemfsMaíra Canal2024-09-254-1/+60
* | | | drm/v3d: Fix return if scheduler initialization failsMaíra Canal2024-09-251-1/+2
* | | | drm/v3d: Flush the MMU before we supply more memory to the binnerMaíra Canal2024-09-253-1/+4
* | | | drm/v3d: Address race-condition in MMU flushMaíra Canal2024-09-251-19/+10
* | | | drm/v3d: Use v3d_perfmon_find()Christian Gmeiner2024-09-241-5/+1
* | | | drm/v3d: Appease lockdep while updating GPU statsTvrtko Ursulin2024-09-161-5/+41
* | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-09-111-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge v6.11-rc7 into drm-nextSimona Vetter2024-09-111-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin2024-08-281-0/+6
* | | | drm/sched: add optional errno to drm_sched_start()Christian König2024-09-061-1/+1
|/ / /
* | | Merge v6.11-rc5 into drm-nextDaniel Vetter2024-08-271-3/+11
|\| |
| * | drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`Maíra Canal2024-08-121-3/+11
* | | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-087-202/+223
|\ \ \ | |/ / |/| |
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-293-7/+22
| |\|
| * | drm/scheduler: remove full_recover from drm_sched_startChristian König2024-07-251-1/+1
| * | drm/v3d: Expose memory stats through fdinfoMaíra Canal2024-07-132-0/+14
| * | drm/v3d: Add some local variables in queries/extensionsTvrtko Ursulin2024-07-131-39/+49