intel/perf: split load_oa_metrics
[mesa.git] / src / intel / tools / i965_gram.y
index 0db574ca1732b5e79f6f96670e6fea40a14ce634..2b657688e25bc6a81fc2720f6552051df43a367b 100644 (file)
@@ -1813,10 +1813,6 @@ maskreg:
 notifyreg:
        NOTIFYREG subregnum
        {
-               if ($1 > 0)
-                       error(&@1, "Notification register number %d"
-                                  " out of range\n", $1);
-
                int subnr = (p->devinfo->gen >= 11) ? 2 : 3;
                if ($2 > subnr)
                        error(&@2, "Notification sub register number %d"