We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0906f7 commit f7dbb30Copy full SHA for f7dbb30
1 file changed
src/extract_gpuinfo_radeon.c
@@ -505,14 +505,6 @@ int radeon_get_drm_grbm_value(int fd, uint32_t *grbm_status)
505
return radeon_get_drm_value(fd, RADEON_INFO_READ_REG, grbm_status);
506
}
507
508
-static
509
-int radeon_get_drm_srbm_value(int fd, uint32_t *srbm_status)
510
-{
511
- *srbm_status = SRBM_STATUS;
512
- return radeon_get_drm_value(fd, RADEON_INFO_READ_REG, srbm_status);
513
-}
514
-
515
516
517
bool gpuinfo_radeon_init(void)
518
{
0 commit comments