Searched refs:dsc_state (Results 1 – 5 of 5) sorted by relevance
1565 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_clock_en_read() local1587 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_clock_en_read()1591 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()1751 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_width_read() local1773 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_width_read()1777 dsc_state.dsc_slice_width); in dp_dsc_slice_width_read()1935 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_slice_height_read() local1957 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dp_dsc_slice_height_read()1961 dsc_state.dsc_slice_height); in dp_dsc_slice_height_read()2115 struct dcn_dsc_state dsc_state = {0}; in dp_dsc_bits_per_pixel_read() local[all …]
1048 struct dcn_dsc_state dsc_state = {0}; in dcn32_update_dsc_on_stream() local1056 dsc->funcs->dsc_read_state(dsc, &dsc_state); in dcn32_update_dsc_on_stream()1057 if (!dsc_state.dsc_fw_en) { in dcn32_update_dsc_on_stream()
344 struct dcn_dsc_state dsc_state = {0}; in update_dsc_on_stream() local352 dsc->funcs->dsc_read_state(dsc, &dsc_state); in update_dsc_on_stream()353 if (!dsc_state.dsc_fw_en) { in update_dsc_on_stream()
2312 struct dcn_dsc_state *dsc_state = params->dsc_read_state_params.dsc_state; in hwss_dsc_read_state() local2315 dsc->funcs->dsc_read_state(dsc, dsc_state); in hwss_dsc_read_state()
249 struct dcn_dsc_state *dsc_state; member