All of lore.kernel.org
 help / color / mirror / Atom feed
* [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
@ 2013-09-29 20:34 Dieter Nützel
  2013-09-30  8:06 ` Michel Dänzer
  0 siblings, 1 reply; 4+ messages in thread
From: Dieter Nützel @ 2013-09-29 20:34 UTC (permalink / raw)
  To: Christian König; +Cc: <Mesa Devel, Dri Devel

Hello Christian,

after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN with 
my RV730 (AGP).

All nice videos didn't play any longer.

-Dieter

BTW I'm not on Mesa Devel, so please CC me.

/opt/mesa> vdpauinfo
display: :0   screen: 0
API version: 1
Information string: G3DVL VDPAU Driver Shared Library version 1.0

Video surface:

name   width height types
-------------------------------------------
420     8192  8192  NV12 YV12
422     8192  8192  UYVY YUYV
444     8192  8192  Y8U8V8A8 V8U8Y8A8

Decoder capabilities:

name               level macbs width height
-------------------------------------------
MPEG1                 0 262144  8192  8192
MPEG2_SIMPLE          3 262144  8192  8192
MPEG2_MAIN            3 262144  8192  8192

Output surface:

name              width height nat types
----------------------------------------------------
B8G8R8A8          8192  8192    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8
R8G8B8A8          8192  8192    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8
R10G10B10A2       8192  8192    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8
B10G10R10A2       8192  8192    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8

Bitmap surface:

name              width height
------------------------------
B8G8R8A8          8192  8192
R8G8B8A8          8192  8192
R10G10B10A2       8192  8192
B10G10R10A2       8192  8192
A8                8192  8192

Video mixer:

feature name                    sup
------------------------------------
DEINTERLACE_TEMPORAL             -
DEINTERLACE_TEMPORAL_SPATIAL     -
INVERSE_TELECINE                 -
NOISE_REDUCTION                  y
SHARPNESS                        y
LUMA_KEY                         -
HIGH QUALITY SCALING - L1        -
HIGH QUALITY SCALING - L2        -
HIGH QUALITY SCALING - L3        -
HIGH QUALITY SCALING - L4        -
HIGH QUALITY SCALING - L5        -
HIGH QUALITY SCALING - L6        -
HIGH QUALITY SCALING - L7        -
HIGH QUALITY SCALING - L8        -
HIGH QUALITY SCALING - L9        -

parameter name                  sup      min      max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH              y        48     8192
VIDEO_SURFACE_HEIGHT             y        48     8192
CHROMA_TYPE                      y
LAYERS                           y         0        4

attribute name                  sup      min      max
-----------------------------------------------------
BACKGROUND_COLOR                 y
CSC_MATRIX                       y
NOISE_REDUCTION_LEVEL            y      0.00     1.00
SHARPNESS_LEVEL                  y     -1.00     1.00
LUMA_KEY_MIN_LUMA                y
LUMA_KEY_MAX_LUMA                y


Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion 
`map->l_init_called' failed!

(I've only have libvdpau1-0.6 not 0.7 on openSUSE 12.3.)

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

* Re: [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
  2013-09-29 20:34 [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730 Dieter Nützel
@ 2013-09-30  8:06 ` Michel Dänzer
  2013-09-30  8:47   ` [Mesa-dev] " Grigori Goronzy
  0 siblings, 1 reply; 4+ messages in thread
From: Michel Dänzer @ 2013-09-30  8:06 UTC (permalink / raw)
  To: Dieter Nützel; +Cc: <Mesa Devel, Dri Devel

On Son, 2013-09-29 at 22:34 +0200, Dieter Nützel wrote:
> 
> after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN with 
> my RV730 (AGP).

That probably means you lost UVD support for some reason. Assuming UVD
is still enabled in the kernel, can you bisect which Mesa change caused
the problem for you?


-- 
Earthling Michel Dänzer            |                  http://www.amd.com
Libre software enthusiast          |                Mesa and X developer

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

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

* Re: [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
  2013-09-30  8:06 ` Michel Dänzer
@ 2013-09-30  8:47   ` Grigori Goronzy
  2013-09-30 13:31     ` Dieter Nützel
  0 siblings, 1 reply; 4+ messages in thread
From: Grigori Goronzy @ 2013-09-30  8:47 UTC (permalink / raw)
  To: Michel Dänzer, Dieter Nützel; +Cc: <Mesa Devel, Dri Devel

On 30.09.2013 10:06, Michel Dänzer wrote:
> On Son, 2013-09-29 at 22:34 +0200, Dieter Nützel wrote:
>>
>> after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN with
>> my RV730 (AGP).
>

Same problem on PALM. Bisection shows that it is caused by commit 
68f6dec32. The initialization order seems to be wrong, the check for UVD 
is done too early. I'll send a patch in a minute.

Best regards
Grigori

> That probably means you lost UVD support for some reason. Assuming UVD
> is still enabled in the kernel, can you bisect which Mesa change caused
> the problem for you?
>

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

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

* Re: [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
  2013-09-30  8:47   ` [Mesa-dev] " Grigori Goronzy
@ 2013-09-30 13:31     ` Dieter Nützel
  0 siblings, 0 replies; 4+ messages in thread
From: Dieter Nützel @ 2013-09-30 13:31 UTC (permalink / raw)
  To: Grigori Goronzy; +Cc: <Mesa Devel, Michel Dänzer, Dri Devel

Am 30.09.2013 10:47, schrieb Grigori Goronzy:
> On 30.09.2013 10:06, Michel Dänzer wrote:
>> On Son, 2013-09-29 at 22:34 +0200, Dieter Nützel wrote:
>>> 
>>> after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN 
>>> with
>>> my RV730 (AGP).
>> 
> 
> Same problem on PALM. Bisection shows that it is caused by commit
> 68f6dec32. The initialization order seems to be wrong, the check for
> UVD is done too early. I'll send a patch in a minute.
> 
> Best regards
> Grigori

Thank you Grigori and Marek (AMD!) ;-)

-Dieter

>> That probably means you lost UVD support for some reason. Assuming UVD
>> is still enabled in the kernel, can you bisect which Mesa change 
>> caused
>> the problem for you?
>> 
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

end of thread, other threads:[~2013-09-30 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-29 20:34 [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730 Dieter Nützel
2013-09-30  8:06 ` Michel Dänzer
2013-09-30  8:47   ` [Mesa-dev] " Grigori Goronzy
2013-09-30 13:31     ` Dieter Nützel

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.