Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c519 uint8_t enable_dsc = enable ? 1 : 0; in dm_helpers_dp_write_dsc_enable() local
531 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()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c2018 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() local
2028 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream()