root/drivers/gpu/drm/i915/gt/selftests/mock_timeline.h

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

INCLUDED FROM


   1 /*
   2  * SPDX-License-Identifier: MIT
   3  *
   4  * Copyright © 2017-2018 Intel Corporation
   5  */
   6 
   7 #ifndef __MOCK_TIMELINE__
   8 #define __MOCK_TIMELINE__
   9 
  10 struct intel_timeline;
  11 
  12 void mock_timeline_init(struct intel_timeline *timeline, u64 context);
  13 void mock_timeline_fini(struct intel_timeline *timeline);
  14 
  15 #endif /* !__MOCK_TIMELINE__ */

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