Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2015 uint32_t num_slices_h = 0; in dc_validate_boot_timing() local
2019num_slices_h = (crtc_timing->h_addressable + dsc_state.dsc_slice_width - 1) / dsc_state.dsc_slice_… in dc_validate_boot_timing()
2026 if (crtc_timing->dsc_cfg.num_slices_h != num_slices_h) { in dc_validate_boot_timing()
3581 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream()
4100 ASSERT(dsc_cfg->dc_dsc_cfg.num_slices_h % opp_cnt == 0); in add_link_update_dsc_config_sequence()
4101 dsc_cfg->dc_dsc_cfg.num_slices_h /= opp_cnt; in add_link_update_dsc_config_sequence()
4110 dsc_cfg->dc_dsc_cfg.num_slices_h); in add_link_update_dsc_config_sequence()
4121 dsc_cfg->dc_dsc_cfg.num_slices_h); in add_link_update_dsc_config_sequence()
7802 if (pipe_ctx && pipe_ctx->stream && pipe_ctx->stream->timing.dsc_cfg.num_slices_h > 0) { in dc_capture_register_software_state()
7834 if (pipe_ctx->stream && pipe_ctx->stream->timing.dsc_cfg.num_slices_h > 0) { in dc_capture_register_software_state()
[all …]