iris: Fix iris_bo_alloc() flags call argument
authorJosé Roberto de Souza <jose.souza@intel.com>
Thu, 17 Nov 2022 20:15:11 +0000 (12:15 -0800)
committerMarge Bot <emma+marge@anholt.net>
Mon, 21 Nov 2022 14:35:55 +0000 (14:35 +0000)
commit68652dca0c281e509ad271229be037a5e10ed594
treef41df19a33f6ad459ca12a954c3bbba0855853e2
parentf1305d49d913ee9d3b297a6ce76ef7156483cf96
iris: Fix iris_bo_alloc() flags call argument

binder_realloc() -> iris_bo_alloc() is setting 4096 as flags parameter.
Up to now this is harmeless as there is no BO_ALLOC flag that uses
bit 12 but is better to avoid any future issues.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19898>
src/gallium/drivers/iris/iris_binder.c