v3dv: add v3dv_limits file
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 30 Jul 2020 12:32:26 +0000 (14:32 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:32 +0000 (21:21 +0000)
commit947fa7033dc3224b04c421cb759ae101ee9d30a4
tree23cbcf5b6ec94d1cf082aff3cb90ef810222ec35
parent81b713e341a5e90720d4084dc202860399d19f44
v3dv: add v3dv_limits file

There are several definitions for hw limits on v3dv_image that we want
to share, but v3dv_private was already growing bigger and messier.

So let's move them to a specific header. Note that there is already a
broadcom/common/v3d_limits.h. We are not putting them there because
right now they are only used by the Vulkan driver, but are candidates
to be moved.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/meson.build
src/broadcom/vulkan/v3dv_image.c
src/broadcom/vulkan/v3dv_limits.h [new file with mode: 0644]
src/broadcom/vulkan/v3dv_private.h