hk: shrink cmd bo

less wasteful

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30981>
This commit is contained in:
Alyssa Rosenzweig 2024-09-02 10:58:38 -04:00 committed by Marge Bot
parent 6e967ca811
commit b5899a2bf9

View file

@ -11,8 +11,7 @@
#include "vk_command_pool.h"
/* XXX: FIXME */
#define HK_CMD_BO_SIZE 1024 * 1024
#define HK_CMD_BO_SIZE 1024 * 128
/* Recyclable command buffer BO, used for both push buffers and upload */
struct hk_cmd_bo {