diff --git a/.pick_status.json b/.pick_status.json index 265bc3e985a..6df4dea2afb 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2054,7 +2054,7 @@ "description": "freedreno: Fix tile-per-pipe debug overrides", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "0f3c12c0ab05bd4f481f2b4c3397e1ddae1fb95d", "notes": null diff --git a/src/gallium/drivers/freedreno/freedreno_gmem.c b/src/gallium/drivers/freedreno/freedreno_gmem.c index dd0b24c5e49..bf4079b09c8 100644 --- a/src/gallium/drivers/freedreno/freedreno_gmem.c +++ b/src/gallium/drivers/freedreno/freedreno_gmem.c @@ -335,7 +335,7 @@ gmem_stateobj_init(struct fd_screen *screen, struct gmem_key *key) #if MESA_DEBUG tpp_x = debug_get_num_option("TPP_X", tpp_x); - tpp_y = debug_get_num_option("TPP_Y", tpp_x); + tpp_y = debug_get_num_option("TPP_Y", tpp_y); #endif gmem->maxpw = tpp_x;