summaryrefslogtreecommitdiff
path: root/src/reg_dumper/statuspage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reg_dumper/statuspage.c')
-rw-r--r--src/reg_dumper/statuspage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reg_dumper/statuspage.c b/src/reg_dumper/statuspage.c
index d6106a5a..f439a960 100644
--- a/src/reg_dumper/statuspage.c
+++ b/src/reg_dumper/statuspage.c
@@ -39,6 +39,9 @@
#include "reg_dumper.h"
#include "../i810_reg.h"
+#define HWS_NEED_GFX(pI810) ((IS_G33CLASS(pI810) ||\
+ IS_G4X(pI810) || IS_IGDNG(pI810)))
+
int main(int argc, char **argv)
{
I830Rec i830;