* [PATCH] drm/i915: Fixed compilation error
@ 2016-05-10 8:34 Gabriel Feceoru
2016-05-10 9:01 ` Ville Syrjälä
0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Feceoru @ 2016-05-10 8:34 UTC (permalink / raw)
To: intel-gfx
Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
---
drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 4d65f69..bedb9ef 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1454,7 +1454,7 @@ intel_hdmi_set_edid(struct drm_connector *connector, bool force)
intel_gmbus_get_adapter(dev_priv,
intel_hdmi->ddc_bus));
- intel_hdmi_dp_dual_mode_detect(connector);
+ intel_hdmi_dp_dual_mode_detect(connector, true);
intel_display_power_put(dev_priv, POWER_DOMAIN_GMBUS);
}
--
1.9.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/i915: Fixed compilation error
2016-05-10 8:34 [PATCH] drm/i915: Fixed compilation error Gabriel Feceoru
@ 2016-05-10 9:01 ` Ville Syrjälä
2016-05-10 9:23 ` Jani Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Ville Syrjälä @ 2016-05-10 9:01 UTC (permalink / raw)
To: Gabriel Feceoru; +Cc: intel-gfx
On Tue, May 10, 2016 at 11:34:39AM +0300, Gabriel Feceoru wrote:
> Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
> ---
> drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
> index 4d65f69..bedb9ef 100644
> --- a/drivers/gpu/drm/i915/intel_hdmi.c
> +++ b/drivers/gpu/drm/i915/intel_hdmi.c
> @@ -1454,7 +1454,7 @@ intel_hdmi_set_edid(struct drm_connector *connector, bool force)
> intel_gmbus_get_adapter(dev_priv,
> intel_hdmi->ddc_bus));
>
> - intel_hdmi_dp_dual_mode_detect(connector);
> + intel_hdmi_dp_dual_mode_detect(connector, true);
Presumably a merge fumble somewhere. Looks to be fine now.
>
> intel_display_power_put(dev_priv, POWER_DOMAIN_GMBUS);
> }
> --
> 1.9.1
--
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/i915: Fixed compilation error
2016-05-10 9:01 ` Ville Syrjälä
@ 2016-05-10 9:23 ` Jani Nikula
0 siblings, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2016-05-10 9:23 UTC (permalink / raw)
To: Ville Syrjälä, Gabriel Feceoru; +Cc: intel-gfx
On Tue, 10 May 2016, Ville Syrjälä <ville.syrjala@linux.intel.com> wrote:
> On Tue, May 10, 2016 at 11:34:39AM +0300, Gabriel Feceoru wrote:
>> Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
>> ---
>> drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
>> index 4d65f69..bedb9ef 100644
>> --- a/drivers/gpu/drm/i915/intel_hdmi.c
>> +++ b/drivers/gpu/drm/i915/intel_hdmi.c
>> @@ -1454,7 +1454,7 @@ intel_hdmi_set_edid(struct drm_connector *connector, bool force)
>> intel_gmbus_get_adapter(dev_priv,
>> intel_hdmi->ddc_bus));
>>
>> - intel_hdmi_dp_dual_mode_detect(connector);
>> + intel_hdmi_dp_dual_mode_detect(connector, true);
>
> Presumably a merge fumble somewhere. Looks to be fine now.
Mea culpa. Already fixed.
BR,
Jani.
>
>>
>> intel_display_power_put(dev_priv, POWER_DOMAIN_GMBUS);
>> }
>> --
>> 1.9.1
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-10 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10 8:34 [PATCH] drm/i915: Fixed compilation error Gabriel Feceoru
2016-05-10 9:01 ` Ville Syrjälä
2016-05-10 9:23 ` Jani Nikula
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.