Skip to content

Commit d01541d

Browse files
committed
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
To pick the change in: 66137f5 ("drm: i915_drm.h: delete duplicated words in comments") That don't result in any changes in tooling, just silences this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/drm/i915_drm.h' differs from latest version at 'include/uapi/drm/i915_drm.h' diff -u tools/include/uapi/drm/i915_drm.h include/uapi/drm/i915_drm.h Cc: Adrian Hunter <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Randy Dunlap <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent dd4a5c2 commit d01541d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/include/uapi/drm/i915_drm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extern "C" {
5555
* cause the related events to not be seen.
5656
*
5757
* I915_RESET_UEVENT - Event is generated just before an attempt to reset the
58-
* the GPU. The value supplied with the event is always 1. NOTE: Disable
58+
* GPU. The value supplied with the event is always 1. NOTE: Disable
5959
* reset via module parameter will cause this event to not be seen.
6060
*/
6161
#define I915_L3_PARITY_UEVENT "L3_PARITY_ERROR"
@@ -1934,7 +1934,7 @@ enum drm_i915_perf_property_id {
19341934

19351935
/**
19361936
* The value specifies which set of OA unit metrics should be
1937-
* be configured, defining the contents of any OA unit reports.
1937+
* configured, defining the contents of any OA unit reports.
19381938
*
19391939
* This property is available in perf revision 1.
19401940
*/

0 commit comments

Comments
 (0)