Home
last modified time | relevance | path

Searched refs:DP_DPCD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Datombios_dp.c42 #define DP_DPCD_SIZE DP_RECEIVER_CAP_SIZE macro
253 const u8 dpcd[DP_DPCD_SIZE], in amdgpu_atombios_dp_get_dp_link_config() argument
353 u8 msg[DP_DPCD_SIZE]; in amdgpu_atombios_dp_get_dpcd()
357 msg, DP_DPCD_SIZE); in amdgpu_atombios_dp_get_dpcd()
358 if (ret == DP_DPCD_SIZE) { in amdgpu_atombios_dp_get_dpcd()
359 memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE); in amdgpu_atombios_dp_get_dpcd()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Datombios_dp.c37 #define DP_DPCD_SIZE DP_RECEIVER_CAP_SIZE macro
307 const u8 dpcd[DP_DPCD_SIZE], in radeon_dp_get_dp_link_config() argument
390 u8 msg[DP_DPCD_SIZE]; in radeon_dp_getdpcd()
394 DP_DPCD_SIZE); in radeon_dp_getdpcd()
395 if (ret == DP_DPCD_SIZE) { in radeon_dp_getdpcd()
396 memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE); in radeon_dp_getdpcd()

Completed in 5 milliseconds