Commit ae0f8f0f authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/oa: update the generated files



Update the generated files to make the headers self-contained, switch to
the kernel preferred SPDX comment format, and update the copyright
year. Also add the Makefile stanza to run header tests on the files.

Other changes produced by gputop i915-perf-kernelgen.py were manually
stripped out, and left to the folks who actually know something about
the OA stuff.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190730113432.22146-3-jani.nikula@intel.com
parent d8af05ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,3 +2,6 @@

# For building individual subdir files on the command line
subdir-ccflags-y += -I$(srctree)/$(src)/..

# Extra header tests
header-test-pattern-$(CONFIG_DRM_I915_WERROR) := *.h
+2 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: MIT
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2018 Intel Corporation
 * Copyright © 2018-2019 Intel Corporation
 *
 * Autogenerated file by GPU Top : https://github.com/rib/gputop
 * DO NOT EDIT manually!
+4 −3
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2018 Intel Corporation
 * Copyright © 2018-2019 Intel Corporation
 *
 * Autogenerated file by GPU Top : https://github.com/rib/gputop
 * DO NOT EDIT manually!
@@ -10,6 +9,8 @@
#ifndef __I915_OA_BDW_H__
#define __I915_OA_BDW_H__

struct drm_i915_private;

void i915_perf_load_test_config_bdw(struct drm_i915_private *dev_priv);

#endif
+2 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: MIT
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2018 Intel Corporation
 * Copyright © 2018-2019 Intel Corporation
 *
 * Autogenerated file by GPU Top : https://github.com/rib/gputop
 * DO NOT EDIT manually!
+4 −3
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2018 Intel Corporation
 * Copyright © 2018-2019 Intel Corporation
 *
 * Autogenerated file by GPU Top : https://github.com/rib/gputop
 * DO NOT EDIT manually!
@@ -10,6 +9,8 @@
#ifndef __I915_OA_BXT_H__
#define __I915_OA_BXT_H__

struct drm_i915_private;

void i915_perf_load_test_config_bxt(struct drm_i915_private *dev_priv);

#endif
Loading