Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h56 struct dcn_dsc_state { struct
106 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1565 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_clock_en_read()
1751 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_width_read()
1935 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_height_read()
2115 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_bits_per_pixel_read()
2290 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_pic_width_read()
2344 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_pic_height_read()
2413 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_chunk_size_read()
2482 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_bpg_offset_read()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.h337 void dsc401_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c344 struct dcn_dsc_state dsc_state = {0}; in update_dsc_on_stream()
799 struct dcn_dsc_state s = {0}; in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h249 struct dcn_dsc_state *dsc_state;
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1048 struct dcn_dsc_state dsc_state = {0}; in dcn32_update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c688 struct dcn_dsc_state s = {0}; in dcn10_log_hw_state()
1747 struct dcn_dsc_state s = {0}; in dcn10_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1857 struct dcn_dsc_state s = {0}; in clean_up_dsc_blocks()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2312 struct dcn_dsc_state *dsc_state = params->dsc_read_state_params.dsc_state; in hwss_dsc_read_state()