[PATCH i-g-t v1] Add single engine busyness stats in GPUTOP

Lucas De Marchi lucas.demarchi at intel.com
Thu Jan 30 20:55:52 UTC 2025


On Fri, Jan 31, 2025 at 12:09:09AM +0530, Soham Purkait wrote:
>@@ -422,6 +850,61 @@ int main(int argc, char **argv)
> 	n = args.n_iter;
> 	period_us = args.delay_usec;
>
>+	igt_devices_scan();
>+
>+	//Yet to implement the device filter
>+
>+	ret = igt_device_find_first_xe_discrete_card(&card);

here and everywhere in this patch:

either make it generic so gputop continue being a vendor-agnostic tool,
or it's not worth doing. The way it's done here it would even stop
working on older intel platforms that are using i915.

Lucas De Marchi


More information about the igt-dev mailing list