summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_edid.h
blob: fe15ff3752b7d434b184440b578fbb4f82176dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef UDL_EDID_H
#define UDL_EDID_H

#include <linux/types.h>

struct drm_connector;
struct drm_edid;
struct udl_device;

bool udl_probe_edid(struct udl_device *udl);
const struct drm_edid *udl_edid_read(struct drm_connector *connector);

#endif