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

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dr600_cs.c978 uint32_t header, h_idx, reg, wait_reg_mem_info; local
1021 h_idx = p->idx - 2;
1025 header = radeon_get_ib_value(p, h_idx);
1026 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1);
1040 ib[h_idx + 2] = PACKET2(0);
1041 ib[h_idx + 3] = PACKET2(0);
1042 ib[h_idx + 4] = PACKET2(0);
1043 ib[h_idx + 5] = PACKET2(0);
1044 ib[h_idx + 6] = PACKET2(0);
1045 ib[h_idx
[all...]
H A Devergreen_cs.c1155 uint32_t header, h_idx, reg, wait_reg_mem_info; local
1198 h_idx = p->idx - 2;
1202 header = radeon_get_ib_value(p, h_idx);
1203 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1);
1216 ib[h_idx + 2] = PACKET2(0);
1217 ib[h_idx + 3] = PACKET2(0);
1218 ib[h_idx + 4] = PACKET2(0);
1219 ib[h_idx + 5] = PACKET2(0);
1220 ib[h_idx + 6] = PACKET2(0);
1221 ib[h_idx
[all...]
H A Dr100.c1481 uint32_t header, h_idx, reg; local
1508 h_idx = p->idx - 2;
1512 header = radeon_get_ib_value(p, h_idx);
1513 crtc_id = radeon_get_ib_value(p, h_idx + 5);
1526 ib[h_idx + 2] = PACKET2(0);
1527 ib[h_idx + 3] = PACKET2(0);
1542 ib[h_idx] = header;
1543 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1;

Completed in 293 milliseconds