svn commit: r278159 - head/sys/dev/drm2/i915

Ed Maste emaste at FreeBSD.org
Tue Feb 3 15:41:10 UTC 2015


Author: emaste
Date: Tue Feb  3 15:41:09 2015
New Revision: 278159
URL: https://svnweb.freebsd.org/changeset/base/278159

Log:
  Remove duplicate intel_fbc_enabled prototype
  
  Fixed upstream in Linux commit 7ff0ebcc1e30e3216c8c62ee71f59ac830b10364
  
  Differential Revision:	https://reviews.freebsd.org/D1762
  Reviewed by:	hselasky, kib
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/drm2/i915/i915_drv.h

Modified: head/sys/dev/drm2/i915/i915_drv.h
==============================================================================
--- head/sys/dev/drm2/i915/i915_drv.h	Tue Feb  3 15:35:58 2015	(r278158)
+++ head/sys/dev/drm2/i915/i915_drv.h	Tue Feb  3 15:41:09 2015	(r278159)
@@ -1351,7 +1351,6 @@ extern void intel_modeset_init(struct dr
 extern void intel_modeset_gem_init(struct drm_device *dev);
 extern void intel_modeset_cleanup(struct drm_device *dev);
 extern int intel_modeset_vga_set_state(struct drm_device *dev, bool state);
-extern bool intel_fbc_enabled(struct drm_device *dev);
 extern void intel_disable_fbc(struct drm_device *dev);
 extern bool ironlake_set_drps(struct drm_device *dev, u8 val);
 extern void ironlake_init_pch_refclk(struct drm_device *dev);


More information about the svn-src-head mailing list