aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_colorop.h
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-0/+2
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2026-06-10drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutableMelissa Wen1-14/+14
2026-06-10drm/colorop: Remove read-only comments from interpolation fieldsAlex Hung1-4/+2
2026-05-29drm/colorop: Create drm_atomic_helper_colorop_create_state()Maxime Ripard1-0/+2
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-2/+2
2026-02-10drm: Allow driver-managed destruction of colorop objectsChaitanya Kumar Borah1-5/+25
2026-02-10drm/colorop: Add destroy helper for colorop objectsChaitanya Kumar Borah1-0/+2
2025-11-26drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung1-0/+18
2025-11-26drm/colorop: Add 3D LUT support to color pipelineAlex Hung1-0/+23
2025-11-26drm/colorop: allow non-bypass coloropsHarry Wentland1-9/+14
2025-11-26drm/colorop: Define LUT_1D interpolationHarry Wentland1-1/+20
2025-11-26drm/colorop: Add multiplier typeAlex Hung1-0/+16
2025-11-26drm/colorop: Add 1D Curve Custom LUT typeAlex Hung1-0/+16
2025-11-26drm/colorop: add BT2020/BT709 OETF and Inverse OETFHarry Wentland1-0/+23
2025-11-26drm/colorop: Add PQ 125 EOTF and its inverseHarry Wentland1-0/+24
2025-11-26drm/colorop: Add 3x4 CTM typeHarry Wentland1-0/+24
2025-11-26drm/colorop: Add destroy functions for color pipelineAlex Hung1-0/+3
2025-11-26drm/colorop: Add NEXT propertyHarry Wentland1-0/+17
2025-11-26drm/colorop: Add BYPASS propertyHarry Wentland1-0/+21
2025-11-26drm/colorop: Add 1D Curve subtypeHarry Wentland1-0/+62
2025-11-26drm/colorop: Add TYPE propertyHarry Wentland1-0/+24
2025-11-26drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+169