HomeSort by: relevance | last modified time | path
    Searched defs:h_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_cs.c 837 uint32_t header, h_idx, reg, wait_reg_mem_info; local in function:r600_cs_common_vline_parse
885 h_idx = p->idx - 2;
889 header = radeon_get_ib_value(p, h_idx);
890 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1);
903 ib[h_idx + 2] = PACKET2(0);
904 ib[h_idx + 3] = PACKET2(0);
905 ib[h_idx + 4] = PACKET2(0);
906 ib[h_idx + 5] = PACKET2(0);
907 ib[h_idx + 6] = PACKET2(0);
908 ib[h_idx + 7] = PACKET2(0)
    [all...]
radeon_r100.c 1450 uint32_t header, h_idx, reg; local in function:r100_cs_packet_parse_vline
1477 h_idx = p->idx - 2;
1481 header = radeon_get_ib_value(p, h_idx);
1482 crtc_id = radeon_get_ib_value(p, h_idx + 5);
1494 ib[h_idx + 2] = PACKET2(0);
1495 ib[h_idx + 3] = PACKET2(0);
1510 ib[h_idx] = header;
1511 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1;

Completed in 15 milliseconds