Lines Matching refs:hc_state
171 drm_via_state_t hc_state; member
1018 drm_via_state_t *hc_state) in via_check_header2() argument
1036 if (via_check_prim_list(&buf, buf_end, hc_state)) in via_check_header2()
1044 hc_state->texture = 0; in via_check_header2()
1048 hc_state->texture = 1; in via_check_header2()
1090 if ((hz_mode = investigate_hazard(cmd, hz, hc_state))) { in via_check_header2()
1097 } else if (hc_state->unfinished && in via_check_header2()
1098 finish_current_sequence(hc_state)) { in via_check_header2()
1102 if (hc_state->unfinished && finish_current_sequence(hc_state)) in via_check_header2()
1360 drm_via_state_t *hc_state = &dev_priv->hc_state; in via_verify_command_stream() local
1361 drm_via_state_t saved_state = *hc_state; in via_verify_command_stream()
1373 hc_state->dev = dev; in via_verify_command_stream()
1374 hc_state->unfinished = no_sequence; in via_verify_command_stream()
1375 hc_state->map_cache = NULL; in via_verify_command_stream()
1376 hc_state->agp = agp; in via_verify_command_stream()
1377 hc_state->buf_start = buf; in via_verify_command_stream()
1384 state = via_check_header2(&buf, buf_end, hc_state); in via_verify_command_stream()
1419 *hc_state = saved_state; in via_verify_command_stream()
1424 *hc_state = saved_state; in via_verify_command_stream()