Searched refs:intel_fbdev_set_suspend (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/i915/ | 
| D | intel_fbdev.c | 679 	intel_fbdev_set_suspend(container_of(work,  in intel_fbdev_suspend_worker() 742 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)  in intel_fbdev_set_suspend()  function
  | 
| D | intel_drv.h | 1114 extern void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous); 1131 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)  in intel_fbdev_set_suspend()  function
  | 
| D | i915_drv.c | 626 	intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED, true);  in i915_drm_suspend() 747 	intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING, false);  in i915_drm_resume()
  |