Lines Matching refs:spd_if
372 struct dip_infoframe spd_if;
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);