HomeSort by: relevance | last modified time | path
    Searched refs:last_head (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_accel.c 77 int last_head = 0; local
100 if (start == 0 || now < start || ring->head != last_head) {
105 last_head = ring->head;
i810_accel.c 182 int last_head = 0; local
205 if (start == 0 || now < start || ring->head != last_head) {
210 last_head = ring->head;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_accel.c 90 int last_head = 0; local
113 if (start == 0 || now < start || ring->head != last_head) {
118 last_head = ring->head;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_accel.c 90 int last_head = 0; local
113 if (start == 0 || now < start || ring->head != last_head) {
118 last_head = ring->head;

Completed in 5 milliseconds