Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h
26516 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* TI j721e Cadence DSI wrapper
4
*
5
* Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
6
* Author: Rahul T R <[email protected]>
7
*/
8
9
#ifndef __CDNS_DSI_J721E_H__
10
#define __CDNS_DSI_J721E_H__
11
12
#include "cdns-dsi-core.h"
13
14
extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
15
16
#endif /* !__CDNS_DSI_J721E_H__ */
17
18