Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_dc_resource_mgmt.c47 unsigned int odm_slice_end_x[MAX_PIPES]; member
526 …lices(const struct dc_stream_state *stream, unsigned int odm_factor, unsigned int *odm_slice_end_x) in calculate_odm_slices() argument
539 odm_slice_end_x[i] = (slice_size * (i + 1)) - 1; in calculate_odm_slices()
541 odm_slice_end_x[odm_factor - 1] = stream->src.width - 1; in calculate_odm_slices()
1125 …lices(state->streams[stream_index], scratch.odm_info.odm_factor, scratch.odm_info.odm_slice_end_x); in dml2_map_dc_pipes()