Mesa (master): ac: add missing Arcturus to the info of pc lines

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 4 21:29:18 UTC 2019


Module: Mesa
Branch: master
Commit: 352b57d709918079d166fde67424f4f183de2a51
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=352b57d709918079d166fde67424f4f183de2a51

Author: Leo Liu <leo.liu at amd.com>
Date:   Mon Nov  4 11:18:46 2019 -0500

ac: add missing Arcturus to the info of pc lines

Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Cc: Marek Olšák <marek.olsak at amd.com>

---

 src/amd/common/ac_gpu_info.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c
index 9caa51cb8b9..8b346571e25 100644
--- a/src/amd/common/ac_gpu_info.c
+++ b/src/amd/common/ac_gpu_info.c
@@ -623,6 +623,8 @@ bool ac_query_gpu_info(int fd, void *dev_p,
 		case CHIP_NAVI14:
 			pc_lines = 512;
 			break;
+		case CHIP_ARCTURUS:
+			break;
 		default:
 			assert(0);
 		}




More information about the mesa-commit mailing list