blob: fabf1e5c44a679e78423b0cc37f6a1b0bb82a73d [file] [log] [blame]
#ifndef _DCSS_CRTC_H
#include <linux/hdmi.h>
#include <video/imx-dcss.h>
void dcss_crtc_setup_opipe(struct drm_crtc *crtc, struct drm_connector *conn,
u32 colorimetry, u32 eotf,
enum hdmi_quantization_range qr);
int dcss_crtc_get_opipe_cfg(struct drm_crtc *crtc,
struct dcss_hdr10_pipe_cfg *opipe_cfg);
#endif