Searched refs:spd_if (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_hdmi.c372 struct dip_infoframe spd_if; local
374 memset(&spd_if, 0, sizeof(spd_if));
375 spd_if.type = DIP_TYPE_SPD;
376 spd_if.ver = DIP_VERSION_SPD;
377 spd_if.len = DIP_LEN_SPD;
378 strcpy((char *)spd_if.body.spd.vn, "Intel");
379 strcpy((char *)spd_if.body.spd.pd, "Integrated gfx");
380 spd_if.body.spd.sdi = DIP_SPD_PC;
382 intel_set_infoframe(encoder, &spd_if);
[all...]

Completed in 10 milliseconds