18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * TI j721e Cadence MHDP8546 DP wrapper 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 68c2ecf20Sopenharmony_ci * Author: Jyri Sarha <jsarha@ti.com> 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef CDNS_MHDP8546_J721E_H 108c2ecf20Sopenharmony_ci#define CDNS_MHDP8546_J721E_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include "cdns-mhdp8546-core.h" 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_cistruct mhdp_platform_ops; 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciextern const struct mhdp_platform_ops mhdp_ti_j721e_ops; 178c2ecf20Sopenharmony_ciextern const struct drm_bridge_timings mhdp_ti_j721e_bridge_timings; 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* !CDNS_MHDP8546_J721E_H */ 20