On Mon, May 21, 2012 at 02:51:50PM +0200, Marcin Kościelnicki wrote:
> Signed-off-by: Marcin Kościelnicki <[email protected]>
Applied, thanks!

> ---
>  drivers/gpu/drm/nouveau/nouveau_gpio.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/nouveau/nouveau_gpio.c 
> b/drivers/gpu/drm/nouveau/nouveau_gpio.c
> index f75ad66..a0911af 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_gpio.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_gpio.c
> @@ -369,7 +369,7 @@ nouveau_gpio_reset(struct nouveau_device *ndev)
>               if (ndev->card_type >= NV_D0) {
>                       nv_mask(ndev, 0x00d610 + (line * 4), 0xff, unk0);
>                       if (unk1--)
> -                             nv_mask(ndev, 0x00d640 + (unk1 * 4), 0xff, 
> line);
> +                             nv_mask(ndev, 0x00d740 + (unk1 * 4), 0xff, 
> line);
>               } else
>               if (ndev->card_type >= NV_50) {
>                       static const u32 regs[] = { 0xe100, 0xe28c };
> -- 
> 1.7.10.2
> 
> _______________________________________________
> Nouveau mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to