[PATCH 02/10] drm/radeon: UVD bringup v7

2013-04-03 Thread Jerome Glisse
On Wed, Apr 03, 2013 at 01:18:31AM +0200, Christian K?nig wrote: > Just everything needed to decode videos using UVD. > > v6: just all the bugfixes and support for R7xx-SI merged in one patch > v7: UVD_CGC_GATE is a write only register, lockup detection fix > > Signed-off-by: Christian K?nig > -

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-04-03 Thread bugzilla-dae...@freedesktop.org
ot *normal* but can be ignored) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/339e1a93/attachment.html>

[Bug 59521] [Serious Sam 3] Missing textures with R600g

2013-04-03 Thread bugzilla-dae...@freedesktop.org
-- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/73197e8a/attachment.html>

[Bug 59521] [Serious Sam 3] Missing textures with R600g

2013-04-03 Thread bugzilla-dae...@freedesktop.org
xing a crash or fixing the textures. Thanks... -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/3f906e03/attachment.html>

[PATCH] drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900

2013-04-03 Thread Daniel Vetter
On Wed, Apr 03, 2013 at 02:34:11PM +0200, Christian Lamparter wrote: > The "Mobile Sandy Bridge CPUs" in the Fujitsu Esprimo Q900 > mini desktop PCs are probably misleading the LVDS detection > code in intel_lvds_supported. Nothing is connected to the > LVDS ports in these systems. > > Signed-off-

[PATCH 01/10] drm/radeon: UVD doesn't needs VM on SI

2013-04-03 Thread Christian König
Am 03.04.2013 16:42, schrieb Jerome Glisse: > On Wed, Apr 03, 2013 at 01:18:30AM +0200, Christian K?nig wrote: >> Signed-off-by: Christian K?nig >> --- >> drivers/gpu/drm/radeon/radeon_cs.c | 10 +- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/gpu/drm/

radeonsi tiling dilema

2013-04-03 Thread Christian König
river didn't need to mess with it. So I'm something like 90% sure that hardcoding them is ok, but well on the other hand it just doesn't feels good to do so... Christian. > Cheers, > Jerome > > > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/a3924aea/attachment-0001.html>

[PATCH 02/10] drm/radeon: UVD bringup v7

2013-04-03 Thread Christian König
Am 03.04.2013 16:53, schrieb Jerome Glisse: > On Wed, Apr 03, 2013 at 01:18:31AM +0200, Christian K?nig wrote: >> [SNIP] >> >> /* hardcode those limit for now */ >> #define RADEON_VA_IB_OFFSET(1 << 20) >> #define RADEON_VA_RESERVED_SIZE(8 << 20) >>

radeonsi tiling dilema

2013-04-03 Thread Alex Deucher
On Wed, Apr 3, 2013 at 11:48 AM, Christian K?nig wrote: > Am 03.04.2013 15:57, schrieb Jerome Glisse: > > On Wed, Apr 3, 2013 at 5:37 AM, Michel D?nzer wrote: > > On Die, 2013-04-02 at 14:13 -0400, Jerome Glisse wrote: > > So i am facing a dilema regarding tiling on radeonsi. Given that we > now

radeonsi tiling dilema

2013-04-03 Thread Michel Dänzer
On Mit, 2013-04-03 at 09:57 -0400, Jerome Glisse wrote: > On Wed, Apr 3, 2013 at 5:37 AM, Michel D?nzer > wrote: > On Die, 2013-04-02 at 14:13 -0400, Jerome Glisse wrote: > > > > Some might argue that we could just export the table content > to > > userspac

[Bug 62959] r600g (HD 6950 Cayman) fails piglit tests and hangs system

2013-04-03 Thread bugzilla-dae...@freedesktop.org
.org/archives/dri-devel/attachments/20130403/49aebaf4/attachment.html>

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-04-03 Thread bugzilla-dae...@freedesktop.org
-devel/attachments/20130403/049e4d34/attachment.html>

[PATCH v4 0/2] Enhance EDID quirks to allow forcing a mode

2013-04-03 Thread Jani Nikula
On Wed, 03 Apr 2013, Dylan Semler wrote: > Version 3 was Acked by Daniel Vetter[1]. Any chance ajax can give his > comments? > > [1] http://lists.freedesktop.org/archives/dri-devel/2013-March/036457.html FWIW, Reviewed-by: Jani Nikula

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-03 Thread bugzilla-dae...@freedesktop.org
0df3dcc9da1681f5b0a8e7650cf for mesa ? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/2895c24e/attachment.html>

radeonsi tiling dilema

2013-04-03 Thread Jerome Glisse
On Wed, Apr 03, 2013 at 06:11:26PM +0200, Michel D?nzer wrote: > On Mit, 2013-04-03 at 09:57 -0400, Jerome Glisse wrote: > > On Wed, Apr 3, 2013 at 5:37 AM, Michel D?nzer > > wrote: > > On Die, 2013-04-02 at 14:13 -0400, Jerome Glisse wrote: > > > > > > Some might argue th

[PATCH 02/10] drm/radeon: UVD bringup v7

2013-04-03 Thread Jerome Glisse
On Wed, Apr 03, 2013 at 05:53:55PM +0200, Christian K?nig wrote: > Am 03.04.2013 16:53, schrieb Jerome Glisse: > >On Wed, Apr 03, 2013 at 01:18:31AM +0200, Christian K?nig wrote: > >>[SNIP] > >> > >> /* hardcode those limit for now */ > >> #define RADEON_VA_IB_OFFSET (1 << 2

[Bug 62959] r600g (HD 6950 Cayman) fails piglit tests and hangs system

2013-04-03 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/5de9897e/attachment.html>

gma500: Other things that I could work on

