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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v6_0.c 840 u32 priority_a_cnt = PRIORITY_OFF; local in function:dce_v6_0_program_watermarks
851 priority_a_cnt = 0;
922 priority_a_cnt |= PRIORITY_ALWAYS_ON;
930 priority_a_cnt |= PRIORITY_ALWAYS_ON;
944 priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
982 WREG32(mmPRIORITY_A_CNT + amdgpu_crtc->crtc_offset, priority_a_cnt);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 2168 u32 priority_a_cnt = PRIORITY_OFF; local in function:evergreen_program_watermarks
2180 priority_a_cnt = 0;
2250 priority_a_cnt |= PRIORITY_ALWAYS_ON;
2270 priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
2309 WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);
radeon_si.c 2316 u32 priority_a_cnt = PRIORITY_OFF; local in function:dce6_program_watermarks
2327 priority_a_cnt = 0;
2401 priority_a_cnt |= PRIORITY_ALWAYS_ON;
2409 priority_a_cnt |= PRIORITY_ALWAYS_ON;
2423 priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
2462 WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);

Completed in 20 milliseconds