Searched refs:dsc_read_state (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dsc.h | 99 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s); member
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 1476 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read() 1666 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read() 1854 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read() 2038 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_bits_per_pixel_read() 2217 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_width_read() 2275 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_pic_height_read() 2348 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_chunk_size_read() 2421 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_bpg_offset_read()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.c | 46 .dsc_read_state = dsc2_read_state,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 412 dsc->funcs->dsc_read_state(dsc, &s); in dcn10_log_hw_state() 1467 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn10_init_pipes()
|