projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43fc00
)
ac: out-of-order rasterization is not supported on gfx10
author
Marek Olšák
<marek.olsak@amd.com>
Thu, 16 Apr 2020 17:32:27 +0000
(13:32 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Fri, 24 Apr 2020 10:38:54 +0000
(10:38 +0000)
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4698>
src/amd/common/ac_gpu_info.c
patch
|
blob
|
history
diff --git
a/src/amd/common/ac_gpu_info.c
b/src/amd/common/ac_gpu_info.c
index 92148597b51d8b1bd0e5865bab2616db5a946a98..fb391115d3610634afbabedf493dfaa0777a180f 100644
(file)
--- a/
src/amd/common/ac_gpu_info.c
+++ b/
src/amd/common/ac_gpu_info.c
@@
-588,6
+588,7
@@
bool ac_query_gpu_info(int fd, void *dev_p,
info->family == CHIP_RENOIR);
info->has_out_of_order_rast = info->chip_class >= GFX8 &&
+ info->chip_class <= GFX9 &&
info->max_se >= 2;
/* Whether chips support double rate packed math instructions. */