repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
mxm.h
blob
327bf9c4b703d13743fb066febce23e07ebe3b46
1
/* SPDX-License-Identifier: GPL-2.0 */
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