public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* Multiple declarations for intel_fbc_enabled
@ 2015-02-02 15:42 Ed Maste
  2015-02-04 13:27 ` Jani Nikula
  0 siblings, 1 reply; 5+ messages in thread
From: Ed Maste @ 2015-02-02 15:42 UTC (permalink / raw)
  To: intel-gfx

A FreeBSD developer discovered that intel_fbc_enabled has a
declaration in two headers:

sys/dev/drm2/i915/i915_drv.h:extern bool intel_fbc_enabled(struct
drm_device *dev);
sys/dev/drm2/i915/intel_drv.h:extern bool intel_fbc_enabled(struct
drm_device *dev);

We have a slightly older version of the i915 driver on FreeBSD, but I
see that this is still the case in Linux (although the "extern" has
been removed from one of them). Commit 85208be added the one in
intel_drv.h and didn't remove the existing one.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Multiple declarations for intel_fbc_enabled
@ 2015-02-02 16:40 Ed Maste
  2015-02-02 17:46 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Ed Maste @ 2015-02-02 16:40 UTC (permalink / raw)
  To: intel-gfx

A FreeBSD developer discovered that intel_fbc_enabled has a
declaration in two headers:

sys/dev/drm2/i915/i915_drv.h:extern bool intel_fbc_enabled(struct
drm_device *dev);
sys/dev/drm2/i915/intel_drv.h:extern bool intel_fbc_enabled(struct
drm_device *dev);

We have a slightly older version of the i915 driver on FreeBSD, but I
see that this is still the case in Linux (although the "extern" has
been removed from one of them). Commit 85208be added the one in
intel_drv.h and didn't remove the existing one.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-05  2:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 15:42 Multiple declarations for intel_fbc_enabled Ed Maste
2015-02-04 13:27 ` Jani Nikula
2015-02-05  2:24   ` Ed Maste
  -- strict thread matches above, loose matches on Subject: below --
2015-02-02 16:40 Ed Maste
2015-02-02 17:46 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox