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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c1138 uint32_t priority_cnt; local in function:RADEONInitDispBandwidthAVIVO
1141 priority_cnt = INREG(AVIVO_D1MODE_PRIORITY_A_CNT);
1142 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1143 OUTREG(AVIVO_D1MODE_PRIORITY_A_CNT, priority_cnt);
1145 priority_cnt = INREG(AVIVO_D1MODE_PRIORITY_B_CNT);
1146 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1147 OUTREG(AVIVO_D1MODE_PRIORITY_B_CNT, priority_cnt);
1151 priority_cnt = INREG(AVIVO_D2MODE_PRIORITY_A_CNT);
1152 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1153 OUTREG(AVIVO_D2MODE_PRIORITY_A_CNT, priority_cnt);
1199 uint32_t lb_max_req_outstanding, priority_cnt; local in function:RADEONInitDispBandwidthAVIVO
[all...]

Completed in 3 milliseconds