All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 13944] New: nouveau video blitter gives tearing with two outputs
@ 2008-01-06 15:24 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-13944-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-01-06 15:24 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=13944

           Summary: nouveau video blitter gives tearing with two outputs
           Product: xorg
           Version: 7.3
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
        ReportedBy: drzeus-bugzilla-p3sGCRWkH8CeZLLa646FqQ@public.gmane.org
         QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org


When I enable two outputs, the video blitter (not the texture adapter) slightly
mis-syncs so that I have a single tear moving slowly over the screen. Things
work fine as long as only a single output is enabled.


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

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

* [Bug 13944] nouveau video blitter gives tearing with two outputs
       [not found] ` <bug-13944-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2008-01-06 15:35   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2008-01-20 14:33   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-01-06 15:35 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=13944





------- Comment #1 from drzeus-bugzilla-p3sGCRWkH8CeZLLa646FqQ@public.gmane.org  2008-01-06 07:35 PST -------
The problem is this part of NVWaitVSync():

        /* If crtc1 is active, this will produce one, otherwise zero */
        /* The assumption is that at least one is active */
        OUT_RING  (pNv->crtc_active[1]);

What happens is that it will wait for vsync on CRTC 1 if it's active, and CRTC
0 otherwise. I assume this was added because bad things happen if you wait for
an inactive CRTC.

This is of course very incorrect in dual-head as it means it will always wait
for CRTC 1. And the vsync of the two CRTCs are unlikely to occur at the same
time.

To fix this, the NVWaitVSync() function needs to wait on the relevant CRTC. But
pScrn seems to be card global, so I guess another parameter needs to be added.
I'm not sure how the callers can determine it either though.


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

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

* [Bug 13944] nouveau video blitter gives tearing with two outputs
       [not found] ` <bug-13944-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2008-01-06 15:35   ` [Bug 13944] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-01-20 14:33   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-01-20 14:33 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=13944


Arthur Huillet <arthur.huillet-dFvTVMYgtfk@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Arthur Huillet <arthur.huillet-dFvTVMYgtfk@public.gmane.org>  2008-01-20 06:33:05 PST ---
Closing, since your patch supposedly fixes it.


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

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

end of thread, other threads:[~2008-01-20 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06 15:24 [Bug 13944] New: nouveau video blitter gives tearing with two outputs bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-13944-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-01-06 15:35   ` [Bug 13944] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-01-20 14:33   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

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.