Lines Matching full:hpd

222 	struct amdgpu_hpd hpd;  in amdgpu_atombios_get_hpd_info_from_gpio()  local
225 memset(&hpd, 0, sizeof(struct amdgpu_hpd)); in amdgpu_atombios_get_hpd_info_from_gpio()
229 hpd.gpio = *gpio; in amdgpu_atombios_get_hpd_info_from_gpio()
233 hpd.hpd = AMDGPU_HPD_1; in amdgpu_atombios_get_hpd_info_from_gpio()
236 hpd.hpd = AMDGPU_HPD_2; in amdgpu_atombios_get_hpd_info_from_gpio()
239 hpd.hpd = AMDGPU_HPD_3; in amdgpu_atombios_get_hpd_info_from_gpio()
242 hpd.hpd = AMDGPU_HPD_4; in amdgpu_atombios_get_hpd_info_from_gpio()
245 hpd.hpd = AMDGPU_HPD_5; in amdgpu_atombios_get_hpd_info_from_gpio()
248 hpd.hpd = AMDGPU_HPD_6; in amdgpu_atombios_get_hpd_info_from_gpio()
251 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_hpd_info_from_gpio()
255 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_hpd_info_from_gpio()
256 return hpd; in amdgpu_atombios_get_hpd_info_from_gpio()
329 struct amdgpu_hpd hpd; in amdgpu_atombios_get_connector_info_from_object_table() local
490 /* look up gpio for ddc, hpd */ in amdgpu_atombios_get_connector_info_from_object_table()
492 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_connector_info_from_object_table()
532 hpd = amdgpu_atombios_get_hpd_info_from_gpio(adev, &gpio); in amdgpu_atombios_get_connector_info_from_object_table()
533 hpd.plugged_state = hpd_record->ucPlugged_PinState; in amdgpu_atombios_get_connector_info_from_object_table()
549 ddc_bus.hpd = hpd.hpd; in amdgpu_atombios_get_connector_info_from_object_table()
558 &hpd, in amdgpu_atombios_get_connector_info_from_object_table()