iris: remove useless bo->gtt_offset assignment
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 23 Mar 2020 22:58:17 +0000 (15:58 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 15 Apr 2020 21:35:14 +0000 (21:35 +0000)
commit103cb32c794e6428d155d88e42cdf6b9a19b2f31
tree1bd8d5a59223e693223a2726e74f84b6e8197e5d
parentc586cb23e0a72e59cac45ad1fb85d0f3c71b6562
iris: remove useless bo->gtt_offset assignment

We assign a real value a few lines below, and none of the lines in
between rely on the zeroed bo->gtt_offset value.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4561>
src/gallium/drivers/iris/iris_bufmgr.c