]>
git.ipfire.org Git - people/arne_f/kernel.git/blob - drivers/gpu/drm/nouveau/nvkm/subdev/mxm/priv.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_MXM_PRIV_H__
3 #define __NVKM_MXM_PRIV_H__
4 #define nvkm_mxm(p) container_of((p), struct nvkm_mxm, subdev)
5 #include <subdev/mxm.h>
7 #define MXM_SANITISE_DCB 0x00000001
10 struct nvkm_subdev subdev
;
15 int nvkm_mxm_new_(struct nvkm_device
*, int index
, struct nvkm_mxm
**);