cregit-Linux how code gets into the kernel

Release 4.18 drivers/gpu/drm/i915/selftests/mock_timeline.h

/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2017-2018 Intel Corporation
 */

#ifndef __MOCK_TIMELINE__

#define __MOCK_TIMELINE__

struct i915_timeline;

void mock_timeline_init(struct i915_timeline *timeline, u64 context);
void mock_timeline_fini(struct i915_timeline *timeline);

#endif /* !__MOCK_TIMELINE__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Chris Wilson34100.00%2100.00%
Total34100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.