/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_fbdev.h | 21 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous); 42 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) function in typeref:typename:void
|
intel_fbdev.c | 496 intel_fbdev_set_suspend(&container_of(work, 615 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.c | 1803 intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED, true); 1969 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING, false);
|