repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
mxm.h
blob
7204c6f4f247afe81e10067453f50319bb729379
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVBIOS_MXM_H__
3
#define __NVBIOS_MXM_H__
4
u16
mxm_table
(
struct
nvkm_bios
*,
u8
*
ver
,
u8
*
hdr
);
5
u8
mxm_sor_map
(
struct
nvkm_bios
*,
u8 conn
);
6
u8
mxm_ddc_map
(
struct
nvkm_bios
*,
u8 port
);
7
#endif