[Intel-gfx] [PATCH 10/22] drm/i915: don't init LVDS on VLV

Jani Nikula jani.nikula at linux.intel.com
Wed Feb 6 14:19:03 CET 2013


On Sat, 02 Feb 2013, Jesse Barnes <jbarnes at virtuousgeek.org> wrote:
> Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>

Reviewed-by: Jani Nikula <jani.nikula at intel.com>

> ---
>  drivers/gpu/drm/i915/intel_lvds.c |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index 8c61876..feef18c 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -1024,6 +1024,9 @@ static bool intel_lvds_supported(struct drm_device *dev)
>  	if (HAS_PCH_SPLIT(dev))
>  		return true;
>  
> +	if (IS_VALLEYVIEW(dev))
> +		return false;
> +
>  	/* Otherwise LVDS was only attached to mobile products,
>  	 * except for the inglorious 830gm */
>  	return IS_MOBILE(dev) && !IS_I830(dev);
> -- 
> 1.7.9.5
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx



More information about the Intel-gfx mailing list