v3d: Drop incorrect dependency for flpop.
authorEric Anholt <eric@anholt.net>
Sat, 29 Dec 2018 06:02:27 +0000 (22:02 -0800)
committerEric Anholt <eric@anholt.net>
Sun, 30 Dec 2018 16:03:51 +0000 (08:03 -0800)
It is just shifting probably-means-flags bits out of a value, it doesn't
actually update the flags on its own.

src/broadcom/compiler/qpu_schedule.c

index 7662c8f..95494a1 100644 (file)
@@ -359,10 +359,6 @@ calculate_deps(struct schedule_state *state, struct schedule_node *n)
                 add_read_dep(state, state->last_sf, n);
                 break;
 
-        case V3D_QPU_A_FLPOP:
-                add_write_dep(state, &state->last_sf, n);
-                break;
-
         default:
                 break;
         }