Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12 9 lines 227 B view raw
1#ifndef __MOCK_GEM_DEVICE_H__ 2#define __MOCK_GEM_DEVICE_H__ 3 4struct drm_i915_private; 5 6struct drm_i915_private *mock_gem_device(void); 7void mock_device_flush(struct drm_i915_private *i915); 8 9#endif /* !__MOCK_GEM_DEVICE_H__ */