HomeSort by: relevance | last modified time | path
    Searched defs:rc_buf_thresh_dword (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c 508 u32 rc_buf_thresh_dword[4]; local in function:intel_dsc_pps_configure
769 memset(rc_buf_thresh_dword, 0, sizeof(rc_buf_thresh_dword));
771 rc_buf_thresh_dword[i / 4] |=
775 rc_buf_thresh_dword[i / 4]);
778 I915_WRITE(DSCA_RC_BUF_THRESH_0, rc_buf_thresh_dword[0]);
779 I915_WRITE(DSCA_RC_BUF_THRESH_0_UDW, rc_buf_thresh_dword[1]);
780 I915_WRITE(DSCA_RC_BUF_THRESH_1, rc_buf_thresh_dword[2]);
781 I915_WRITE(DSCA_RC_BUF_THRESH_1_UDW, rc_buf_thresh_dword[3]);
784 rc_buf_thresh_dword[0])
    [all...]

Completed in 12 milliseconds