coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
libgfxinit.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef DRIVERS_INTEL_GMA_LIBGFXINIT_H
4 #define DRIVERS_INTEL_GMA_LIBGFXINIT_H
5 
6 enum {
13  GMA_PORT_HDMI1, /* or DVI */
14  GMA_PORT_HDMI2, /* or DVI */
15  GMA_PORT_HDMI3, /* or DVI */
17 };
18 
19 void gma_gfxinit(int *lightup_ok);
20 int gma_read_edid(unsigned char edid[], int port);
21 
22 #endif
port
Definition: i915.h:29
void gma_gfxinit(int *lightup_ok)
@ GMA_PORT_DP1
Definition: libgfxinit.h:10
@ GMA_PORT_ANALOG
Definition: libgfxinit.h:16
@ GMA_PORT_HDMI1
Definition: libgfxinit.h:13
@ GMA_PORT_DP3
Definition: libgfxinit.h:12
@ GMA_PORT_DP2
Definition: libgfxinit.h:11
@ GMA_PORT_LVDS
Definition: libgfxinit.h:8
@ GMA_PORT_HDMI3
Definition: libgfxinit.h:15
@ GMA_PORT_EDP
Definition: libgfxinit.h:9
@ GMA_PORT_HDMI2
Definition: libgfxinit.h:14
@ GMA_PORT_DISABLED
Definition: libgfxinit.h:7
int gma_read_edid(unsigned char edid[], int port)
Definition: edid.h:49