All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [Bug 29455] Nouveau TV-out incorrectly detecting load on NV18
Date: Fri, 13 Aug 2010 07:47:57 -0700 (PDT)	[thread overview]
Message-ID: <20100813144757.703A5130109@annarchy.freedesktop.org> (raw)
In-Reply-To: <bug-29455-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>

https://bugs.freedesktop.org/show_bug.cgi?id=29455

--- Comment #11 from Vlado Plaga <rechner-dLI15PoULosb1SvskN2V4Q@public.gmane.org> 2010-08-13 07:47:56 PDT ---
> Yeah, the attached patch adds some debugging output that may be useful for you
> to see the effects of your changes, "output=2 sample=YXXXXXXX" with Y!=0 means
> load is incorrectly being detected in your tv output.

Debugging output still does not help me understand much... but nevertheless I
wanted to give it a try. 

The first problem with the patch was: I don't have the file "nv10_gpio.c". Is
that a problem? Ok, I guess I should be using latest nouveau git instead of a
stable kernel anyway... so I tried the out-of-tree build (alternative), but
there was a new problem:

In file included from
/usr/src/nouveau/master/drivers/gpu/drm/nouveau/nouveau_bios.c:31:
include/linux/io-mapping.h:25:23: error: asm/iomap.h: No such file or directory
make[3]: *** [/usr/src/nouveau/master/drivers/gpu/drm/nouveau/nouveau_bios.o]
Error 1
make[2]: *** [/usr/src/nouveau/master/drivers/gpu/drm/nouveau] Error 2
make[1]: *** [_module_/usr/src/nouveau/master/drivers/gpu/drm] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.35'
make: *** [modules] Error 2

I suppose it is an architecture-related problem. In kernel 2.6.35
nouveau_bios.c does not include "linux/io-mapping.h" yet, so "asm/iomap.h" is
not required either. The later file is in
"linux-source-2.6.35/arch/x86/include/asm/iomap.h" on my system, whis is
probably not good for a PPC. There is also a
"linux-source-2.6.35/include/asm-generic/iomap.h", which might be an
alternative.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  parent reply	other threads:[~2010-08-13 14:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-09 10:12 [Bug 29455] New: Nouveau TV-out incorrectly detecting load on NV18 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-29455-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2010-08-11 18:44   ` [Bug 29455] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 11:21   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 11:23   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 11:29   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 11:34   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 12:28   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 15:25   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-12 21:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-13 11:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-13 12:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-13 14:47   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ [this message]
2010-08-13 15:23   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-14 20:09   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-14 21:43   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15  9:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15  9:43   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15  9:43   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15  9:45   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15  9:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-08-15 13:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100813144757.703A5130109@annarchy.freedesktop.org \
    --to=bugzilla-daemon-cc+yj3umiyqdupfqwhejaq@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.