Searched refs:enable_dsc (Results 1 – 2 of 2) sorted by relevance
519 uint8_t enable_dsc = enable ? 1 : 0; in dm_helpers_dp_write_dsc_enable() local531 return (drm_dp_dpcd_write(aconnector->dsc_aux, DP_DSC_ENABLE, &enable_dsc, 1) >= 0); in dm_helpers_dp_write_dsc_enable()535 return dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
2018 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() local2028 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()