Searched refs:dsc_read_state (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dsc/ |
| A D | dsc.h | 101 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 D | dcn35_dsc.c | 34 .dsc_read_state = dsc2_read_state,
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_debugfs.c | 1559 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 D | dcn35_hwseq.c | 344 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 D | dcn401_dsc.c | 32 .dsc_read_state = dsc401_read_state,
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| A D | dcn20_dsc.c | 37 .dsc_read_state = dsc2_read_state,
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 1042 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 D | dcn10_hwseq.c | 472 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 D | dce110_hwseq.c | 1844 dsc->funcs->dsc_read_state(dsc, &s); in clean_up_dsc_blocks()
|
Completed in 721 milliseconds