index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_drv.h
Age
Commit message (
Expand
)
Author
2025-12-08
drm/v3d: Use huge tmpfs mountpoint helpers
Loïc Molinari
2025-09-30
drm/v3d: create a dedicated lock for dma fence
Melissa Wen
2025-08-29
drm/v3d: Address race-condition between per-fd GPU stats and fd release
Maíra Canal
2025-08-29
drm/v3d: Replace a global spinlock with a per-queue spinlock
Maíra Canal
2025-08-29
drm/v3d: Store the active job inside the queue's state
Maíra Canal
2025-08-29
drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
Maíra Canal
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
2025-07-17
drm/v3d: Add parameter to retrieve the number of GPU resets per-fd
Maíra Canal
2025-07-17
drm/v3d: Add parameter to retrieve the global number of GPU resets
Maíra Canal
2025-07-02
drm/v3d: Disable interrupts before resetting the GPU
Maíra Canal
2025-03-23
drm/v3d: Use V3D_SMS registers for power on/off and reset on V3D 7.x
Maíra Canal
2025-03-23
drm/v3d: Associate a V3D tech revision to all supported devices
Maíra Canal
2025-01-14
drm/v3d: Remove `v3d->cpu_job`
Maíra Canal
2024-12-04
drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
Christian Gmeiner
2024-09-25
drm/v3d: Add modparam for turning off Big/Super Pages
Maíra Canal
2024-09-25
drm/v3d: Support Big/Super Pages when writing out PTEs
Maíra Canal
2024-09-25
drm/v3d: Reduce the alignment of the node allocation
Maíra Canal
2024-09-25
drm/v3d: Introduce gemfs
Maíra Canal
2024-09-25
drm/v3d: Flush the MMU before we supply more memory to the binner
Maíra Canal
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-07-15
drm/v3d: Add V3D tech revision to the device information
Maíra Canal
2024-07-13
drm/v3d: Move perfmon init completely into own unit
Tvrtko Ursulin
2024-07-13
drm/v3d: Size the kperfmon_ids array at runtime
Tvrtko Ursulin
2024-07-13
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
2024-07-13
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
2024-06-05
drm/v3d: Fix perfmon build error/warning
Tvrtko Ursulin
2024-05-20
drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUM
Maíra Canal
2024-05-20
drm/v3d: Create new IOCTL to expose performance counters information
Maíra Canal
2024-05-20
drm/v3d: Different V3D versions can have different number of perfcnt
Maíra Canal
2024-05-20
drm/v3d: Add Performance Counters descriptions for V3D 4.2 and 7.1
Maíra Canal
2024-04-23
drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handler
Maíra Canal
2024-04-23
drm/v3d: Decouple stats calculation from printing
Maíra Canal
2024-04-23
drm/v3d: Create a struct to store the GPU stats
Maíra Canal
2024-04-23
drm/v3d: Create two functions to update all GPU stats variables
Maíra Canal
2024-02-23
drm/v3d: Enable V3D to use different PAGE_SIZE
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the copy performance query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the reset performance query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the reset timestamp job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the timestamp query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for a indirect CSD job
Maíra Canal
2023-12-01
drm/v3d: Enable BO mapping
Maíra Canal
2023-12-01
drm/v3d: Add a CPU job submission
Melissa Wen
2023-12-01
drm/v3d: Detach job submissions IOCTLs to a new specific file
Melissa Wen
2023-12-01
drm/v3d: Move wait BO ioctl to the v3d_bo file
Melissa Wen
2023-12-01
drm/v3d: Remove unused function header
Melissa Wen
2023-11-06
drm/v3d: Expose the total GPU usage stats on sysfs
Maíra Canal
2023-11-06
drm/v3d: Implement show_fdinfo() callback for GPU usage stats
Maíra Canal
2023-10-05
drm/v3d: Annotate struct v3d_perfmon with __counted_by
Kees Cook
2023-07-27
drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()
Nathan Chancellor
[next]