Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h101 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s); member
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c34 .dsc_read_state = dsc2_read_state,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1580 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read()
1766 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read()
1950 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read()
2130 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_bits_per_pixel_read()
2305 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_width_read()
2359 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_height_read()
2428 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_chunk_size_read()
2497 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_bpg_offset_read()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c32 .dsc_read_state = dsc401_read_state,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c346 if (dsc->funcs->dsc_read_state) { in update_dsc_on_stream()
347 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()
888 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1044 if (dsc->funcs->dsc_read_state) { in dcn32_update_dsc_on_stream()
1045 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dcn32_update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c37 .dsc_read_state = dsc2_read_state,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1845 dsc->funcs->dsc_read_state(dsc, &s); in clean_up_dsc_blocks()