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.c831 uint32_t header, h_idx, reg, wait_reg_mem_info; in r600_cs_common_vline_parse() local
879 h_idx = p->idx - 2; in r600_cs_common_vline_parse()
883 header = radeon_get_ib_value(p, h_idx); in r600_cs_common_vline_parse()
884 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1); in r600_cs_common_vline_parse()
897 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse()
898 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse()
899 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse()
900 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse()
901 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse()
902 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse()
[all …]
H A Dr100.c1460 uint32_t header, h_idx, reg; in r100_cs_packet_parse_vline() local
1487 h_idx = p->idx - 2; in r100_cs_packet_parse_vline()
1491 header = radeon_get_ib_value(p, h_idx); in r100_cs_packet_parse_vline()
1492 crtc_id = radeon_get_ib_value(p, h_idx + 5); in r100_cs_packet_parse_vline()
1504 ib[h_idx + 2] = PACKET2(0); in r100_cs_packet_parse_vline()
1505 ib[h_idx + 3] = PACKET2(0); in r100_cs_packet_parse_vline()
1520 ib[h_idx] = header; in r100_cs_packet_parse_vline()
1521 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1; in r100_cs_packet_parse_vline()