2013-04-03 Thread Patrik Jakobsson
On Wed, Apr 3, 2013 at 5:21 PM, Kero wrote: > Hi, > > I would not mind improving use of my Asus EeePC X101CH with Cedar View / > gma3600 > a bit more. But a barrier is knowledge of the hardware. Meddling with > existing (initialization) > code is possible, but for point 1 and 3 below that is not

[Bug 59521] [Serious Sam 3] Missing textures with R600g

2013-04-03 Thread bugzilla-dae...@freedesktop.org
otherwise all the textures are missing. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/1d372d4d/attachment-0001.html>

[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
rg > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/6889c3a4/attachment.html>

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-03 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/d20bc943/attachment.html>

[v3.8 Regression] Merge tag 'v3.7-rc2' into drm-intel-next-queued

2013-04-03 Thread Daniel Vetter
> > [0] http://pad.lv/1109309 > -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- next part ------ An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/e2cf3bef/attachment.html>

UVD fails to init on rv790

2013-04-03 Thread Dieter Nützel
Am 2013-04-03 15:21, schrieb Alex Deucher: > On Wed, Apr 3, 2013 at 7:29 AM, Christian K?nig > wrote: >> Hi Andy, >> >> crap! I feared that something like this would happen. IIRC we never >> tested >> UVD on an rv790, and this hardware isn't easy to get any more. >> >> RV770/RV790 have a separ

UVD fails to init on rv790

2013-04-03 Thread Alex Deucher
On Wed, Apr 3, 2013 at 4:45 PM, Dieter N?tzel wrote: > Am 2013-04-03 15:21, schrieb Alex Deucher: > >> On Wed, Apr 3, 2013 at 7:29 AM, Christian K?nig >> wrote: >>> >>> Hi Andy, >>> >>> crap! I feared that something like this would happen. IIRC we never >>> tested >>> UVD on an rv790, and this ha

[PATCH] radeon: add si tiling support

2013-04-03 Thread j.gli...@gmail.com
From: Jerome Glisse Signed-off-by: Jerome Glisse --- include/drm/radeon_drm.h | 61 + radeon/radeon_surface.c | 663 +++ radeon/radeon_surface.h | 30 +++ 3 files changed, 709 insertions(+), 45 deletions(-) diff --git a/include/drm/radeon_drm

[PATCH] drm/radeon: add si tile mode array query

2013-04-03 Thread j.gli...@gmail.com
From: Jerome Glisse Allow userspace to query for the tile mode array so userspace can properly compute surface pitch and alignment requirement depending on tiling. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_drv.c | 3 +- driver

UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
rm]pitch is 7680 >> fbcon: radeondrmfb (fb0) is primary device >> Console: switching to colour frame buffer device 240x67 >> radeon :01:00.0: fb0: radeondrmfb frame buffer device >> radeon :01:00.0: registered panic notifier >> [drm] Initialized radeon

[Bug 63090] New: mesa 9.2git: qvdpautest fails to work with UVD but also fails with shader decoding

2013-04-03 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/58f6acaf/attachment-0001.html>

[Bug 59521] [Serious Sam 3] Missing textures with R600g

2013-04-03 Thread bugzilla-dae...@freedesktop.org
ssing textures" ;) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130403/0d54a398/attachment.html>

[PATCH] drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900

2013-04-03 Thread Christian Lamparter
The "Mobile Sandy Bridge CPUs" in the Fujitsu Esprimo Q900 mini desktop PCs are probably misleading the LVDS detection code in intel_lvds_supported. Nothing is connected to the LVDS ports in these systems. Signed-off-by: Christian Lamparter --- drivers/gpu/drm/i915/intel_lvds.c |8

gma500: Other things that I could work on

2013-04-03 Thread Kero
Hi, I would not mind improving use of my Asus EeePC X101CH with Cedar View / gma3600 a bit more. But a barrier is knowledge of the hardware. Meddling with existing (initialization) code is possible, but for point 1 and 3 below that is not going to cut, it, I expect. Does anyone have pointers? W

[v3.8 Regression] Merge tag 'v3.7-rc2' into drm-intel-next-queued

2013-04-03 Thread Joseph Salisbury
Hi Daniel, A bug was opened against the Ubuntu kernel[0]. After a kernel bisect, it was found the following was the first bad commit: commit c2fb7916927e989ea424e61ce5fe617e54878827 Merge: 29de6ce 6f0c058 Author: Daniel Vetter Date: Mon Oct 22 14:34:51 2012 +0200 Merge tag 'v3.7-rc2'

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-03 Thread Chen Gang
Hello maintainers: when you have time, please help to check this patch whether is OK. thanks. gchen. On 2013?03?27? 15:23, Chen Gang wrote: > > need remove semicolon, or always return true. > > Signed-off-by: Chen Gang > --- > drivers/gpu/drm/nouveau/nv50_display.c |2 +- > 1 fil

UVD fails to init on rv790

2013-04-03 Thread K. Schnass
> Thanks AMD for getting this out :-) +1 > I have an issue, though. ;( +1 Exactly the same problem but on a RV770! Noticed that the RV710_uvd.bin is some 20kb bigger than the RV770 one so maybe that is the problem? lspci -nnv: 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AM

[v3.8 Regression] Merge tag 'v3.7-rc2' into drm-intel-next-queued

2013-04-03 Thread Joseph Salisbury
On 04/03/2013 03:16 PM, Daniel Vetter wrote: > On Wed, Apr 3, 2013 at 9:08 PM, Joseph Salisbury > > wrote: > > Hi Daniel, > > A bug was opened against the Ubuntu kernel[0]. After a kernel > bisect, it was found the following was the first bad

<    1   2