summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)AuthorFilesLines
2025-01-23drm/v3d: Assign job pointer to NULL before signaling the fenceMaíra Canal1-4/+12
2025-01-23Merge v6.13 into drm-nextSimona Vetter1-0/+4
2025-01-16Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+4
2025-01-14drm/v3d: Ensure job pointer is set to NULL after job completionMaíra Canal1-0/+4
2024-12-11drm/v3d: Fix miscellaneous documentation errorsMaíra Canal5-25/+20
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2-2/+2
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2024-12-05drm/v3d: Enable Performance Counters before clearing themMaíra Canal1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-2/+0
2024-12-04drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner5-3/+67
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-22drm/v3d: Stop active perfmon if it is being destroyedChristian Gmeiner1-0/+5
2024-11-11drm/v3d: Fix performance counter source settings on V3D 7.xMaíra Canal3-21/+27
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie1-1/+8
2024-10-30drm/v3d: Drop allocation of object without mountpointMatthias Brugger1-7/+2
2024-10-07drm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2024-09-25drm/v3d: Expose Super Pages capabilityMaíra Canal1-0/+3
2024-09-25drm/v3d: Add modparam for turning off Big/Super PagesMaíra Canal3-0/+12
2024-09-25drm/v3d: Use gemfs/THP in BO creation if availableMaíra Canal1-2/+19
2024-09-25drm/v3d: Support Big/Super Pages when writing out PTEsMaíra Canal2-13/+42
2024-09-25drm/v3d: Reduce the alignment of the node allocationMaíra Canal2-3/+1
2024-09-25drm/v3d: Introduce gemfsMaíra Canal4-1/+60
2024-09-25drm/v3d: Fix return if scheduler initialization failsMaíra Canal1-1/+2
2024-09-25drm/v3d: Flush the MMU before we supply more memory to the binnerMaíra Canal3-1/+4
2024-09-25drm/v3d: Address race-condition in MMU flushMaíra Canal1-19/+10
2024-09-25drm/v3d: Use v3d_perfmon_find()Christian Gmeiner1-5/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-202/+223
2024-09-16drm/v3d: Appease lockdep while updating GPU statsTvrtko Ursulin1-5/+41
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+6
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-0/+6
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner3-48/+141
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1
2024-08-28drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin1-0/+6
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-3/+11
2024-08-12drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`Maíra Canal1-3/+11
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter7-202/+223
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard5-10/+300
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-7/+22
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-1/+1
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the performance extensionTvrtko Ursulin1-0/+8
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the timestamp extensionTvrtko Ursulin1-0/+12
2024-07-18drm/v3d: Fix potential memory leak in the performance extensionTvrtko Ursulin3-26/+50
2024-07-18drm/v3d: Fix potential memory leak in the timestamp extensionTvrtko Ursulin3-19/+48
2024-07-18drm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin1-0/+6
2024-07-15drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal1-3/+13
2024-07-15drm/v3d: Add V3D tech revision to the device informationMaíra Canal2-4/+9
2024-07-13drm/v3d: Expose memory stats through fdinfoMaíra Canal2-0/+14