All of lore.kernel.org
 help / color / mirror / Atom feed
* nouveau Macbook EDID fix upstreaming...
@ 2012-08-17  8:33 Daniel J Blueman
  2012-08-20  4:02 ` [Nouveau] " Ben Skeggs
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel J Blueman @ 2012-08-17  8:33 UTC (permalink / raw)
  To: Ryan Bourgeois, Dave Airlie; +Cc: nouveau, Linux Kernel

It looks like Ryan's Nouveau patch [1,2] to get the I2C working for
EDID (thus modelines) is crucial for avoiding the Nvidia binary
drivers on MacbookPro 2012s.

Any plans/chance for it to be upstreamed to eg 3.6-rc3?

Many thanks,
  Daniel

--- [1]

diff -urNp a/drivers/gpu/drm/nouveau/nouveau_bios.c
b/drivers/gpu/drm/nouveau/nouveau_bios.c
--- a/drivers/gpu/drm/nouveau/nouveau_bios.c	2012-07-08 22:48:05.589828510 -0500
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c	2012-07-15 00:28:18.578864693 -0500
@@ -6461,6 +6461,9 @@ nouveau_run_vbios_init(struct drm_device
 		}
 	}

+	if (!bios->execute)
+		nouveau_gpio_reset(dev);
+
 	return ret;
 }

[2] https://bugs.freedesktop.org/show_bug.cgi?id=51971
-- 
Daniel J Blueman

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

* Re: [Nouveau] nouveau Macbook EDID fix upstreaming...
  2012-08-17  8:33 nouveau Macbook EDID fix upstreaming Daniel J Blueman
@ 2012-08-20  4:02 ` Ben Skeggs
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Skeggs @ 2012-08-20  4:02 UTC (permalink / raw)
  To: Daniel J Blueman; +Cc: Ryan Bourgeois, Dave Airlie, nouveau, Linux Kernel

On Fri, Aug 17, 2012 at 04:33:25PM +0800, Daniel J Blueman wrote:
> It looks like Ryan's Nouveau patch [1,2] to get the I2C working for
> EDID (thus modelines) is crucial for avoiding the Nvidia binary
> drivers on MacbookPro 2012s.
> 
> Any plans/chance for it to be upstreamed to eg 3.6-rc3?
Not at this stage, no.  I don't believe this is likely to be the correct fix.  I should have access to one of the new mbp systems in the near future and I'll investigate it further then.

Cheers,
Ben.

> 
> Many thanks,
>   Daniel
> 
> --- [1]
> 
> diff -urNp a/drivers/gpu/drm/nouveau/nouveau_bios.c
> b/drivers/gpu/drm/nouveau/nouveau_bios.c
> --- a/drivers/gpu/drm/nouveau/nouveau_bios.c	2012-07-08 22:48:05.589828510 -0500
> +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c	2012-07-15 00:28:18.578864693 -0500
> @@ -6461,6 +6461,9 @@ nouveau_run_vbios_init(struct drm_device
>  		}
>  	}
> 
> +	if (!bios->execute)
> +		nouveau_gpio_reset(dev);
> +
>  	return ret;
>  }
> 
> [2] https://bugs.freedesktop.org/show_bug.cgi?id=51971
> -- 
> Daniel J Blueman
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau

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

end of thread, other threads:[~2012-08-20  4:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17  8:33 nouveau Macbook EDID fix upstreaming Daniel J Blueman
2012-08-20  4:02 ` [Nouveau] " Ben Skeggs

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.