linux/drivers/gpu/drm/omapdrm/dss/hdmi_common.c

// SPDX-License-Identifier: GPL-2.0

#define DSS_SUBSYS_NAME

#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/of.h>

#include "omapdss.h"
#include "hdmi.h"

int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep,
	struct hdmi_phy_data *phy)
{}

int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts)
{}