Searched refs:rc_buf_thresh_dword (Results 1 – 1 of 1) sorted by relevance
492 u32 rc_buf_thresh_dword[4]; in intel_configure_pps_for_dsc_encoder() local753 memset(rc_buf_thresh_dword, 0, sizeof(rc_buf_thresh_dword)); in intel_configure_pps_for_dsc_encoder()755 rc_buf_thresh_dword[i / 4] |= in intel_configure_pps_for_dsc_encoder()759 rc_buf_thresh_dword[i / 4]); in intel_configure_pps_for_dsc_encoder()762 I915_WRITE(DSCA_RC_BUF_THRESH_0, rc_buf_thresh_dword[0]); in intel_configure_pps_for_dsc_encoder()763 I915_WRITE(DSCA_RC_BUF_THRESH_0_UDW, rc_buf_thresh_dword[1]); in intel_configure_pps_for_dsc_encoder()764 I915_WRITE(DSCA_RC_BUF_THRESH_1, rc_buf_thresh_dword[2]); in intel_configure_pps_for_dsc_encoder()765 I915_WRITE(DSCA_RC_BUF_THRESH_1_UDW, rc_buf_thresh_dword[3]); in intel_configure_pps_for_dsc_encoder()768 rc_buf_thresh_dword[0]); in intel_configure_pps_for_dsc_encoder()770 rc_buf_thresh_dword[1]); in intel_configure_pps_for_dsc_encoder()[all …]