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-01-04
drm/rockchip: inno_hdmi: Add RK3128 support
Alex Bee
1
-5
/
+41
2024-01-04
drm/rockchip: inno_hdmi: Add variant support
Alex Bee
1
-5
/
+69
2024-01-04
drm/rockchip: analogix_dp: get encoder port ID from DT
Lucas Stach
1
-0
/
+3
2024-01-03
drm/vmwgfx: Unmap the surface before resetting it on a plane state
Zack Rusin
1
-0
/
+4
2024-01-03
drm/vmwgfx: fix kernel-doc Excess struct member 'base'
Randy Dunlap
1
-1
/
+0
2024-01-03
drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node
Zhipeng Lu
1
-1
/
+4
2024-01-03
drm/vmwgfx: fix all kernel-doc warnings in stdu
Randy Dunlap
1
-5
/
+12
2024-01-03
drm/vmwgfx: Fix typos in vmwgfx_execbuf.c
Ghanshyam Agrawal
1
-2
/
+2
2024-01-04
Merge tag 'drm-misc-fixes-2024-01-03' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
7
-9
/
+32
2024-01-03
drm/amd/pm: Update metric table for jpeg/vcn data
Asad Kamal
1
-1
/
+9
2024-01-03
drm/amd/pm: Use separate metric table for APU
Asad Kamal
2
-58
/
+156
2024-01-03
drm/amd/display: pbn_div need be updated for hotplug event
Wayne Lin
1
-2
/
+1
2024-01-03
drm/virtio: Spelling fixes
Andy Shevchenko
1
-3
/
+3
2024-01-03
drm/i915/mtl: Add fake PCH for Meteor Lake
Haridhar Kalvala
9
-29
/
+19
2024-01-03
drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'
Srinivasan Shanmugam
1
-1
/
+1
2024-01-03
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...
Srinivasan Shanmugam
1
-0
/
+3
2024-01-03
drm/amdgpu: Drop redundant unsigned >=0 comparision 'amdgpu_gfx_rlc_init_micr...
Srinivasan Shanmugam
1
-6
/
+5
2024-01-03
drm/amd/display: Adjust kdoc for 'dcn35_hw_block_power_down' & 'dcn35_hw_bloc...
Srinivasan Shanmugam
1
-27
/
+41
2024-01-03
drm/amd/display: Address function parameter 'context' not described in 'dc_st...
Srinivasan Shanmugam
2
-2
/
+3
2024-01-03
drm/amdgpu: Use kvcalloc instead of kvmalloc_array in amdgpu_cs_parser_bos()
Srinivasan Shanmugam
1
-3
/
+3
2024-01-03
drm/amdgpu: Use kzalloc instead of kmalloc+__GFP_ZERO in amdgpu_ras.c
Srinivasan Shanmugam
1
-3
/
+3
2024-01-03
drm/amdgpu: Cleanup indenting in amdgpu_connector_dvi_detect()
Srinivasan Shanmugam
1
-1
/
+1
2024-01-03
drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6
Asad Kamal
1
-5
/
+24
2024-01-03
drm/amd/pm: Add gpu_metrics_v1_5
Asad Kamal
2
-0
/
+83
2024-01-03
drm/amd/pm: Update metric table for jpeg/vcn data
Asad Kamal
1
-1
/
+9
2024-01-03
drm/amd/pm: Use separate metric table for APU
Asad Kamal
2
-58
/
+156
2024-01-03
drm/amd/display: Add some functions for Panel Replay
Tom Chung
13
-6
/
+235
2024-01-03
Re-revert "drm/amd/display: Enable Replay for static screen use cases"
Ivan Lipski
3
-32
/
+1
2024-01-03
drm/amd/display: Fixing stream allocation regression
Relja Vojvodic
1
-1
/
+1
2024-01-03
drm/amd/display: Verify disallow bits were cleared for idle
Nicholas Kazlauskas
1
-2
/
+10
2024-01-03
drm/amd/display: Fix Mismatch between pipe and stream
Gabe Teeger
2
-6
/
+16
2024-01-03
drm/amd/display: Refactor INIT into component folder
Revalla
41
-41
/
+250
2024-01-03
drm/amd/display: For FPO and SubVP/DRR configs program vmin/max sel
Alvin Lee
8
-24
/
+62
2024-01-03
drm/amd/display: Add dpia display mode validation logic
Meenakshikumar Somasundaram
5
-40
/
+104
2024-01-03
drm/amd/display: Switch DMCUB notify idle command to NO_WAIT
Nicholas Kazlauskas
1
-1
/
+2
2024-01-03
drm/amdgpu/gfx11: need acquire mutex before access CP_VMID_RESET v2
Jack Xiao
1
-1
/
+47
2024-01-03
drm/amd/display: Wait forever for DMCUB to wake up
Nicholas Kazlauskas
1
-12
/
+2
2024-01-03
drm/amd/display: Always exit DMCUB idle when called
Nicholas Kazlauskas
1
-3
/
+0
2024-01-03
drm/amd/display: Add log end specifier
Relja Vojvodic
1
-1
/
+1
2024-01-03
drm/amd/display: Assign stream status for FPO + Vactive cases
Alvin Lee
1
-1
/
+2
2024-01-03
drm/amdgpu: Let KFD sync with VM fences
Felix Kuehling
1
-1
/
+2
2024-01-03
drm/amd/display: pbn_div need be updated for hotplug event
Wayne Lin
1
-2
/
+1
2024-01-03
drm/amd/display: Correctly restore user_level
Camille Cho
13
-20
/
+42
2024-01-03
drm/amd/display: Fix minor issues in BW Allocation Phase2
Meenakshikumar Somasundaram
2
-124
/
+101
2024-01-03
drm/amd/display: Add null pointer guards where needed
Josip Pavic
3
-1
/
+10
2024-01-03
drm/amd/display: Add HDMI capacity computations using fixed31_32
Leo (Hanghong) Ma
3
-3
/
+3
2024-01-03
drm/amd/display: Add more mechanisms for tests
Relja Vojvodic
5
-90
/
+229
2024-01-03
drm/amd/display: Don't allow FPO if no planes
Alvin Lee
3
-5
/
+25
2024-01-03
drm/amd/display: Fix subvp+drr logic errors
Alvin Lee
1
-22
/
+30
2024-01-03
drm/amdgpu: Fix ecc irq enable/disable unpaired
Stanley.Yang
4
-1
/
+38
[prev]
[next]