Lines Matching refs:hpd

200 	struct amdgpu_hpd hpd;  in amdgpu_atombios_get_hpd_info_from_gpio()  local
203 memset(&hpd, 0, sizeof(struct amdgpu_hpd)); in amdgpu_atombios_get_hpd_info_from_gpio()
207 hpd.gpio = *gpio; in amdgpu_atombios_get_hpd_info_from_gpio()
211 hpd.hpd = AMDGPU_HPD_1; in amdgpu_atombios_get_hpd_info_from_gpio()
214 hpd.hpd = AMDGPU_HPD_2; in amdgpu_atombios_get_hpd_info_from_gpio()
217 hpd.hpd = AMDGPU_HPD_3; in amdgpu_atombios_get_hpd_info_from_gpio()
220 hpd.hpd = AMDGPU_HPD_4; in amdgpu_atombios_get_hpd_info_from_gpio()
223 hpd.hpd = AMDGPU_HPD_5; in amdgpu_atombios_get_hpd_info_from_gpio()
226 hpd.hpd = AMDGPU_HPD_6; in amdgpu_atombios_get_hpd_info_from_gpio()
229 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_hpd_info_from_gpio()
233 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_hpd_info_from_gpio()
234 return hpd; in amdgpu_atombios_get_hpd_info_from_gpio()
242 struct amdgpu_hpd *hpd) in amdgpu_atombios_apply_quirks() argument
290 struct amdgpu_hpd hpd; in amdgpu_atombios_get_connector_info_from_object_table() local
456 hpd.hpd = AMDGPU_HPD_NONE; in amdgpu_atombios_get_connector_info_from_object_table()
496 hpd = amdgpu_atombios_get_hpd_info_from_gpio(adev, &gpio); in amdgpu_atombios_get_connector_info_from_object_table()
497 hpd.plugged_state = hpd_record->ucPlugged_PinState; in amdgpu_atombios_get_connector_info_from_object_table()
513 ddc_bus.hpd = hpd.hpd; in amdgpu_atombios_get_connector_info_from_object_table()
519 &ddc_bus, &conn_id, &hpd)) in amdgpu_atombios_get_connector_info_from_object_table()
527 &hpd, in amdgpu_atombios_get_connector_info_from_object_table()