diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-12-05 10:27:56 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-12-05 10:27:57 +1000 |
| commit | c7685d11108acb387e44e3d81194d0d8959eaa44 (patch) | |
| tree | 48d421c035a50f563bbf4cf8d4734057f5984cb9 /drivers/gpu/drm/i915/display/intel_display_limits.h | |
| parent | 86fafc584c1977e2bfa05a88bfb8eae78f984f5b (diff) | |
| parent | 860daa4b0d09a398a0ac9ae6fe67efd73a275968 (diff) | |
Merge tag 'topic/drm-intel-plane-color-pipeline-2025-12-04' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
drm/i915 topic pull request for v6.19:
Features and functionality:
- Add plane color management support (Uma, Chaitanya)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/e7129c6afd6208719d2f5124da86e810505e7a7b@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_display_limits.h')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_limits.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_limits.h b/drivers/gpu/drm/i915/display/intel_display_limits.h index f0fa27e365ab..cb3c9c665c44 100644 --- a/drivers/gpu/drm/i915/display/intel_display_limits.h +++ b/drivers/gpu/drm/i915/display/intel_display_limits.h @@ -138,4 +138,13 @@ enum hpd_pin { HPD_NUM_PINS }; +enum intel_color_block { + INTEL_PLANE_CB_PRE_CSC_LUT, + INTEL_PLANE_CB_CSC, + INTEL_PLANE_CB_POST_CSC_LUT, + INTEL_PLANE_CB_3DLUT, + + INTEL_CB_MAX +}; + #endif /* __INTEL_DISPLAY_LIMITS_H__ */ |