Home
last modified time | relevance | path

Searched refs:outp_type (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c43 if (desc.outp_type == 2 && in mxm_match_tmds_partner()
59 if ((ctx->outp[0] & 0x0000000f) != ctx->desc.outp_type) in mxm_match_dcb()
84 if (ctx->desc.outp_type == 6 && ctx->desc.conn_type == 6 && in mxm_match_dcb()
128 switch (ctx.desc.outp_type) { in mxm_dcb_sanitise_entry()
Dmxms.h7 u8 outp_type; member
Dmxms.c187 desc->outp_type = (data & 0x00000000000000f0ULL) >> 4; in mxms_output_device()