summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_color.h
blob: b8a3ce609587ff5f0c635486d7b4bedf8cd82541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2019 Intel Corporation
 */

#ifndef __INTEL_COLOR_H__
#define __INTEL_COLOR_H__

struct intel_crtc_state;
struct intel_crtc;

void intel_color_init(struct intel_crtc *crtc);
int intel_color_check(struct intel_crtc_state *crtc_state);
void intel_color_commit(const struct intel_crtc_state *crtc_state);
void intel_color_load_luts(const struct intel_crtc_state *crtc_state);

#endif /* __INTEL_COLOR_H__ */