14 lines
315 B
C
14 lines
315 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Phytium display drm driver
|
|
*
|
|
* Copyright (C) 2021-2023, Phytium Technology Co., Ltd.
|
|
*/
|
|
|
|
#ifndef __PX210_DP_H__
|
|
#define __PX210_DP_H__
|
|
|
|
#define PX210_DP_BACKLIGHT_MAX 100
|
|
|
|
void px210_dp_func_register(struct phytium_dp_device *phytium_dp);
|
|
#endif /* __PX210_DP_H__ */
|