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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v6_0.c 841 u32 priority_b_cnt = PRIORITY_OFF; local in function:dce_v6_0_program_watermarks
852 priority_b_cnt = 0;
923 priority_b_cnt |= PRIORITY_ALWAYS_ON;
931 priority_b_cnt |= PRIORITY_ALWAYS_ON;
956 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
983 WREG32(mmPRIORITY_B_CNT + amdgpu_crtc->crtc_offset, priority_b_cnt);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 2169 u32 priority_b_cnt = PRIORITY_OFF; local in function:evergreen_program_watermarks
2181 priority_b_cnt = 0;
2257 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2282 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
2310 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);
radeon_si.c 2317 u32 priority_b_cnt = PRIORITY_OFF; local in function:dce6_program_watermarks
2328 priority_b_cnt = 0;
2402 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2410 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2435 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
2463 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);

Completed in 118 milliseconds