Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
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/
A Ddcn35_dsc.c34 .dsc_read_state = dsc2_read_state,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c1559 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read()
1749 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read()
1937 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read()
2121 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_bits_per_pixel_read()
2300 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_width_read()
2358 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_height_read()
2431 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_chunk_size_read()
2504 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_bpg_offset_read()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c344 if (dsc->funcs->dsc_read_state) { in update_dsc_on_stream()
345 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()
871 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/dsc/dcn401/
A Ddcn401_dsc.c32 .dsc_read_state = dsc401_read_state,
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
A Ddcn20_dsc.c37 .dsc_read_state = dsc2_read_state,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c1042 if (dsc->funcs->dsc_read_state) { in dcn32_update_dsc_on_stream()
1043 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dcn32_update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
A Ddcn10_hwseq.c472 dsc->funcs->dsc_read_state(dsc, &s); in dcn10_log_hw_state()
1531 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn10_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c1844 dsc->funcs->dsc_read_state(dsc, &s); in clean_up_dsc_blocks()

Completed in 721 milliseconds