aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/mxm.h
blob: 327bf9c4b703d13743fb066febce23e07ebe3b46 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVBIOS_MXM_H__
#define __NVBIOS_MXM_H__
u16 mxm_table(struct nvkm_bios *, u8 *ver, u8 *hdr);
u8  mxm_sor_map(struct nvkm_bios *, u8 conn);
u8  mxm_ddc_map(struct nvkm_bios *, u8 port);
#endif