1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

27 lines
651 B
C

/*
* Copyright c 2020 Samsung Electronics Co., Ltd.
*
* Author: Minwoo kim <minwoo7945.kim@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Device Tree binding constants for panel display.
*/
#ifndef _DT_BINDINGS_HDR_INFO_H_
#define _DT_BINDINGS_HDR_INFO_H_
/*
* Refer to exynos_drm_connector_create_hdr_formats_property()
@exynos_drm_connector.c
*/
#define HDR_DOLBY_VISION 1
#define HDR_HDR10 2
#define HDR_HLG 3
#define HDR_HDR10_PLUS 4
#endif //_DT_BINDINGS_HDR_INFO_H_