cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.h

#ifndef __NVMXM_MXMS_H__

#define __NVMXM_MXMS_H__
#include "priv.h"


struct mxms_odev {
	
u8 outp_type;
	
u8 conn_type;
	
u8 ddc_port;
	
u8 dig_conn;
};

void mxms_output_device(struct nvkm_mxm *, u8 *, struct mxms_odev *);

u16  mxms_version(struct nvkm_mxm *);
u16  mxms_headerlen(struct nvkm_mxm *);
u16  mxms_structlen(struct nvkm_mxm *);
bool mxms_checksum(struct nvkm_mxm *);
bool mxms_valid(struct nvkm_mxm *);

bool mxms_foreach(struct nvkm_mxm *, u8,
		  bool (*)(struct nvkm_mxm *, u8 *, void *), void *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs112100.00%3100.00%
Total112100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.