-next queue and EDID stuff

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 10:24 PM, Adam Jackson wrote: > On 8/23/12 7:50 PM, Dave Airlie wrote: >> >> Hi guys (but mainly ajax) >> >> I have a bunch of EDID and quirk stuff outstanding, >> >> I've made a bundle on patchwork for it >> https://patchwork.kernel.org/bundle/airlied/edid-review/ > > > ht

Re: [PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread Michel Dänzer
On Mon, 2012-08-27 at 16:25 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Power gating is per crtc pair, but the powergating registers > should be called individually. The hw handles power up/down > properly. The pair is powered up if either crtc in the pair > is powered up and

[Bug 54143] Error when running GLSL_deferred

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54143 --- Comment #1 from Alexandre Demers 2012-08-28 06:28:48 UTC --- Forgot to tell you need to change /src/FrameBuffer.cpp:257 `glBlitFramebufferEXT' call to `glBlitFramebuffer' call otherwise it doesn't compile. -- Configure bugmail: https://bug

[Bug 54143] New: Error when running GLSL_deferred

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54143 Bug #: 54143 Summary: Error when running GLSL_deferred Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Se

[Bug 37112] GPU lockup when trying to use profile based frequency switching

2012-08-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=37112 --- Comment #10 from Hrvoje Senjan 2012-08-27 23:19:31 --- Just tried 3.6 rc2. No lockups/hangs! There can be a screen flickering (mostly visible while scrolling), but now dynpm works correctly: cat /sys/kernel/debug/dri/0/radeon_pm_info def

[PATCH] drm/i915: Remove __GFP_NO_KSWAPD

2012-08-27 Thread Sedat Dilek
When I pulled-in today's drm-intel-next into linux-next (next-20120824) I saw this build-breakage: drivers/gpu/drm/i915/i915_gem.c: In function 'i915_gem_object_get_pages_gtt': drivers/gpu/drm/i915/i915_gem.c:1778:40: error: '__GFP_NO_KSWAPD' undeclared (first use in this function) drivers/gpu/dr

Re: radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Hausensteiner Keg
On 27/08/12 20:29, Jerome Glisse wrote: On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg wrote: After some more experimenting with different versions, I'm getting odd results. So feel free to ignore this report.. FYI, what I see is: * as noted, commits before bb6355 work fine (ie up to 3.4-r

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54133 --- Comment #2 from Lo?c Yhuel 2012-08-27 22:05:43 UTC --- I will try, but it can be long as the problem is not systematic. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54133 --- Comment #1 from Alex Deucher 2012-08-27 21:28:29 UTC --- Can you bisect? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Bug 54133] New: [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54133 Bug #: 54133 Summary: [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0 Classification: Unclassified Product: DRI Version: unspecified

radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Hausensteiner Keg
On 27/08/12 20:29, Jerome Glisse wrote: > On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg > wrote: >> After some more experimenting with different versions, I'm getting odd >> results. So feel free to ignore this report.. >> >> FYI, what I see is: >> * as noted, commits before bb6355 work fine

[PATCH 2/2] drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot

2012-08-27 Thread Dave Airlie
From: Dave Airlie This will cause udev to load vmwgfx instead of waiting for X to do it. Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 8b442

[PATCH 1/2] drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled

2012-08-27 Thread Dave Airlie
From: Dave Airlie This makes things easier for distros where we'd like to have fbcon enabled all the time. Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx/Kconfig | 8 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #3 from Jerome Glisse 2012-08-27 20:26:33 UTC --- Also can you test if booting with radeon.no_wb=1 fix the issue ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug 51344] massive corruption on RV410

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #6 from Jerome Glisse 2012-08-27 20:26:28 UTC --- Also can you test if booting with radeon.no_wb=1 fix the issue ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #2 from Jerome Glisse 2012-08-27 20:19:04 UTC --- Does kernel patch : http://people.freedesktop.org/~glisse/0001-drm-radeon-extra-type-safe-for-fence-emission.patch Helps ? -- Configure bugmail: https://bugs.freedesktop.org/userp

[Bug 54057] r300g: opengl apps crash at run - possible build problem

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54129 Andrea changed: What|Removed |Added See Also||https://bugs.freedesktop.or |

[Bug 51344] massive corruption on RV410

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #5 from Andrea 2012-08-27 20:00:41 UTC --- Hi guys, can this be related to https://bugs.freedesktop.org/show_bug.cgi?id=54129 ? I ended up in the same area of the git log. -- Configure bugmail: https://bugs.freedesktop.org/use

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #1 from Andrea 2012-08-27 19:38:34 UTC --- Created attachment 66188 --> https://bugs.freedesktop.org/attachment.cgi?id=66188 Other example of bad rendering -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 54129] New: [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54129 Bug #: 54129 Summary: [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250 Classification: Unclassified Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All

[Bug 37112] GPU lockup when trying to use profile based frequency switching

2012-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=37112 --- Comment #11 from Hrvoje Senjan 2012-08-28 02:22:19 --- Still locks up with low profile. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the

[PATCH] vmwgfx: add dumb ioctl support

2012-08-27 Thread Dave Airlie
From: Dave Airlie Testing and works with the -modesetting driver at least so far. Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 5 +++ drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 10 + drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 73 +++

[Bug 54057] r300g: opengl apps crash at run - possible build problem

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #7 from Tom Stellard 2012-08-28 01:05:04 UTC --- I can confirm that glxgears quickly uses all the system memory even with a clean clone from git on my RC410 laptop. The shaders it is trying to compile for glxgears look very strange

[Bug 54057] r300g: opengl apps crash at run - possible build problem

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 Tom Stellard changed: What|Removed |Added Summary|opengl apps crash at run|r300g: opengl apps crash at

[PATCH] drm/i915: Remove __GFP_NO_KSWAPD

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 02:02:37PM +0200, Sedat Dilek wrote: > When I pulled-in today's drm-intel-next into linux-next (next-20120824) > I saw this build-breakage: > > drivers/gpu/drm/i915/i915_gem.c: In function 'i915_gem_object_get_pages_gtt': > drivers/gpu/drm/i915/i915_gem.c:1778:40: error: '_

-next queue and EDID stuff

2012-08-27 Thread Adam Jackson
On 8/27/12 4:34 PM, Alex Deucher wrote: > On Mon, Aug 27, 2012 at 4:24 PM, Adam Jackson wrote: >> Paul's FORCE_REDUCED_BLANKING series makes me nervous about what those >> monitors will do over VGA, since from a conversation we had on IRC he hasn't >> been able to test that. > > I asked the closed

-next queue and EDID stuff

2012-08-27 Thread Alex Deucher
On Mon, Aug 27, 2012 at 4:24 PM, Adam Jackson wrote: > On 8/23/12 7:50 PM, Dave Airlie wrote: >> >> Hi guys (but mainly ajax) >> >> I have a bunch of EDID and quirk stuff outstanding, >> >> I've made a bundle on patchwork for it >> https://patchwork.kernel.org/bundle/airlied/edid-review/ > > > htt

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread alexdeuc...@gmail.com
From: Alex Deucher Power gating is per crtc pair, but the powergating registers should be called individually. The hw handles power up/down properly. The pair is powered up if either crtc in the pair is powered up and the pair is not powered down until both crtcs in the pair are powered down.

-next queue and EDID stuff

2012-08-27 Thread Adam Jackson
On 8/23/12 7:50 PM, Dave Airlie wrote: > Hi guys (but mainly ajax) > > I have a bunch of EDID and quirk stuff outstanding, > > I've made a bundle on patchwork for it > https://patchwork.kernel.org/bundle/airlied/edid-review/ https://patchwork.kernel.org/patch/1364501/ - I'm nervous about this on

[Bug 37112] GPU lockup when trying to use profile based frequency switching

2012-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=37112 --- Comment #10 from Hrvoje Senjan 2012-08-27 23:19:31 --- Just tried 3.6 rc2. No lockups/hangs! There can be a screen flickering (mostly visible while scrolling), but now dynpm works correctly: cat /sys/kernel/debug/dri/0/radeon_pm_info def

Re: -next queue and EDID stuff

2012-08-27 Thread Ben Skeggs
On Mon, Aug 27, 2012 at 04:24:02PM -0400, Adam Jackson wrote: > On 8/23/12 7:50 PM, Dave Airlie wrote: > >Hi guys (but mainly ajax) > > > >I have a bunch of EDID and quirk stuff outstanding, > > > >I've made a bundle on patchwork for it > >https://patchwork.kernel.org/bundle/airlied/edid-review/ >

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #6 from Andy Furniss 2012-08-27 15:44:42 UTC --- (In reply to comment #5) > here what I have got: > [root at fdgfdgd ~]# LIBGL_DEBUG=verbose glxinfo >/dev/null > libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r300_dri.so > l

[PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-27 Thread Leela Krishna Amudala
Hello Mr. Inki Dae, Can you please review this patch set once. Best Wishes, Leela Krishna Amudala. On Thu, Aug 16, 2012 at 3:38 PM, Leela Krishna Amudala wrote: > > This patch set adds device tree support for DRM-FIMD for Samsung's > Exynos5250. > It includes parsing platform data from dts file.

[PATCH] vmwgfx: remove useless set memory to zero use memset()

2012-08-27 Thread Wei Yongjun
From: Wei Yongjun The memory return by kzalloc() or kmem_cache_zalloc() has already be set to zero, so remove useless memset(0). Signed-off-by: Wei Yongjun --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 1 - drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dr

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54133 --- Comment #2 from Loïc Yhuel 2012-08-27 22:05:43 UTC --- I will try, but it can be long as the problem is not systematic. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: -next queue and EDID stuff

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 10:24 PM, Adam Jackson wrote: > On 8/23/12 7:50 PM, Dave Airlie wrote: >> >> Hi guys (but mainly ajax) >> >> I have a bunch of EDID and quirk stuff outstanding, >> >> I've made a bundle on patchwork for it >> https://patchwork.kernel.org/bundle/airlied/edid-review/ > > > ht

[PATCH v3 5/7] DRM: Add DRM kms/fb cma helper

2012-08-27 Thread Sascha Hauer
On Wed, Aug 08, 2012 at 05:21:06PM +0200, Laurent Pinchart wrote: > From: Lars-Peter Clausen > > This patchset introduces a set of helper function for implementing the KMS > framebuffer layer for drivers which use the drm gem CMA helper function. > > Signed-off-by: Lars-Peter Clausen > Tested-b

[PATCH v3 7/7] drm: Renesas SH Mobile DRM driver

2012-08-27 Thread Sascha Hauer
On Wed, Aug 08, 2012 at 05:21:08PM +0200, Laurent Pinchart wrote: > The SH Mobile LCD controller (LCDC) DRM driver supports the main > graphics plane in RGB and YUV formats, as well as the overlay planes (in > alpha-blending mode only). > > Only flat panel outputs using the parallel interface are

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #5 from Tomasz P. 2012-08-27 14:46:12 UTC --- here what I have got: [root at fdgfdgd ~]# LIBGL_DEBUG=verbose glxinfo >/dev/null libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r300_dri.so libGL: OpenDriver: trying /usr/lib/xo

radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Jerome Glisse
On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg wrote: > After some more experimenting with different versions, I'm getting odd > results. So feel free to ignore this report.. > > FYI, what I see is: > * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). > * including commit bb6355,

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54133 --- Comment #1 from Alex Deucher 2012-08-27 21:28:29 UTC --- Can you bisect? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. _

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #4 from Andy Furniss 2012-08-27 14:20:43 UTC --- (In reply to comment #0) > Created attachment 66111 [details] > xorg.log > > Hardware : radeon 9600 agp > using mesa-git xorg-server-git pixman-git xf86-video-ati-git > From few days

[Bug 54133] New: [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54133 Bug #: 54133 Summary: [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0 Classification: Unclassified Product: DRI Version: unspecified

[PATCH] drm/i915: Remove __GFP_NO_KSWAPD

2012-08-27 Thread Sedat Dilek
When I pulled-in today's drm-intel-next into linux-next (next-20120824) I saw this build-breakage: drivers/gpu/drm/i915/i915_gem.c: In function 'i915_gem_object_get_pages_gtt': drivers/gpu/drm/i915/i915_gem.c:1778:40: error: '__GFP_NO_KSWAPD' undeclared (first use in this function) drivers/gpu/dr

Re: -next queue and EDID stuff

2012-08-27 Thread Adam Jackson
On 8/27/12 4:34 PM, Alex Deucher wrote: On Mon, Aug 27, 2012 at 4:24 PM, Adam Jackson wrote: Paul's FORCE_REDUCED_BLANKING series makes me nervous about what those monitors will do over VGA, since from a conversation we had on IRC he hasn't been able to test that. I asked the closed driver di

Re: -next queue and EDID stuff

2012-08-27 Thread Alex Deucher
On Mon, Aug 27, 2012 at 4:24 PM, Adam Jackson wrote: > On 8/23/12 7:50 PM, Dave Airlie wrote: >> >> Hi guys (but mainly ajax) >> >> I have a bunch of EDID and quirk stuff outstanding, >> >> I've made a bundle on patchwork for it >> https://patchwork.kernel.org/bundle/airlied/edid-review/ > > > htt

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #3 from Jerome Glisse 2012-08-27 20:26:33 UTC --- Also can you test if booting with radeon.no_wb=1 fix the issue ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug 51344] massive corruption on RV410

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #6 from Jerome Glisse 2012-08-27 20:26:28 UTC --- Also can you test if booting with radeon.no_wb=1 fix the issue ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread alexdeucher
From: Alex Deucher Power gating is per crtc pair, but the powergating registers should be called individually. The hw handles power up/down properly. The pair is powered up if either crtc in the pair is powered up and the pair is not powered down until both crtcs in the pair are powered down.

Re: -next queue and EDID stuff

2012-08-27 Thread Adam Jackson
On 8/23/12 7:50 PM, Dave Airlie wrote: Hi guys (but mainly ajax) I have a bunch of EDID and quirk stuff outstanding, I've made a bundle on patchwork for it https://patchwork.kernel.org/bundle/airlied/edid-review/ https://patchwork.kernel.org/patch/1364501/ - I'm nervous about this on non-EDD

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #2 from Jerome Glisse 2012-08-27 20:19:04 UTC --- Does kernel patch : http://people.freedesktop.org/~glisse/0001-drm-radeon-extra-type-safe-for-fence-emission.patch Helps ? -- Configure bugmail: https://bugs.freedesktop.org/userp

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54129 Andrea changed: What|Removed |Added See Also||https://bugs.freedesktop.or |

[Bug 51344] massive corruption on RV410

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #5 from Andrea 2012-08-27 20:00:41 UTC --- Hi guys, can this be related to https://bugs.freedesktop.org/show_bug.cgi?id=54129 ? I ended up in the same area of the git log. -- Configure bugmail: https://bugs.freedesktop.org/use

[Bug 54129] [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54129 --- Comment #1 from Andrea 2012-08-27 19:38:34 UTC --- Created attachment 66188 --> https://bugs.freedesktop.org/attachment.cgi?id=66188 Other example of bad rendering -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 54129] New: [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54129 Bug #: 54129 Summary: [bisected] Kernel 3.5.0 breaks KMS on Radeon RV250 Classification: Unclassified Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All

[PATCH 1/2] drm/radeon: don't disable plls that are in use by other crtcs

2012-08-27 Thread Michel Dänzer
On Fre, 2012-08-24 at 15:37 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Some plls are shared for DP. > > Signed-off-by: Alex Deucher Reviewed-by: Michel D?nzer -- Earthling Michel D?nzer | http://www.amd.com Libre software enthusiast

[Bug 46471] New: udl causes panic on X exit or xrandr action

2012-08-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=46471 Summary: udl causes panic on X exit or xrandr action Product: Drivers Version: 2.5 Kernel Version: 3.5.3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Jerome Glisse
On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg wrote: > After some more experimenting with different versions, I'm getting odd > results. So feel free to ignore this report.. > > FYI, what I see is: > * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). > * including commit bb6355,

Re: radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Jerome Glisse
On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg wrote: > After some more experimenting with different versions, I'm getting odd > results. So feel free to ignore this report.. > > FYI, what I see is: > * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). > * including commit bb6355,

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-27 Thread Sascha Hauer
On Thu, Aug 16, 2012 at 03:38:09PM +0530, Leela Krishna Amudala wrote: > Add device tree based discovery support for DRM-FIMD driver. > > Signed-off-by: Leela Krishna Amudala > --- > Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + > drivers/gpu/drm/exynos/exynos_drm_f

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54057 Andy Furniss changed: What|Removed |Added Attachment #66111|application/octet-stream|text/plain mime type|

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #6 from Andy Furniss 2012-08-27 15:44:42 UTC --- (In reply to comment #5) > here what I have got: > [root@fdgfdgd ~]# LIBGL_DEBUG=verbose glxinfo >/dev/null > libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r300_dri.so > libG

Re: radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Jerome Glisse
On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg wrote: > After some more experimenting with different versions, I'm getting odd > results. So feel free to ignore this report.. > > FYI, what I see is: > * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). > * including commit bb6355,

Re: [PATCH] drm/i915: Remove __GFP_NO_KSWAPD

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 02:02:37PM +0200, Sedat Dilek wrote: > When I pulled-in today's drm-intel-next into linux-next (next-20120824) > I saw this build-breakage: > > drivers/gpu/drm/i915/i915_gem.c: In function 'i915_gem_object_get_pages_gtt': > drivers/gpu/drm/i915/i915_gem.c:1778:40: error: '_

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #5 from Tomasz P. 2012-08-27 14:46:12 UTC --- here what I have got: [root@fdgfdgd ~]# LIBGL_DEBUG=verbose glxinfo >/dev/null libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r300_dri.so libGL: OpenDriver: trying /usr/lib/xorg/

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #4 from Andy Furniss 2012-08-27 14:20:43 UTC --- (In reply to comment #0) > Created attachment 66111 [details] > xorg.log > > Hardware : radeon 9600 agp > using mesa-git xorg-server-git pixman-git xf86-video-ati-git > From few days

Re: [PATCH v3 5/7] DRM: Add DRM kms/fb cma helper

2012-08-27 Thread Sascha Hauer
On Wed, Aug 08, 2012 at 05:21:06PM +0200, Laurent Pinchart wrote: > From: Lars-Peter Clausen > > This patchset introduces a set of helper function for implementing the KMS > framebuffer layer for drivers which use the drm gem CMA helper function. > > Signed-off-by: Lars-Peter Clausen > Tested-b

Re: [PATCH v3 7/7] drm: Renesas SH Mobile DRM driver

2012-08-27 Thread Sascha Hauer
On Wed, Aug 08, 2012 at 05:21:08PM +0200, Laurent Pinchart wrote: > The SH Mobile LCD controller (LCDC) DRM driver supports the main > graphics plane in RGB and YUV formats, as well as the overlay planes (in > alpha-blending mode only). > > Only flat panel outputs using the parallel interface are

[Bug 46471] New: udl causes panic on X exit or xrandr action

2012-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=46471 Summary: udl causes panic on X exit or xrandr action Product: Drivers Version: 2.5 Kernel Version: 3.5.3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

Re: [PATCH 1/2] drm/radeon: don't disable plls that are in use by other crtcs

2012-08-27 Thread Michel Dänzer
On Fre, 2012-08-24 at 15:37 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Some plls are shared for DP. > > Signed-off-by: Alex Deucher Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast |

Re: [PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-27 Thread Leela Krishna Amudala
Hello Mr. Inki Dae, Can you please review this patch set once. Best Wishes, Leela Krishna Amudala. On Thu, Aug 16, 2012 at 3:38 PM, Leela Krishna Amudala wrote: > > This patch set adds device tree support for DRM-FIMD for Samsung's > Exynos5250. > It includes parsing platform data from dts file.

radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Hausensteiner Keg
After some more experimenting with different versions, I'm getting odd results. So feel free to ignore this report.. FYI, what I see is: * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). * including commit bb6355, graphics freeze on the first transition after grub (Plymouth?) * the

[Bug 54057] opengl apps crash at run

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54057 Andy Furniss changed: What|Removed |Added Attachment #66111|application/octet-stream|text/plain mime type|

Re: radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-27 Thread Hausensteiner Keg
After some more experimenting with different versions, I'm getting odd results. So feel free to ignore this report.. FYI, what I see is: * as noted, commits before bb6355 work fine (ie up to 3.4-rc6). * including commit bb6355, graphics freeze on the first transition after grub (Plymouth?) * th

[Bug 50149] Faulty shaders on RS600

2012-08-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50149 --- Comment #17 from Tom Stellard 2012-08-27 01:15:34 UTC --- I've pushed the first patch, and you can get the same behavior as the second patch by setting RADEON_TEX_GROUP=128. There is still a bug somewhere, though, and if you play around wit

Re: [PATCH drm-next 3/3] drm/i915/contexts: Fixup merge with commit b6c7488df68a

2012-08-27 Thread Sedat Dilek
On Sun, Aug 26, 2012 at 8:42 PM, Daniel Vetter wrote: > On Sat, Aug 25, 2012 at 12:16:24AM +0200, Sedat Dilek wrote: >> This is a fixup patch for the merge of drm-next into linux-next caused >> by commit b6c7488df68a ("drm/i915/contexts: fix list corruption"). >> >> Reported-By: Stephen Rothwell

[PATCH] vmwgfx: remove useless set memory to zero use memset()

2012-08-27 Thread Wei Yongjun
From: Wei Yongjun The memory return by kzalloc() or kmem_cache_zalloc() has already be set to zero, so remove useless memset(0). Signed-off-by: Wei Yongjun --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 1 - drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dr

Re: [PATCH drm-next 2/3] drm/i915: Remove reference to drm_display_info raw_edid field

2012-08-27 Thread Sedat Dilek
On Sun, Aug 26, 2012 at 8:39 PM, Daniel Vetter wrote: > On Sat, Aug 25, 2012 at 12:16:23AM +0200, Sedat Dilek wrote: >> Reported-By: Stephen Rothwell >> Acked-by: Jani Nikula >> Acked-by: Dave Airlie >> Signed-off-by: Sedat Dilek > > This doesn't apply to my drm-intel-next tree any more - we'v

Re: [PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-27 Thread Sascha Hauer
On Thu, Aug 16, 2012 at 03:38:09PM +0530, Leela Krishna Amudala wrote: > Add device tree based discovery support for DRM-FIMD driver. > > Signed-off-by: Leela Krishna Amudala > --- > Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + > drivers/gpu/drm/exynos/exynos_drm_f