priority_b_cnt    831 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	u32 priority_b_cnt = PRIORITY_OFF;
priority_b_cnt    842 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		priority_b_cnt = 0;
priority_b_cnt    913 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 			priority_b_cnt |= PRIORITY_ALWAYS_ON;
priority_b_cnt    921 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 			priority_b_cnt |= PRIORITY_ALWAYS_ON;
priority_b_cnt    946 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
priority_b_cnt    973 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	WREG32(mmPRIORITY_B_CNT + amdgpu_crtc->crtc_offset, priority_b_cnt);
priority_b_cnt   2164 drivers/gpu/drm/radeon/evergreen.c 	u32 priority_b_cnt = PRIORITY_OFF;
priority_b_cnt   2176 drivers/gpu/drm/radeon/evergreen.c 		priority_b_cnt = 0;
priority_b_cnt   2252 drivers/gpu/drm/radeon/evergreen.c 			priority_b_cnt |= PRIORITY_ALWAYS_ON;
priority_b_cnt   2277 drivers/gpu/drm/radeon/evergreen.c 		priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
priority_b_cnt   2305 drivers/gpu/drm/radeon/evergreen.c 	WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);
priority_b_cnt   2310 drivers/gpu/drm/radeon/si.c 	u32 priority_b_cnt = PRIORITY_OFF;
priority_b_cnt   2321 drivers/gpu/drm/radeon/si.c 		priority_b_cnt = 0;
priority_b_cnt   2395 drivers/gpu/drm/radeon/si.c 			priority_b_cnt |= PRIORITY_ALWAYS_ON;
priority_b_cnt   2403 drivers/gpu/drm/radeon/si.c 			priority_b_cnt |= PRIORITY_ALWAYS_ON;
priority_b_cnt   2428 drivers/gpu/drm/radeon/si.c 		priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
priority_b_cnt   2456 drivers/gpu/drm/radeon/si.c 	WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);