asahi: Fix random *2

Accidentally committed at some point.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
Alyssa Rosenzweig 2021-06-21 22:10:27 -04:00 committed by Marge Bot
parent b9789ae45a
commit 41d05ea49e
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ demo_cmdbuf(uint64_t *buf, size_t size,
* the clear_ .. bbox maybe */
EMIT32(cmdbuf, 0);
EMIT32(cmdbuf, 0);
EMIT32(cmdbuf, width * 2); // can increase up to 16384
EMIT32(cmdbuf, width); // can increase up to 16384
EMIT32(cmdbuf, height);
EMIT32(cmdbuf, 1);