开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
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
7 hours
next-20260807/drm
Mark Brown
8 days
drm/v3d: Serialize the scheduler timeout handlers
Maíra Canal
2026-07-22
drm/v3d: Idle AXI transactions before disabling the clock on suspend
Maíra Canal
2026-07-18
drm/v3d: Associate BOs with every job that accesses them
Maíra Canal
2026-07-07
drm/v3d: Serialize jobs across queues when a perfmon is attached
Maíra Canal
2026-07-07
drm/v3d: Refactor perfmon locking
Maíra Canal
2026-06-09
drm/v3d: Refactor CPU ioctl into unified submission chain
Maíra Canal
2026-06-09
drm/v3d: Make v3d_get_cpu_indirect_csd_params() a pure parser
Maíra Canal
2026-06-09
drm/v3d: Introduce struct v3d_submit and convert CL/TFU/CSD ioctls
Maíra Canal
2026-06-09
drm/v3d: Migrate BO reservation locking to DRM exec
Maíra Canal
2026-06-09
drm/v3d: Extract v3d_job_add_syncobjs() helper
Maíra Canal
2026-06-09
drm/v3d: Drop unused drm_encoder.h include from v3d_drv.h
Maíra Canal
2026-04-04
drm/v3d: Introduce Runtime Power Management
Maíra Canal
2026-04-04
drm/v3d: Allocate all resources before enabling the clock
Maíra Canal
2026-03-13
drm/v3d: Remove dedicated fence_lock
Maíra Canal
2026-03-13
drm/v3d: Attach per-fd reset counters to v3d_stats
Tvrtko Ursulin
2026-03-13
drm/v3d: Hold v3d_stats references in each job
Tvrtko Ursulin
2026-03-13
drm/v3d: Refcount v3d_stats
Tvrtko Ursulin
2026-03-13
drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
Tvrtko Ursulin
2026-02-02
drm/v3d: Replace IDR with XArray for perfmon tracking
Maíra Canal
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
[next]