aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma/edid.h
blob: ee4906b45d014b8188e3f04929b0a614ae711cb3 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0-only */

#include <stdint.h>

void intel_gmbus_read_edid(u8 *gmbus_mmio, u8 bus, u8 slave, u8 *edid, u32 edid_size);
void intel_gmbus_stop(u8 *gmbus_mmio);