Upgraded igt-gpu-tools to 1.26

This commit is contained in:
dslm4515
2022-02-14 13:41:05 -06:00
parent b35a20f407
commit de622826b4
7 changed files with 111 additions and 256 deletions

View File

@ -0,0 +1,22 @@
--- igt-gpu-tools-igt-gpu-tools-1.26.orig/tests/i915/i915_pm_rpm.c 2021-04-23 05:38:04.000000000 -0500
+++ igt-gpu-tools-igt-gpu-tools-1.26/tests/i915/i915_pm_rpm.c 2022-02-14 12:38:22.924980562 -0600
@@ -61,6 +61,8 @@
#define MAX_ENCODERS 32
#define MAX_CRTCS 16
+#define PATH_MAX 1024
+
enum pc8_status {
PC8_ENABLED,
PC8_DISABLED
--- igt-gpu-tools-igt-gpu-tools-1.26.orig/lib/igt_eld.c 2021-04-23 05:38:04.000000000 -0500
+++ igt-gpu-tools-igt-gpu-tools-1.26/lib/igt_eld.c 2022-02-14 12:41:16.467983584 -0600
@@ -38,6 +38,8 @@
#define ELD_PREFIX "eld#"
#define ELD_DELIM " \t"
+#define PATH_MAX 1024
+
/**
* EDID-Like Data (ELD) is metadata parsed and exposed by ALSA for HDMI and
* DisplayPort connectors supporting audio. This includes the monitor name and