All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
@ 2016-10-09 13:03 bugzilla-daemon
  2016-10-11  7:26 ` bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-09 13:03 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 902 bytes --]

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

            Bug ID: 98170
           Summary: [vdpau] Error when calling vdp_output_surface_create
           Product: Mesa
           Version: 12.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r300
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: bagzy92@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

I'm running Gentoo linux amd64 with radeon r300 driver. From version 12.0.1
VDPAU is broken. I also have tried mesa-git, but bug is still there. VDPAU
works good with mesa 11.2.2 witch i use right now.

Here is the output from mplayer: https://bpaste.net/show/53e11a71da14

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2330 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
@ 2016-10-11  7:26 ` bugzilla-daemon
  2016-10-11  9:00 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-11  7:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 210 bytes --]

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

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Can you bisect?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 998 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
  2016-10-11  7:26 ` bugzilla-daemon
@ 2016-10-11  9:00 ` bugzilla-daemon
  2016-10-11 12:20 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-11  9:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 293 bytes --]

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

--- Comment #2 from Branko <bagzy92@gmail.com> ---
(In reply to Michel Dänzer from comment #1)
> Can you bisect?

Sorry, I don't understand what you mean.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1142 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
  2016-10-11  7:26 ` bugzilla-daemon
  2016-10-11  9:00 ` bugzilla-daemon
@ 2016-10-11 12:20 ` bugzilla-daemon
  2016-10-23  8:05 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-11 12:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 875 bytes --]

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

--- Comment #3 from Christian König <deathsimple@vodafone.de> ---
Bisecting means you try to figure out what patch introduced this bug.

E.g. you know that 11.2.2 work and 12.0.1 is broken. So you checkout the source
code from git and issue "git bisect start mesa-12.0.1 mesa-11.2.2".

Now git has the list of changes between 11.2.2 and 12.0.1, so it jumps into the
middle of that list of changes.

You then compile mesa and see if this version still works.

If it works you say "git bisect good" and git will jump another quarter to the
end of the list, if it doesn't work you say "git bisect bad" and git will jump
a quarter to the beginning of the list.

This repeats until you figured out which commit caused the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1700 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-10-11 12:20 ` bugzilla-daemon
@ 2016-10-23  8:05 ` bugzilla-daemon
  2016-10-24  9:01 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-23  8:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

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

--- Comment #4 from Branko <bagzy92@gmail.com> ---
I have cloned mesa-git and i'm trying to do it, but i get only this output:

$ git bisect start mesa-12.0.1 mesa-11.2.2
Previous HEAD position was 4cd5e5b... nouveau: update the Makefile.sources list
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Bisecting: a merge base must be tested
[4cd5e5b48e24a8b8ff7255022208d3e5fe6557d8] nouveau: update the Makefile.sources
list

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1372 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-10-23  8:05 ` bugzilla-daemon
@ 2016-10-24  9:01 ` bugzilla-daemon
  2016-10-24 10:58 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-24  9:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 282 bytes --]

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

--- Comment #5 from Branko <bagzy92@gmail.com> ---
When I do $ git bisect good i have "12 steps" and i don't see anything that can
cause this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1071 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (4 preceding siblings ...)
  2016-10-24  9:01 ` bugzilla-daemon
@ 2016-10-24 10:58 ` bugzilla-daemon
  2016-10-27  9:22 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-24 10:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 923 bytes --]

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

--- Comment #6 from Christian König <deathsimple@vodafone.de> ---
(In reply to Branko from comment #4)
> I have cloned mesa-git and i'm trying to do it, but i get only this output:
> 
> $ git bisect start mesa-12.0.1 mesa-11.2.2
> Previous HEAD position was 4cd5e5b... nouveau: update the Makefile.sources
> list
> Switched to branch 'master'
> Your branch is up-to-date with 'origin/master'.
> Bisecting: a merge base must be tested
> [4cd5e5b48e24a8b8ff7255022208d3e5fe6557d8] nouveau: update the
> Makefile.sources list

This is the expected result. Now you need to build and install Mesa and see if
the problem persists.

If you never build and installed Mesa before I suggest you just checkout
version 11.2.2 (e.g. run "git checkout mesa-11.2.2") and try that first.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1825 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (5 preceding siblings ...)
  2016-10-24 10:58 ` bugzilla-daemon
@ 2016-10-27  9:22 ` bugzilla-daemon
  2016-11-14 16:21 ` bugzilla-daemon
  2016-11-14 16:22 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-10-27  9:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 316 bytes --]

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

--- Comment #7 from Michel Dänzer <michel@daenzer.net> ---
Enter something like "git bisect howto" in your favourite web search engine to
find a document explaining how to use it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1114 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (6 preceding siblings ...)
  2016-10-27  9:22 ` bugzilla-daemon
@ 2016-11-14 16:21 ` bugzilla-daemon
  2016-11-14 16:22 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-11-14 16:21 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 420 bytes --]

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

Branko <bagzy92@gmail.com> changed:

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1241 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 98170] [vdpau] Error when calling vdp_output_surface_create
  2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
                   ` (7 preceding siblings ...)
  2016-11-14 16:21 ` bugzilla-daemon
@ 2016-11-14 16:22 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-11-14 16:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 207 bytes --]

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

--- Comment #8 from Branko <bagzy92@gmail.com> ---
FIXED In mesa-13.0.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1038 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-11-14 16:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-09 13:03 [Bug 98170] [vdpau] Error when calling vdp_output_surface_create bugzilla-daemon
2016-10-11  7:26 ` bugzilla-daemon
2016-10-11  9:00 ` bugzilla-daemon
2016-10-11 12:20 ` bugzilla-daemon
2016-10-23  8:05 ` bugzilla-daemon
2016-10-24  9:01 ` bugzilla-daemon
2016-10-24 10:58 ` bugzilla-daemon
2016-10-27  9:22 ` bugzilla-daemon
2016-11-14 16:21 ` bugzilla-daemon
2016-11-14 16:22 ` bugzilla-daemon

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.