amdgpu_dm_helpers.c | 519 uint8_t enable_dsc = enable ? 1 : 0; local in function:dm_helpers_dp_write_dsc_enable 531 return (drm_dp_dpcd_write(aconnector->dsc_aux, DP_DSC_ENABLE, &enable_dsc, 1) >= 0); 535 return dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1);
|