aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_colorop.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-9/+32
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+4
2026-06-10drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutableMelissa Wen1-2/+14
2026-05-29drm/colorop: Create drm_atomic_helper_colorop_create_state()Maxime Ripard1-0/+23
2026-05-29drm/colorop: Rename __drm_colorop_state_reset()Maxime Ripard1-4/+4
2026-05-29drm/colorop: Fix typos in the docMaxime Ripard1-5/+5
2026-04-17drm/colorop: Check if getting curve_1d_type default succeedsJonathan Cavitt1-4/+4
2026-03-16drm/colorop: Preserve bypass value in duplicate_state()Chaitanya Kumar Borah1-2/+0
2026-03-13drm/colorop: Fix blob property reference tracking in state lifecycleHarry Wentland1-7/+19
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-10drm/colorop: Use destroy callback for color pipeline teardownChaitanya Kumar Borah1-2/+1
2026-02-10drm: Allow driver-managed destruction of colorop objectsChaitanya Kumar Borah1-10/+21
2026-02-10drm/colorop: Add destroy helper for colorop objectsChaitanya Kumar Borah1-0/+15
2025-11-26drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung1-0/+2
2025-11-26drm/colorop: Add 3D LUT support to color pipelineAlex Hung1-0/+72
2025-11-26drm/colorop: allow non-bypass coloropsHarry Wentland1-18/+25
2025-11-26drm/colorop: Define LUT_1D interpolationHarry Wentland1-1/+36
2025-11-26drm/colorop: Add multiplier typeAlex Hung1-0/+33
2025-11-26drm/colorop: Add 1D Curve Custom LUT typeAlex Hung1-0/+43
2025-11-26drm/colorop: add BT2020/BT709 OETF and Inverse OETFHarry Wentland1-0/+2
2025-11-26drm/colorop: Add PQ 125 EOTF and its inverseHarry Wentland1-0/+2
2025-11-26drm/colorop: Add 3x4 CTM typeHarry Wentland1-0/+47
2025-11-26drm/colorop: Add destroy functions for color pipelineAlex Hung1-0/+36
2025-11-26Documentation/gpu: document drm_coloropHarry Wentland1-0/+31
2025-11-26drm/colorop: Add NEXT propertyHarry Wentland1-0/+27
2025-11-26drm/colorop: Add BYPASS propertyHarry Wentland1-0/+15
2025-11-26drm/colorop: Add 1D Curve subtypeHarry Wentland1-0/+132
2025-11-26drm/colorop: Add TYPE propertyHarry Wentland1-0/+12
2025-11-26drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+103