root/drivers/gpu/drm/i915/display/intel_colorop.h
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2025 Intel Corporation
 */

#ifndef __INTEL_COLOROP_H__
#define __INTEL_COLOROP_H__

enum intel_color_block;
struct drm_colorop;
struct intel_colorop;

struct intel_colorop *to_intel_colorop(struct drm_colorop *colorop);
struct intel_colorop *intel_colorop_alloc(void);
struct intel_colorop *intel_colorop_create(enum intel_color_block id);

#endif /* __INTEL_COLOROP_H__ */