Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __I915_SYSFS_H__
0007 #define __I915_SYSFS_H__
0008 
0009 struct device;
0010 struct drm_i915_private;
0011 
0012 struct drm_i915_private *kdev_minor_to_i915(struct device *kdev);
0013 
0014 void i915_setup_sysfs(struct drm_i915_private *i915);
0015 void i915_teardown_sysfs(struct drm_i915_private *i915);
0016 
0017 #endif /* __I915_SYSFS_H__ */