Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / panel / panel-samsung-s6e63m0.h
blobc669fec9176313dc5bbd1a3aa74416adc815d144
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _PANEL_SAMSUNG_S6E63M0_H
4 #define _PANEL_SAMSUNG_S6E63M0_H
6 int s6e63m0_probe(struct device *dev,
7 int (*dcs_read)(struct device *dev, const u8 cmd, u8 *val),
8 int (*dcs_write)(struct device *dev, const u8 *data,
9 size_t len),
10 bool dsi_mode);
11 int s6e63m0_remove(struct device *dev);
13 #endif /* _PANEL_SAMSUNG_S6E63M0_H */