/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rs690.c | 470 u32 *d1mode_priority_a_cnt, 476 *d1mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1); 526 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02); 529 *d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1); 556 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02); 558 *d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1); 596 u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; local in function:rs690_bandwidth_update 644 &d1mode_priority_a_cnt, &d2mode_priority_a_cnt); 650 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
|
radeon_rv515.c | 1121 u32 *d1mode_priority_a_cnt, 1127 *d1mode_priority_a_cnt = MODE_PRIORITY_OFF; 1177 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02); 1180 *d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON; 1207 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02); 1209 *d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON; 1247 u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; local in function:rv515_bandwidth_avivo_update 1269 &d1mode_priority_a_cnt, &d2mode_priority_a_cnt); 1275 WREG32(D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt); [all...] |
radeon_rs600.c | 934 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local in function:rs600_bandwidth_update 950 d1mode_priority_a_cnt = RREG32(R_006548_D1MODE_PRIORITY_A_CNT); 952 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1); 954 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt); 955 WREG32(R_00654C_D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);
|