3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 07:35:54 +00:00
Brooklyn/drivers/gpu/drm/i915/gem/i915_gemfs.h

16 lines
273 B
C
Raw Normal View History

2022-04-02 18:12:00 +05:00
/*
* SPDX-License-Identifier: MIT
*
* Copyright © 2017 Intel Corporation
*/
#ifndef __I915_GEMFS_H__
#define __I915_GEMFS_H__
struct drm_i915_private;
2022-09-13 23:14:27 +05:00
void i915_gemfs_init(struct drm_i915_private *i915);
2022-04-02 18:12:00 +05:00
void i915_gemfs_fini(struct drm_i915_private *i915);
#endif