root/drivers/gpu/drm/i915/display/intel_color.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: MIT */
   2 /*
   3  * Copyright © 2019 Intel Corporation
   4  */
   5 
   6 #ifndef __INTEL_COLOR_H__
   7 #define __INTEL_COLOR_H__
   8 
   9 struct intel_crtc_state;
  10 struct intel_crtc;
  11 
  12 void intel_color_init(struct intel_crtc *crtc);
  13 int intel_color_check(struct intel_crtc_state *crtc_state);
  14 void intel_color_commit(const struct intel_crtc_state *crtc_state);
  15 void intel_color_load_luts(const struct intel_crtc_state *crtc_state);
  16 void intel_color_get_config(struct intel_crtc_state *crtc_state);
  17 
  18 #endif /* __INTEL_COLOR_H__ */

/* [<][>][^][v][top][bottom][index][help] */