Searched refs:dsc_state (Results 1 – 4 of 4) sorted by relevance
1558 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_clock_en_read() local1584 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()1744 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_width_read() local1770 dsc_state.dsc_slice_width); in dp_dsc_slice_width_read()1928 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_height_read() local1954 dsc_state.dsc_slice_height); in dp_dsc_slice_height_read()2134 dsc_state.dsc_bits_per_pixel); in dp_dsc_bits_per_pixel_read()2309 dsc_state.dsc_pic_width); in dp_dsc_pic_width_read()2363 dsc_state.dsc_pic_height); in dp_dsc_pic_height_read()2432 dsc_state.dsc_chunk_size); in dp_dsc_chunk_size_read()[all …]
87 struct dcn_dsc_state dsc_state = {0}; in update_dsc_on_stream() local95 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()96 if (!dsc_state.dsc_fw_en) { in update_dsc_on_stream()
334 struct dcn_dsc_state dsc_state = {0}; in update_dsc_on_stream() local342 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()343 if (!dsc_state.dsc_fw_en) { in update_dsc_on_stream()
1039 struct dcn_dsc_state dsc_state = {0}; in dcn32_update_dsc_on_stream() local1047 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dcn32_update_dsc_on_stream()1048 if (!dsc_state.dsc_fw_en) { in dcn32_update_dsc_on_stream()
Completed in 18 milliseconds