index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Lines
2025-11-28
drm/i915: Use the proper (hw.crtc) for the cursor unpin vblank worker
Ville Syrjälä
-3
/
+3
2025-11-28
Merge tag 'drm-xe-next-fixes-2025-11-21' of https://gitlab.freedesktop.org/dr...
Dave Airlie
-5
/
+16
2025-11-27
drm/xe/gt: Introduce runtime suspend/resume
Raag Jadav
-5
/
+162
2025-11-27
drm/xe/pm: Assert on runtime suspend if VFs are enabled
Raag Jadav
-0
/
+9
2025-11-27
drm/xe/guc_submit: Introduce pause/unpause() helpers for PF
Raag Jadav
-0
/
+32
2025-11-27
drm/xe/vf: Update pause/unpause() helpers with VF naming
Raag Jadav
-12
/
+16
2025-11-27
drm/xe: Move VRAM MM debugfs creation to tile level
Piotr Piórkowski
-12
/
+9
2025-11-27
drm/xe/xe_sriov_packet: Return int from pf_descriptor_init
Jonathan Cavitt
-1
/
+1
2025-11-26
drm/amd/display: Enable support for Gamma 2.2
Alex Hung
-3
/
+9
2025-11-26
drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D Curve
Alex Hung
-0
/
+2
2025-11-26
drm/amd/display: Disable CRTC degamma when color pipeline is enabled
Alex Hung
-14
/
+12
2025-11-26
drm/amd/display: Ensure 3D LUT for color pipeline
Alex Hung
-71
/
+78
2025-11-26
drm/amd/display: Add AMD color pipeline doc
Harry Wentland
-20
/
+102
2025-11-26
drm/amd/display: add 3D LUT colorop
Alex Hung
-0
/
+175
2025-11-26
drm/colorop: Add 3D LUT support to color pipeline
Alex Hung
-0
/
+86
2025-11-26
drm/colorop: allow non-bypass colorops
Harry Wentland
-31
/
+49
2025-11-26
drm/colorop: Define LUT_1D interpolation
Harry Wentland
-3
/
+46
2025-11-26
drm/amd/display: Swap matrix and multiplier
Alex Hung
-10
/
+10
2025-11-26
drm/amd/display: add multiplier colorop
Alex Hung
-0
/
+55
2025-11-26
drm/colorop: Add multiplier type
Alex Hung
-0
/
+40
2025-11-26
drm/amd/display: add 3x4 matrix colorop
Alex Hung
-0
/
+67
2025-11-26
drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
Alex Hung
-77
/
+251
2025-11-26
drm/colorop: Add 1D Curve Custom LUT type
Alex Hung
-0
/
+52
2025-11-26
drm: Add Enhanced LUT precision structure
Uma Shankar
-0
/
+43
2025-11-26
drm/amd/display: Add support for BT.709 and BT.2020 TFs
Harry Wentland
-3
/
+9
2025-11-26
drm/colorop: add BT2020/BT709 OETF and Inverse OETF
Harry Wentland
-0
/
+2
2025-11-26
drm/amd/display: Enable support for PQ 125 EOTF and Inverse
Harry Wentland
-12
/
+25
2025-11-26
drm/colorop: Add PQ 125 EOTF and its inverse
Harry Wentland
-0
/
+2
2025-11-26
drm/amd/display: Add support for sRGB EOTF in BLND block
Alex Hung
-0
/
+94
2025-11-26
drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
Alex Hung
-0
/
+93
2025-11-26
drm/amd/display: Add support for sRGB EOTF in DEGAM block
Alex Hung
-3
/
+211
2025-11-26
drm/amd/display: Skip color pipeline initialization for cursor plane
Alex Hung
-0
/
+3
2025-11-26
drm/amd/display: Add bypass COLOR PIPELINE
Harry Wentland
-0
/
+20
2025-11-26
drm/amd/display: Ignore deprecated props when plane_color_pipeline set
Harry Wentland
-0
/
+4
2025-11-26
drm/colorop: pass plane_color_pipeline client cap to atomic check
Harry Wentland
-0
/
+1
2025-11-26
drm/vkms: Add tests for CTM handling
Harry Wentland
-1
/
+251
2025-11-26
drm/tests: Add a few tests around drm_fixed.h
Harry Wentland
-1
/
+73
2025-11-26
drm/vkms: add 3x4 matrix in color pipeline
Harry Wentland
-2
/
+67
2025-11-26
drm/vkms: Use s32 for internal color pipeline precision
Harry Wentland
-2
/
+29
2025-11-26
drm/colorop: Add 3x4 CTM type
Harry Wentland
-0
/
+81
2025-11-26
drm/vkms: Add kunit tests for linear and sRGB LUTs
Harry Wentland
-13
/
+55
2025-11-26
drm/vkms: Add config for default plane pipeline
Louis Chauvet
-21
/
+71
2025-11-26
drm/vkms: Add enumerated 1D curve colorop
Harry Wentland
-2
/
+968
2025-11-26
drm/vkms: Pass plane_cfg to plane initialization
Louis Chauvet
-9
/
+8
2025-11-26
drm/colorop: Add destroy functions for color pipeline
Alex Hung
-0
/
+36
2025-11-26
Documentation/gpu: document drm_colorop
Harry Wentland
-0
/
+31
2025-11-26
drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
Harry Wentland
-0
/
+27
2025-11-26
drm/plane: Add COLOR PIPELINE property
Harry Wentland
-0
/
+150
2025-11-26
drm/colorop: Add atomic state print for drm_colorop
Harry Wentland
-1
/
+32
2025-11-26
drm/colorop: Add NEXT property
Harry Wentland
-0
/
+27
[prev]
[next]