diff --git a/.pick_status.json b/.pick_status.json index 901c2f0aebf..9c9c440e53b 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1334,7 +1334,7 @@ "description": "tu: Disable LRZ when resuming if the GPU doesn't support tracking", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/freedreno/vulkan/tu_lrz.cc b/src/freedreno/vulkan/tu_lrz.cc index ec42f5a598c..771956b97db 100644 --- a/src/freedreno/vulkan/tu_lrz.cc +++ b/src/freedreno/vulkan/tu_lrz.cc @@ -226,7 +226,7 @@ tu_lrz_init_state(struct tu_cmd_buffer *cmd, bool has_gpu_tracking = cmd->device->physical_device->info->props.has_lrz_dir_tracking; - if (!has_gpu_tracking && !clears_depth) + if (!has_gpu_tracking && (!clears_depth || cmd->state.resuming)) return; /* We need to always have an LRZ view just to disable it if there is a