diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.h b/src/gallium/drivers/panfrost/pan_screen.h index b90d9febad2..18866db049e 100644 --- a/src/gallium/drivers/panfrost/pan_screen.h +++ b/src/gallium/drivers/panfrost/pan_screen.h @@ -171,5 +171,8 @@ panfrost_bo_cache_put( struct panfrost_screen *screen, struct panfrost_bo *bo); +void +panfrost_bo_cache_evict_all( + struct panfrost_screen *screen); #endif /* PAN_SCREEN_H */ |