We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f109f2 commit 4a69c4fCopy full SHA for 4a69c4f
drivers/gpu/drm/xe/xe_gt_throttle.c
@@ -8,6 +8,7 @@
8
#include <regs/xe_gt_regs.h>
9
#include "xe_device.h"
10
#include "xe_gt.h"
11
+#include "xe_gt_printk.h"
12
#include "xe_gt_sysfs.h"
13
#include "xe_gt_throttle.h"
14
#include "xe_mmio.h"
@@ -53,6 +54,7 @@ static u32 read_status(struct xe_gt *gt)
53
54
{
55
u32 status = xe_gt_throttle_get_limit_reasons(gt) & GT0_PERF_LIMIT_REASONS_MASK;
56
57
+ xe_gt_dbg(gt, "throttle reasons: 0x%08x\n", status);
58
return status;
59
}
60
0 commit comments