linux/drivers/gpu/drm/i915/gt/selftest_rc6.h
<<
>>
Prefs
   1/*
   2 * SPDX-License-Identifier: MIT
   3 *
   4 * Copyright © 2019 Intel Corporation
   5 */
   6
   7#ifndef SELFTEST_RC6_H
   8#define SELFTEST_RC6_H
   9
  10int live_rc6_ctx_wa(void *arg);
  11int live_rc6_manual(void *arg);
  12
  13#endif /* SELFTEST_RC6_H */
  14