Release 4.17 drivers/gpu/drm/i915/i915_trace_points.c
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright © 2009 Intel Corporation
*
* Authors:
* Chris Wilson <chris@chris-wilson.co.uk>
*/
#include "i915_drv.h"
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "i915_trace.h"
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Wilson | 10 | 62.50% | 1 | 33.33% |
Ben Widawsky | 5 | 31.25% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 6.25% | 1 | 33.33% |
Total | 16 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.