Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * TI j721e Cadence MHDP8546 DP wrapper
0004  *
0005  * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
0006  * Author: Jyri Sarha <jsarha@ti.com>
0007  */
0008 
0009 #ifndef CDNS_MHDP8546_J721E_H
0010 #define CDNS_MHDP8546_J721E_H
0011 
0012 #include "cdns-mhdp8546-core.h"
0013 
0014 struct mhdp_platform_ops;
0015 
0016 extern const struct mhdp_platform_ops mhdp_ti_j721e_ops;
0017 extern const struct drm_bridge_timings mhdp_ti_j721e_bridge_timings;
0018 
0019 #endif /* !CDNS_MHDP8546_J721E_H */