index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
Alex Hung
3
-0
/
+93
2025-11-27
drm/amd/display: Add support for sRGB EOTF in DEGAM block
Alex Hung
5
-3
/
+211
2025-11-27
drm/amd/display: Skip color pipeline initialization for cursor plane
Alex Hung
1
-0
/
+3
2025-11-27
drm/amd/display: Add bypass COLOR PIPELINE
Harry Wentland
1
-0
/
+20
2025-11-27
drm/amd/display: Ignore deprecated props when plane_color_pipeline set
Harry Wentland
1
-0
/
+4
2025-11-27
drm/colorop: pass plane_color_pipeline client cap to atomic check
Harry Wentland
1
-0
/
+1
2025-11-27
drm/vkms: Add tests for CTM handling
Harry Wentland
3
-1
/
+251
2025-11-27
drm/tests: Add a few tests around drm_fixed.h
Harry Wentland
2
-1
/
+73
2025-11-27
drm/vkms: add 3x4 matrix in color pipeline
Harry Wentland
2
-2
/
+67
2025-11-27
drm/vkms: Use s32 for internal color pipeline precision
Harry Wentland
2
-2
/
+29
2025-11-27
drm/colorop: Add 3x4 CTM type
Harry Wentland
3
-0
/
+81
2025-11-27
drm/vkms: Add kunit tests for linear and sRGB LUTs
Harry Wentland
3
-13
/
+55
2025-11-27
drm/vkms: Add config for default plane pipeline
Louis Chauvet
5
-21
/
+71
2025-11-27
drm/vkms: Add enumerated 1D curve colorop
Harry Wentland
8
-2
/
+968
2025-11-27
drm/vkms: Pass plane_cfg to plane initialization
Louis Chauvet
3
-9
/
+8
2025-11-27
drm/colorop: Add destroy functions for color pipeline
Alex Hung
1
-0
/
+36
2025-11-27
Documentation/gpu: document drm_colorop
Harry Wentland
1
-0
/
+31
2025-11-27
drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
Harry Wentland
4
-0
/
+27
2025-11-27
drm/plane: Add COLOR PIPELINE property
Harry Wentland
4
-0
/
+150
2025-11-27
drm/colorop: Add atomic state print for drm_colorop
Harry Wentland
1
-1
/
+32
2025-11-27
drm/colorop: Add NEXT property
Harry Wentland
1
-0
/
+27
2025-11-27
drm/colorop: Add BYPASS property
Harry Wentland
2
-1
/
+20
2025-11-27
drm/colorop: Add 1D Curve subtype
Harry Wentland
2
-4
/
+145
2025-11-27
drm/colorop: Add TYPE property
Harry Wentland
3
-3
/
+20
2025-11-27
drm/colorop: Introduce new drm_colorop mode object
Harry Wentland
6
-0
/
+237
2025-11-27
drm/vkms: Add kunit tests for VKMS LUT handling
Harry Wentland
4
-4
/
+151
2025-11-26
drm/xe: Covert return of -EBUSY to -ENOMEM in VM bind IOCTL
Matthew Brost
1
-1
/
+10
2025-11-26
drm/gpusvm: Limit the number of retries in drm_gpusvm_get_pages
Matthew Brost
1
-0
/
+3
2025-11-26
drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
Alex Deucher
1
-0
/
+2
2025-11-26
drm/amdgpu: attach tlb fence to the PTs update
Prike Liang
1
-1
/
+1
2025-11-26
drm/amd/display: Increase EDID read retries
Mario Limonciello (AMD)
1
-4
/
+4
2025-11-26
drm/amd/display: Don't change brightness for disabled connectors
Mario Limonciello (AMD)
1
-0
/
+15
2025-11-26
drm/amd/display: Check NULL before accessing
Alex Hung
1
-3
/
+8
2025-11-26
Revert "drm/amd/display: Move setup_stream_attribute"
Alex Deucher
5
-12
/
+3
2025-11-26
drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
Alex Deucher
1
-0
/
+2
2025-11-26
drm/amdgpu: Fix CPER ring debugfs read buffer overflow risk
Srinivasan Shanmugam
1
-0
/
+5
2025-11-26
drm/amdgpu: attach tlb fence to the PTs update
Prike Liang
1
-1
/
+1
2025-11-26
drm/amdkfd: assign AID to uuid in topology for SPX mode
Eric Huang
1
-1
/
+3
2025-11-26
drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detection
Ivan Lipski
1
-1
/
+1
2025-11-26
drm/amd/display: Add cursor offload abort to the new HWSS path
Nicholas Kazlauskas
3
-0
/
+39
2025-11-26
drm/amd/display: Increase EDID read retries
Mario Limonciello (AMD)
1
-4
/
+4
2025-11-26
drm/amd/display: Fix dereference-before-check for dc_link
Srinivasan Shanmugam
1
-5
/
+4
2025-11-26
drm/amd/display: Don't change brightness for disabled connectors
Mario Limonciello (AMD)
1
-0
/
+15
2025-11-26
drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()
Dan Carpenter
1
-4
/
+4
2025-11-26
drm/amd/display: Check NULL before accessing
Alex Hung
1
-3
/
+8
2025-11-26
Revert "drm/amd/display: Move setup_stream_attribute"
Alex Deucher
5
-12
/
+3
2025-11-26
drm/amdgpu: free job fences on failure in amdgpu_job_alloc_with_ib
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2025-11-26
drm/amdgpu: clear job on failure in amdgpu_job_alloc(_with_ib)
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2025-11-26
drm/amdgpu: use ttm_resource_manager_cleanup
Pierre-Eric Pelloux-Prayer
1
-2
/
+4
2025-11-26
drm/ttm: rework pipelined eviction fence handling
Pierre-Eric Pelloux-Prayer
5
-50
/
+84
[prev]
[next]