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

/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c138 enum hpd_source_id hpd_id; local
140 hpd_id = HPD_SOURCEID_UNKNOWN;
148 hpd_id = HPD_SOURCEID1;
151 hpd_id = HPD_SOURCEID2;
154 hpd_id = HPD_SOURCEID3;
157 hpd_id = HPD_SOURCEID4;
160 hpd_id = HPD_SOURCEID5;
163 hpd_id = HPD_SOURCEID6;
173 return hpd_id;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c573 int hpd_id = AMDGPU_HPD_NONE; local
582 hpd_id = amdgpu_connector->hpd.hpd;
679 if (hpd_id == AMDGPU_HPD_NONE)
682 args.v4.ucHPD_ID = hpd_id + 1;
766 int hpd_id = AMDGPU_HPD_NONE; local
782 hpd_id = amdgpu_connector->hpd.hpd;
1074 if (hpd_id == AMDGPU_HPD_NONE)
1077 args.v5.asConfig.ucHPDSel = hpd_id + 1;
1123 if (hpd_id == AMDGPU_HPD_NONE)
1126 args.v6.ucHPDSel = hpd_id
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c843 int hpd_id = RADEON_HPD_NONE; local
852 hpd_id = radeon_connector->hpd.hpd;
967 if (hpd_id == RADEON_HPD_NONE)
970 args.v4.ucHPD_ID = hpd_id + 1;
1018 int hpd_id = RADEON_HPD_NONE; local
1034 hpd_id = radeon_connector->hpd.hpd;
1347 if (hpd_id == RADEON_HPD_NONE)
1350 args.v5.asConfig.ucHPDSel = hpd_id + 1;
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h4190 uint8_t hpd_id; //=0: HPD1, =1: HPD2, =2: HPD3, =3: HPD4, =4: HPD5, =5: HPD6 member in struct:process_aux_channel_transaction_parameters_v1_2
4401 uint8_t hpd_id; member in struct:external_encoder_control_parameters_v2_4

Completed in 171 milliseconds