Release 4.17 drivers/gpu/drm/i915/selftests/mock_gem_device.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MOCK_GEM_DEVICE_H__
#define __MOCK_GEM_DEVICE_H__
struct drm_i915_private;
struct drm_i915_private *mock_gem_device(void);
void mock_device_flush(struct drm_i915_private *i915);
#endif /* !__MOCK_GEM_DEVICE_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Wilson | 29 | 96.67% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 3.33% | 1 | 33.33% |
Total | 30 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.