[why]
There is a recent refactor that contains a typo to cause set throttled
vcp size skipped for dpia link. The change is to fix this typo so it won't cause
black screen
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
}
static const struct link_hwss dpia_link_hwss = {
- .set_throttled_vcp_size = set_dummy_throttled_vcp_size,
+ .set_throttled_vcp_size = set_dio_throttled_vcp_size,
};
/*********************** below goes to link_hwss ******************************/