mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
crocus: extend l3 config setup to gen8
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11507>
This commit is contained in:
parent
7210e98c00
commit
72e5778579
1 changed files with 1 additions and 1 deletions
|
|
@ -807,7 +807,7 @@ crocus_screen_create(int fd, const struct pipe_screen_config *config)
|
|||
screen->compiler->compact_params = false;
|
||||
screen->compiler->constant_buffer_0_is_relative = true;
|
||||
|
||||
if (screen->devinfo.ver == 7) {
|
||||
if (screen->devinfo.ver >= 7) {
|
||||
screen->l3_config_3d = crocus_get_default_l3_config(&screen->devinfo, false);
|
||||
screen->l3_config_cs = crocus_get_default_l3_config(&screen->devinfo, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue