Mesa (master): v3d: Drop incorrect dependency for flpop.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Dec 30 16:11:58 UTC 2018


Module: Mesa
Branch: master
Commit: 39b1112189402affc341f2a85105a9cb68077edd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39b1112189402affc341f2a85105a9cb68077edd

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Dec 28 22:02:27 2018 -0800

v3d: Drop incorrect dependency for flpop.

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 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/broadcom/compiler/qpu_schedule.c b/src/broadcom/compiler/qpu_schedule.c
index 7662c8f6f0..95494a1412 100644
--- a/src/broadcom/compiler/qpu_schedule.c
+++ b/src/broadcom/compiler/qpu_schedule.c
@@ -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;
         }




More information about the mesa-commit mailing list