index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`
Maíra Canal
1
-2
/
+6
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
8
-97
/
+240
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
1
-3
/
+13
2025-05-02
drm/v3d: Add job to pending list if the reset was skipped
Maíra Canal
1
-7
/
+21
2025-04-27
drm/v3d: client ranges from axi_ids are different with V3D 7.1
Jose Maria Casanova Crespo
1
-1
/
+22
2025-04-27
drm/v3d: fix client obtained from axi_ids on V3D 4.1
Jose Maria Casanova Crespo
1
-13
/
+24
2025-04-10
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
Maíra Canal
1
-3
/
+13
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-3
/
+20
2025-03-29
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-47
/
+46
2025-03-23
drm/v3d: Use V3D_SMS registers for power on/off and reset on V3D 7.x
Maíra Canal
4
-0
/
+94
2025-03-23
drm/v3d: Associate a V3D tech revision to all supported devices
Maíra Canal
7
-84
/
+101
2025-03-13
drm/v3d: Set job pointer to NULL when the job's fence has an error
Maíra Canal
1
-4
/
+14
2025-03-13
drm/v3d: Don't run jobs that have errors flagged in its fence
Maíra Canal
1
-1
/
+8
2025-02-12
drm/v3d: Add clock handling
Stefan Wahren
1
-5
/
+20
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
1
-39
/
+26
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+12
2025-01-23
drm/v3d: Assign job pointer to NULL before signaling the fence
Maíra Canal
1
-4
/
+12
2025-01-23
Merge v6.13 into drm-next
Simona Vetter
1
-0
/
+4
2025-01-16
Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-0
/
+4
2025-01-14
drm/v3d: Ensure job pointer is set to NULL after job completion
Maíra Canal
1
-0
/
+4
2025-01-14
drm/v3d: Remove `v3d->cpu_job`
Maíra Canal
2
-3
/
+0
2024-12-11
drm/v3d: Fix miscellaneous documentation errors
Maíra Canal
5
-25
/
+20
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2
-2
/
+2
2024-12-06
Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
2024-12-06
Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-1
/
+1
2024-12-05
drm/v3d: Enable Performance Counters before clearing them
Maíra Canal
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-2
/
+0
2024-12-04
drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
Christian Gmeiner
5
-3
/
+67
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-22
drm/v3d: Stop active perfmon if it is being destroyed
Christian Gmeiner
1
-0
/
+5
2024-11-11
drm/v3d: Fix performance counter source settings on V3D 7.x
Maíra Canal
3
-21
/
+27
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
1
-1
/
+8
2024-10-30
drm/v3d: Drop allocation of object without mountpoint
Matthias Brugger
1
-7
/
+2
2024-10-07
drm/v3d: Stop the active perfmon before being destroyed
Maíra Canal
1
-1
/
+8
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2024-09-25
drm/v3d: Expose Super Pages capability
Maíra Canal
1
-0
/
+3
2024-09-25
drm/v3d: Add modparam for turning off Big/Super Pages
Maíra Canal
3
-0
/
+12
2024-09-25
drm/v3d: Use gemfs/THP in BO creation if available
Maíra Canal
1
-2
/
+19
2024-09-25
drm/v3d: Support Big/Super Pages when writing out PTEs
Maíra Canal
2
-13
/
+42
2024-09-25
drm/v3d: Reduce the alignment of the node allocation
Maíra Canal
2
-3
/
+1
2024-09-25
drm/v3d: Introduce gemfs
Maíra Canal
4
-1
/
+60
2024-09-25
drm/v3d: Fix return if scheduler initialization fails
Maíra Canal
1
-1
/
+2
2024-09-25
drm/v3d: Flush the MMU before we supply more memory to the binner
Maíra Canal
3
-1
/
+4
2024-09-25
drm/v3d: Address race-condition in MMU flush
Maíra Canal
1
-19
/
+10
2024-09-25
drm/v3d: Use v3d_perfmon_find()
Christian Gmeiner
1
-5
/
+1
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
7
-202
/
+223
2024-09-16
drm/v3d: Appease lockdep while updating GPU stats
Tvrtko Ursulin
1
-5
/
+41
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+6
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
1
-0
/
+6
2024-09-10
Merge branch 'linus' into timers/core
Thomas Gleixner
3
-48
/
+141
[next]