Searched refs:dsc_read_state (Results 1 – 10 of 10) sorted by relevance
| /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
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
| A D | dcn35_dsc.c | 34 .dsc_read_state = dsc2_read_state,
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| A D | dcn314_hwseq.c | 94 if (dsc->funcs->dsc_read_state) { in update_dsc_on_stream() 95 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_debugfs.c | 1580 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()
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
| A D | dcn401_dsc.c | 20 .dsc_read_state = dsc401_read_state,
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| A D | dcn35_hwseq.c | 341 if (dsc->funcs->dsc_read_state) { in update_dsc_on_stream() 342 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream() 883 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn35_init_pipes()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 1046 if (dsc->funcs->dsc_read_state) { in dcn32_update_dsc_on_stream() 1047 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dcn32_update_dsc_on_stream()
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| A D | dcn20_dsc.c | 37 .dsc_read_state = dsc2_read_state,
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| A D | dcn10_hwseq.c | 654 dsc->funcs->dsc_read_state(dsc, &s); in dcn10_log_hw_state() 1713 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn10_init_pipes()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| A D | dce110_hwseq.c | 1867 dsc->funcs->dsc_read_state(dsc, &s); in clean_up_dsc_blocks()
|
Completed in 38 milliseconds