anv: remove incorrect ifdef

This is a leftover from a previous fix attempt. We don't need this.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
This commit is contained in:
Lionel Landwerlin 2023-03-27 12:46:09 +03:00 committed by Marge Bot
parent efcda1c530
commit b3f6e5dc70

View file

@ -181,11 +181,7 @@ static uint32_t
blorp_binding_table_offset_to_pointer(struct blorp_batch *batch,
uint32_t offset)
{
#if GFX_VERX10 >= 125
return SCRATCH_SURFACE_STATE_POOL_SIZE + offset;
#else
return offset;
#endif
}
static void *