radeonsi: add driconf options to enable/disable Smart Access Memory
so that anybody can test it if they have Above 4G Decoding and compare performance. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8225>
This commit is contained in:
@@ -1236,7 +1236,7 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
||||
struct utsname uname_data;
|
||||
const char *chip_name;
|
||||
|
||||
ws->query_info(ws, &rscreen->info);
|
||||
ws->query_info(ws, &rscreen->info, false, false);
|
||||
rscreen->ws = ws;
|
||||
|
||||
chip_name = r600_get_family_name(rscreen);
|
||||
|
Reference in New Issue
Block a user