Home
last modified time | relevance | path

Searched refs:h_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c836 uint32_t header, h_idx, reg, wait_reg_mem_info; in r600_cs_common_vline_parse() local
884 h_idx = p->idx - 2; in r600_cs_common_vline_parse()
888 header = radeon_get_ib_value(p, h_idx); in r600_cs_common_vline_parse()
889 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1); in r600_cs_common_vline_parse()
902 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse()
903 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse()
904 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse()
905 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse()
906 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse()
907 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse()
[all …]
H A Dr100.c1465 uint32_t header, h_idx, reg; in r100_cs_packet_parse_vline() local
1492 h_idx = p->idx - 2; in r100_cs_packet_parse_vline()
1496 header = radeon_get_ib_value(p, h_idx); in r100_cs_packet_parse_vline()
1497 crtc_id = radeon_get_ib_value(p, h_idx + 5); in r100_cs_packet_parse_vline()
1509 ib[h_idx + 2] = PACKET2(0); in r100_cs_packet_parse_vline()
1510 ib[h_idx + 3] = PACKET2(0); in r100_cs_packet_parse_vline()
1525 ib[h_idx] = header; in r100_cs_packet_parse_vline()
1526 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1; in r100_cs_packet_parse_vline()