index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
drm/amdgpu: Fix a memory leak
Luben Tuikov
1
-0
/
+1
2023-10-05
drm/amd/pm: add unique_id for gc 11.0.3
Kenneth Feng
1
-0
/
+1
2023-10-04
drm/i915: Invalidate the TLBs on each GT
Chris Wilson
1
-1
/
+1
2023-10-04
drm/i915: Register engines early to avoid type confusion
Mathias Krause
1
-2
/
+7
2023-10-04
drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
Nirmoy Das
1
-1
/
+10
2023-10-04
drm/nouveau: exec: report max pushs through getparam
Danilo Krummrich
5
-4
/
+39
2023-10-04
drm/nouveau: chan: use channel class definitions
Danilo Krummrich
1
-3
/
+5
2023-10-04
drm/nouveau: chan: use struct nvif_mclass
Danilo Krummrich
1
-4
/
+1
2023-10-03
drm: panel-orientation-quirks: Add quirk for One Mix 2S
Kai Uwe Broulik
1
-0
/
+16
2023-09-30
drm/tests: Fix kunit_release_action ctx argument
Arthur Grillo
1
-1
/
+1
2023-09-26
i915/guc: Get runtime pm in busyness worker only if already active
Umesh Nerlige Ramappa
1
-3
/
+35
2023-09-26
drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
Javier Pello
1
-6
/
+17
2023-09-26
i915: Limit the length of an sg list to the requested length
Matthew Wilcox (Oracle)
1
-4
/
+7
2023-09-22
Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag...
Dave Airlie
7
-24
/
+25
2023-09-22
Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-3
/
+5
2023-09-22
Merge tag 'drm-misc-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
8
-22
/
+20
2023-09-21
drm/msm/dp: Add newlines to debug printks
Stephen Boyd
1
-2
/
+2
2023-09-21
drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow
Abhinav Kumar
1
-6
/
+6
2023-09-21
drm/msm/dsi: fix irq_of_parse_and_map() error checking
Dan Carpenter
1
-4
/
+3
2023-09-21
drm/msm/dsi: skip the wait for video mode done if not applicable
Abhinav Kumar
1
-0
/
+12
2023-09-21
drm/msm/mdss: fix highest-bank-bit for msm8998
Dmitry Baryshkov
1
-1
/
+1
2023-09-21
drm/msm/dp: do not reinitialize phy unless retry during link training
Kuogee Hsieh
1
-7
/
+6
2023-09-21
drm/amdkfd: Use gpu_offset for user queue's wptr
YuBiao Wang
1
-1
/
+1
2023-09-21
drm/amd/display: fix the ability to use lower resolution modes on eDP
Hamza Mahfooz
1
-2
/
+2
2023-09-21
drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enable
Cong Liu
1
-0
/
+1
2023-09-21
Revert "drm/amdgpu: Report vbios version instead of PN"
Lijo Lazar
1
-1
/
+1
2023-09-21
drm/amd/display: Fix MST recognizes connected displays as one
Muhammad Ahmed
3
-20
/
+20
2023-09-21
drm/virtio: clean out_fence on complete_submit
José Pekkarinen
1
-1
/
+0
2023-09-20
i915/pmu: Move execlist stats initialization to execlist specific setup
Umesh Nerlige Ramappa
2
-1
/
+2
2023-09-20
drm/i915/gt: Prevent error pointer dereference
Dan Carpenter
1
-2
/
+3
2023-09-20
drm/meson: fix memory leak on ->hpd_notify callback
Jani Nikula
1
-0
/
+2
2023-09-20
nouveau/u_memcpya: fix NULL vs error pointer bug
Dan Carpenter
1
-1
/
+1
2023-09-20
nouveau/u_memcpya: use vmemdup_user
Dave Airlie
1
-14
/
+5
2023-09-20
drm/nouveau: sched: fix leaking memory of timedout job
Danilo Krummrich
2
-4
/
+10
2023-09-20
drm/nouveau: fence: fix type cast warning in nouveau_fence_emit()
Danilo Krummrich
1
-1
/
+1
2023-09-18
drm: fix up fbdev Kconfig defaults
Arnd Bergmann
1
-1
/
+1
2023-09-15
drm/tests: Fix incorrect argument in drm_test_mm_insert_range
Janusz Krzysztofik
1
-1
/
+1
2023-09-15
Merge tag 'drm-misc-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
4
-16
/
+8
2023-09-15
Merge tag 'drm-intel-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-1
/
+28
2023-09-15
Merge tag 'amd-drm-fixes-6.6-2023-09-13' of https://gitlab.freedesktop.org/ag...
Dave Airlie
44
-206
/
+385
2023-09-14
Merge tag 'drm-misc-fixes-2023-09-07' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
3
-6
/
+8
2023-09-14
Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"
Maíra Canal
3
-15
/
+7
2023-09-13
drm/amdkfd: Insert missing TLB flush on GFX10 and later
Harish Kasiviswanathan
1
-2
/
+1
2023-09-12
drm/i915: Only check eDP HPD when AUX CH is shared
Ville Syrjälä
3
-1
/
+28
2023-09-12
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
1292
-15659
/
+46493
2023-09-12
drm/amd/display: Fix 2nd DPIA encoder Assignment
Mustapha Ghaddar
1
-3
/
+1
2023-09-12
drm/amd/display: Add DPIA Link Encoder Assignment Fix
Mustapha Ghaddar
5
-6
/
+58
2023-09-12
drm/amd/display: fix replay_mode kernel-doc warning
Randy Dunlap
1
-1
/
+1
2023-09-12
drm/amdgpu: Handle null atom context in VBIOS info ioctl
David Francis
1
-6
/
+11
2023-09-12
drm/amdkfd: Checkpoint and restore queues on GFX11
David Francis
1
-0
/
+41
[prev]
[next]