Lines Matching refs:h_idx
833 uint32_t header, h_idx, reg, wait_reg_mem_info; in r600_cs_common_vline_parse() local
881 h_idx = p->idx - 2; in r600_cs_common_vline_parse()
885 header = radeon_get_ib_value(p, h_idx); in r600_cs_common_vline_parse()
886 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1); in r600_cs_common_vline_parse()
899 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse()
900 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse()
901 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse()
902 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse()
903 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse()
904 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse()
905 ib[h_idx + 8] = PACKET2(0); in r600_cs_common_vline_parse()
909 ib[h_idx] = header; in r600_cs_common_vline_parse()
910 ib[h_idx + 4] = vline_status[crtc_id] >> 2; in r600_cs_common_vline_parse()