Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c686 odm_slice_width = resource_get_odm_slice_dst_width(pipe_ctx, false); in dcn401_enable_stream_timing()
687 last_odm_slice_width = resource_get_odm_slice_dst_width(pipe_ctx, true); in dcn401_enable_stream_timing()
1491 int odm_slice_width = resource_get_odm_slice_dst_width(otg_master, false); in dcn401_update_odm()
1492 int last_odm_slice_width = resource_get_odm_slice_dst_width(otg_master, true); in dcn401_update_odm()
1628 int odm_slice_width = resource_get_odm_slice_dst_width(otg_master, false); in dcn401_update_odm_sequence()
1629 int last_odm_slice_width = resource_get_odm_slice_dst_width(otg_master, true); in dcn401_update_odm_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2186 int resource_get_odm_slice_dst_width(struct pipe_ctx *otg_master, in resource_get_odm_slice_dst_width() function
2230 int odm_segment_offset = resource_get_odm_slice_dst_width(otg_master, false); in resource_get_odm_slice_dst_rect()
2234 odm_slice_dst.width = resource_get_odm_slice_dst_width(otg_master, is_last_odm_slice); in resource_get_odm_slice_dst_rect()