Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Datombios_dp.c41 #define DP_DPCD_SIZE DP_RECEIVER_CAP_SIZE macro
256 const u8 dpcd[DP_DPCD_SIZE], in amdgpu_atombios_dp_get_dp_link_config() argument
340 u8 msg[DP_DPCD_SIZE]; in amdgpu_atombios_dp_get_dpcd()
344 msg, DP_DPCD_SIZE); in amdgpu_atombios_dp_get_dpcd()
345 if (ret == DP_DPCD_SIZE) { in amdgpu_atombios_dp_get_dpcd()
346 memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE); in amdgpu_atombios_dp_get_dpcd()
/Linux-v4.19/drivers/gpu/drm/radeon/
Datombios_dp.c37 #define DP_DPCD_SIZE DP_RECEIVER_CAP_SIZE macro
306 const u8 dpcd[DP_DPCD_SIZE], in radeon_dp_get_dp_link_config() argument
389 u8 msg[DP_DPCD_SIZE]; in radeon_dp_getdpcd()
393 DP_DPCD_SIZE); in radeon_dp_getdpcd()
394 if (ret == DP_DPCD_SIZE) { in radeon_dp_getdpcd()
395 memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE); in radeon_dp_getdpcd()