[Intel-gfx] [PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 04:09:39PM +0100, Daniel Vetter wrote: > On Mon, Jan 14, 2013 at 04:15:07PM +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > intel_hdmi.has_hdmi_sink is tied into the force audio property, so it > > doesn't seem like the correct way to dete

[PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? intel_hdmi.has_hdmi_sink is tied into the force audio property, so it doesn't seem like the correct way to detect HDMI monitors. Instead add a new has_hdmi_monitor member which simply tells whether a HDMI monitor was detected. Not sure if this is the best way, or if we should

[Intel-gfx] [PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread Daniel Vetter
On Mon, Jan 14, 2013 at 04:15:07PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > intel_hdmi.has_hdmi_sink is tied into the force audio property, so it > doesn't seem like the correct way to detect HDMI monitors. Instead add > a new has_hdmi_monitor member which simply

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 04:09:39PM +0100, Daniel Vetter wrote: > On Mon, Jan 14, 2013 at 04:15:07PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > intel_hdmi.has_hdmi_sink is tied into the force audio property, so it > > doesn't seem like the correct way to detect HDM

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread Daniel Vetter
On Mon, Jan 14, 2013 at 04:15:07PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > intel_hdmi.has_hdmi_sink is tied into the force audio property, so it > doesn't seem like the correct way to detect HDMI monitors. Instead add > a new has_hdmi_monitor member which simply tell

[PATCH 2/5] drm/i915: Add has_hdmi_monitor to intel_hdmi

2013-01-14 Thread ville . syrjala
From: Ville Syrjälä intel_hdmi.has_hdmi_sink is tied into the force audio property, so it doesn't seem like the correct way to detect HDMI monitors. Instead add a new has_hdmi_monitor member which simply tells whether a HDMI monitor was detected. Not sure if this is the best way, or if we should