anv: Get rid of the ANV_CALL macro
This macro was needed by meta in order to make gen-specific calls from gen-agnostic code. Now that we don't have meta, the remaining two uses are fairly trivial to get rid of. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -222,7 +222,7 @@ anv_set_dispatch_devinfo(const struct gen_device_info *devinfo)
|
||||
dispatch_devinfo = *devinfo;
|
||||
}
|
||||
|
||||
void * __attribute__ ((noinline))
|
||||
static void * __attribute__ ((noinline))
|
||||
anv_resolve_entrypoint(uint32_t index)
|
||||
{
|
||||
if (dispatch_devinfo.gen == 0) {
|
||||
|
Reference in New Issue
Block a user