mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
9dbdcb6d53
commit
6f80fa4d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1276,7 +1276,7 @@ __do_query(const char *primtype, uint32_t num_indices)
|
||||||
{
|
{
|
||||||
int n = 0;
|
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_tl = reg_val(regbase("GRAS_SC_WINDOW_SCISSOR_TL"));
|
||||||
uint32_t scissor_br = reg_val(regbase("GRAS_SC_WINDOW_SCISSOR_BR"));
|
uint32_t scissor_br = reg_val(regbase("GRAS_SC_WINDOW_SCISSOR_BR"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue