DP_DPCD_SIZE      256 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 						 const u8 dpcd[DP_DPCD_SIZE],
DP_DPCD_SIZE      340 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 	u8 msg[DP_DPCD_SIZE];
DP_DPCD_SIZE      344 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 			       msg, DP_DPCD_SIZE);
DP_DPCD_SIZE      345 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 	if (ret == DP_DPCD_SIZE) {
DP_DPCD_SIZE      346 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 		memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE);
DP_DPCD_SIZE      306 drivers/gpu/drm/radeon/atombios_dp.c 					const u8 dpcd[DP_DPCD_SIZE],
DP_DPCD_SIZE      389 drivers/gpu/drm/radeon/atombios_dp.c 	u8 msg[DP_DPCD_SIZE];
DP_DPCD_SIZE      393 drivers/gpu/drm/radeon/atombios_dp.c 			       DP_DPCD_SIZE);
DP_DPCD_SIZE      394 drivers/gpu/drm/radeon/atombios_dp.c 	if (ret == DP_DPCD_SIZE) {
DP_DPCD_SIZE      395 drivers/gpu/drm/radeon/atombios_dp.c 		memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE);