linux/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.h

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2020 Intel Corporation
 */

#ifndef _INTEL_DDI_BUF_TRANS_H_
#define _INTEL_DDI_BUF_TRANS_H_

#include <linux/types.h>

struct drm_i915_private;
struct intel_encoder;
struct intel_crtc_state;

struct hsw_ddi_buf_trans {};

struct bxt_ddi_buf_trans {};

struct icl_ddi_buf_trans {};

struct icl_mg_phy_ddi_buf_trans {};

struct tgl_dkl_phy_ddi_buf_trans {};

struct dg2_snps_phy_buf_trans {};

intel_ddi_buf_trans_entry;

struct intel_ddi_buf_trans {};

bool is_hobl_buf_trans(const struct intel_ddi_buf_trans *table);

void intel_ddi_buf_trans_init(struct intel_encoder *encoder);

#endif