Searched refs:dsc_state (Results 1 – 2 of 2) sorted by relevance
1534 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_clock_en_read() local1556 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read()1560 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()1720 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_width_read() local1742 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read()1746 dsc_state.dsc_slice_width); in dp_dsc_slice_width_read()1904 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_height_read() local1926 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read()1930 dsc_state.dsc_slice_height); in dp_dsc_slice_height_read()2084 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_bits_per_pixel_read() local[all …]
338 struct dcn_dsc_state dsc_state = {0}; in update_dsc_on_stream() local346 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()347 if (!dsc_state.dsc_fw_en) { in update_dsc_on_stream()