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
/
drm_colorop.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-11-26
drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D Curve
Alex Hung
-0
/
+2
2025-11-26
drm/colorop: Add 3D LUT support to color pipeline
Alex Hung
-0
/
+72
2025-11-26
drm/colorop: allow non-bypass colorops
Harry Wentland
-19
/
+26
2025-11-26
drm/colorop: Define LUT_1D interpolation
Harry Wentland
-1
/
+36
2025-11-26
drm/colorop: Add multiplier type
Alex Hung
-0
/
+33
2025-11-26
drm/colorop: Add 1D Curve Custom LUT type
Alex Hung
-0
/
+43
2025-11-26
drm/colorop: add BT2020/BT709 OETF and Inverse OETF
Harry Wentland
-0
/
+2
2025-11-26
drm/colorop: Add PQ 125 EOTF and its inverse
Harry Wentland
-0
/
+2
2025-11-26
drm/colorop: Add 3x4 CTM type
Harry Wentland
-0
/
+47
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: Add NEXT property
Harry Wentland
-0
/
+27
2025-11-26
drm/colorop: Add BYPASS property
Harry Wentland
-0
/
+15
2025-11-26
drm/colorop: Add 1D Curve subtype
Harry Wentland
-0
/
+132
2025-11-26
drm/colorop: Add TYPE property
Harry Wentland
-0
/
+12
2025-11-26
drm/colorop: Introduce new drm_colorop mode object
Harry Wentland
-0
/
+103