index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
drm/amdgpu: enable GTT fallback handling for dGPUs only
Christian König
1
-1
/
+2
2024-11-11
drm/amdgpu/mes12: correct kiq unmap latency
Jack Xiao
1
-1
/
+1
2024-11-11
drm/amdgpu: fix check in gmc_v9_0_get_vm_pte()
Christian König
1
-5
/
+8
2024-11-11
drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0
Tim Huang
1
-2
/
+3
2024-11-11
drm/amdgpu: Fix video caps for H264 and HEVC encode maximum size
David Rosca
5
-19
/
+19
2024-11-11
drm/amd/display: Adjust VSDB parser for replay feature
Rodrigo Siqueira
1
-1
/
+1
2024-11-11
drm/amd/display: Require minimum VBlank size for stutter optimization
Dillon Varone
1
-2
/
+9
2024-11-11
drm/amd/display: Handle dml allocation failure to avoid crash
Ryan Seto
1
-0
/
+3
2024-11-11
drm/amd/display: Fix Panel Replay not update screen correctly
Tom Chung
2
-57
/
+59
2024-11-11
drm/amd/display: Change some variable name of psr
Tom Chung
4
-14
/
+14
2024-11-09
Merge tag 'drm-xe-fixes-2024-11-08' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
12
-41
/
+54
2024-11-09
Merge tag 'drm-misc-fixes-2024-11-08' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
9
-5
/
+92
2024-11-07
drm/panthor: Be stricter about IO mapping flags
Jann Horn
1
-0
/
+4
2024-11-07
drm/panthor: Lock XArray when getting entries for the VM
Liviu Dudau
1
-0
/
+2
2024-11-07
drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Hans de Goede
1
-1
/
+0
2024-11-05
drm/xe: Stop accumulating LRC timestamp on job_free
Lucas De Marchi
2
-2
/
+6
2024-11-05
drm/xe/pf: Fix potential GGTT allocation leak
Michal Wajdeczko
1
-1
/
+3
2024-11-05
drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL
Matthew Brost
1
-0
/
+1
2024-11-05
drm/xe: Fix possible exec queue leak in exec IOCTL
Matthew Brost
1
-4
/
+8
2024-11-05
drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()
Alex Deucher
1
-1
/
+1
2024-11-05
drm/amdgpu: Adjust debugfs eviction and IB access permissions
Alex Deucher
1
-3
/
+3
2024-11-05
drm/amdgpu: Adjust debugfs register access permissions
Alex Deucher
1
-1
/
+1
2024-11-05
drm/amdgpu: Fix DPX valid mode check on GC 9.4.3
Lijo Lazar
1
-1
/
+1
2024-11-05
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
19
-71
/
+258
2024-11-04
drm/amd/pm: correct the workload setting
Kenneth Feng
12
-36
/
+84
2024-11-04
drm/amd/pm: always pick the pptable from IFWI
Kenneth Feng
1
-64
/
+1
2024-11-04
drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported
Antonio Quartulli
1
-2
/
+2
2024-11-04
drm/amd/display: parse umc_info or vram_info based on ASIC
Aurabindo Pillai
1
-1
/
+3
2024-11-04
drm/amd/display: Fix brightness level not retained over reboot
Tom Chung
1
-0
/
+15
2024-11-04
drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout
Nirmoy Das
1
-0
/
+2
2024-11-04
drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout
Nirmoy Das
1
-0
/
+7
2024-11-04
drm/xe: Move LNL scheduling WA to xe_device.h
Nirmoy Das
2
-10
/
+15
2024-11-04
drm/xe: Use the filelist from drm for ccs_mode change
Balasubramani Vivekanandan
3
-23
/
+5
2024-11-04
drm/xe: Set mask bits for CCS_MODE register
Balasubramani Vivekanandan
2
-1
/
+7
2024-11-04
drm/imagination: Break an object reference loop
Brendan King
4
-4
/
+56
2024-11-04
drm/imagination: Add a per-file PVR context list
Brendan King
4
-0
/
+30
2024-11-02
Merge tag 'drm-xe-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
5
-35
/
+72
2024-11-01
Merge tag 'mediatek-drm-fixes-20241028' of https://git.kernel.org/pub/scm/lin...
Dave Airlie
11
-32
/
+179
2024-11-01
Merge tag 'amd-drm-fixes-6.12-2024-10-31' of https://gitlab.freedesktop.org/a...
Dave Airlie
3
-4
/
+7
2024-10-31
drm/xe: Don't short circuit TDR on jobs not started
Matthew Brost
1
-6
/
+12
2024-10-31
drm/xe: Add mmio read before GGTT invalidate
Matthew Brost
1
-0
/
+10
2024-10-31
drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
Jinjie Ruan
1
-4
/
+4
2024-10-31
drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()
Jinjie Ruan
1
-12
/
+12
2024-10-31
drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()
Jinjie Ruan
1
-0
/
+42
2024-10-30
drm/panthor: Report group as timedout when we fail to properly suspend
Boris Brezillon
1
-4
/
+11
2024-10-30
drm/panthor: Fail job creation when the group is dead
Boris Brezillon
1
-0
/
+5
2024-10-30
drm/panthor: Fix firmware initialization on systems with a page size > 4k
Boris Brezillon
4
-8
/
+24
2024-10-29
drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume
Imre Deak
1
-0
/
+1
2024-10-29
drm/xe/display: Separate the d3cold and non-d3cold runtime PM handling
Imre Deak
1
-5
/
+14
2024-10-29
drm/xe: Remove runtime argument from display s/r functions
Maarten Lankhorst
3
-28
/
+39
[next]