Subversion Repositories Kolibri OS

Rev

Rev 6320 | Rev 6935 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6320 Rev 6660
Line 2645... Line 2645...
2645
#include "i915_trace.h"
2645
#include "i915_trace.h"
Line 2646... Line 2646...
2646
 
2646
 
2647
extern const struct drm_ioctl_desc i915_ioctls[];
2647
extern const struct drm_ioctl_desc i915_ioctls[];
Line -... Line 2648...
-
 
2648
extern int i915_max_ioctl;
2648
extern int i915_max_ioctl;
2649
 
Line 2649... Line 2650...
2649
 
2650
extern int i915_suspend_switcheroo(struct drm_device *dev, pm_message_t state);
2650
extern int i915_resume_switcheroo(struct drm_device *dev);
2651
extern int i915_resume_switcheroo(struct drm_device *dev);
2651
 
2652