Searched refs:priority_b_cnt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v6_0.c856 u32 priority_b_cnt = PRIORITY_OFF; local
867 priority_b_cnt = 0;
938 priority_b_cnt |= PRIORITY_ALWAYS_ON;
946 priority_b_cnt |= PRIORITY_ALWAYS_ON;
971 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
998 WREG32(mmPRIORITY_B_CNT + amdgpu_crtc->crtc_offset, priority_b_cnt);
/linux-master/drivers/gpu/drm/radeon/
H A Dsi.c2286 u32 priority_b_cnt = PRIORITY_OFF; local
2297 priority_b_cnt = 0;
2371 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2379 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2404 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
2432 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);
H A Devergreen.c2167 u32 priority_b_cnt = PRIORITY_OFF; local
2179 priority_b_cnt = 0;
2255 priority_b_cnt |= PRIORITY_ALWAYS_ON;
2280 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
2308 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);

Completed in 260 milliseconds