root/drivers/gpu/drm/i915/selftests/mock_gem_device.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __MOCK_GEM_DEVICE_H__
   3 #define __MOCK_GEM_DEVICE_H__
   4 
   5 struct drm_i915_private;
   6 
   7 struct drm_i915_private *mock_gem_device(void);
   8 void mock_device_flush(struct drm_i915_private *i915);
   9 
  10 #endif /* !__MOCK_GEM_DEVICE_H__ */

/* [<][>][^][v][top][bottom][index][help] */