freedreno/decode: Fix query bin vals

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39636>
This commit is contained in:
Rob Clark 2026-02-03 05:56:31 -08:00 committed by Marge Bot
parent 9dbdcb6d53
commit 6f80fa4d2b

View file

@ -1276,7 +1276,7 @@ __do_query(const char *primtype, uint32_t num_indices)
{
int n = 0;
if ((5 <= options->info->chip) && (options->info->chip < 7)) {
if ((5 <= options->info->chip) && (options->info->chip < 9)) {
uint32_t scissor_tl = reg_val(regbase("GRAS_SC_WINDOW_SCISSOR_TL"));
uint32_t scissor_br = reg_val(regbase("GRAS_SC_WINDOW_SCISSOR_BR"));