coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sn65dsi86bridge.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __TI_SN65DSI86BRIDGE_H
4 #define __TI_SN65DSI86BRIDGE_H
5 
6 #include <edid.h>
7 
14 };
15 
18  struct edid *edid, uint32_t num_of_lines,
19  uint32_t dsi_bpp);
22 
23 #endif
cb_err
coreboot error codes
Definition: cb_err.h:15
static struct tpm_chip chip
Definition: tis.c:17
void sn65dsi86_backlight_enable(uint8_t bus, uint8_t chip)
dp_pll_clk_src
@ SN65_SEL_26MHZ
@ SN65_SEL_27MHZ
@ SN65_SEL_12MHZ
@ SN65_SEL_19MHZ
@ SN65_SEL_38MHZ
void sn65dsi86_bridge_init(uint8_t bus, uint8_t chip, enum dp_pll_clk_src ref_clk)
void sn65dsi86_bridge_configure(uint8_t bus, uint8_t chip, struct edid *edid, uint32_t num_of_lines, uint32_t dsi_bpp)
enum cb_err sn65dsi86_bridge_read_edid(uint8_t bus, uint8_t chip, struct edid *out)
unsigned int uint32_t
Definition: stdint.h:14
unsigned char uint8_t
Definition: stdint.h:8
Definition: device.h:76
Definition: edid.h:49