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

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Datombios_encoders.c814 int hpd_id = RADEON_HPD_NONE; local
823 hpd_id = radeon_connector->hpd.hpd;
925 if (hpd_id == RADEON_HPD_NONE)
928 args.v4.ucHPD_ID = hpd_id + 1;
970 int hpd_id = RADEON_HPD_NONE; local
986 hpd_id = radeon_connector->hpd.hpd;
1295 if (hpd_id == RADEON_HPD_NONE)
1298 args.v5.asConfig.ucHPDSel = hpd_id + 1;

Completed in 101 milliseconds