[git pull] drm nouveau fixes.

2013-02-10 Thread Dave Airlie
Hi Linus, just 3 nouveau fixes, all user visible issues, I have one radeon regression fix I'm hoping to send tomorrow once I'm happy with it. Dave. The following changes since commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4: drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try

Re: [PATCHv5,RESEND 8/8] drm: tegra: Add gr2d device

2013-02-10 Thread Thierry Reding
On Sun, Feb 10, 2013 at 04:42:53PM -0800, Terje Bergström wrote: > On 07.02.2013 23:07, Thierry Reding wrote: > > On Wed, Feb 06, 2013 at 01:23:17PM -0800, Terje Bergström wrote: > That's the security firewall. It walks through each submit, and ensures > that each register write that writ

[Bug 60528] drm_kms_helper.edid_firmware 60 seconds boot lag

2013-02-10 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/659ef356/attachment.html>

[GMA500] Valid VCO frequency range on GMA500 platform?

2013-02-10 Thread Patrik Jakobsson
On Fri, Feb 8, 2013 at 2:51 PM, "David M?ller (ELSOFT AG)" wrote: > > Hello > > I have a problem using a 1024x768 Eizo Monitor attached by DVI-D to a > system with GMA500 based graphics and running under Linux-3.7. > > As soon as the GMA500 driver is taking over control, the refresh > rate raises

i915 parameters saying the same thing twice over

2013-02-10 Thread Chris Wilson
On Sun, Feb 10, 2013 at 05:57:20PM +0100, Toralf F?rster wrote: > IMHO the prefix i915_ for these 3 parameters in > /sys/module/i915/parameters : > > i915_enable_fbc > i915_enable_ppgtt > i915_enable_rc6 > > is superfluous, or ? Completely superfluous; a silly copy'n'paste of the variable name i

i915 parameters saying the same thing twice over

2013-02-10 Thread Toralf Förster
IMHO the prefix i915_ for these 3 parameters in /sys/module/i915/parameters : i915_enable_fbc i915_enable_ppgtt i915_enable_rc6 is superfluous, or ? -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-02-10 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/cedd284b/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-02-10 Thread bugzilla-dae...@freedesktop.org
ou are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/7896b332/attachment.html>

Re: [PATCHv5,RESEND 8/8] drm: tegra: Add gr2d device

2013-02-10 Thread Terje Bergström
On 07.02.2013 23:07, Thierry Reding wrote: > On Wed, Feb 06, 2013 at 01:23:17PM -0800, Terje Bergström wrote: That's the security firewall. It walks through each submit, and ensures that each register write that writes an address, goes through the host1x reloc mechanism. This way use

[PATCHv5,RESEND 8/8] drm: tegra: Add gr2d device

2013-02-10 Thread Terje Bergström
On 07.02.2013 23:07, Thierry Reding wrote: > On Wed, Feb 06, 2013 at 01:23:17PM -0800, Terje Bergstr?m wrote: That's the security firewall. It walks through each submit, and ensures that each register write that writes an address, goes through the host1x reloc mechanism. This way use

[PATCH] drm: missing idr_preload_end in drm_gem_flink_ioctl

2013-02-10 Thread Artem Savkov
Added missing idr_preload_end calls in drm_gem_flink_ioctl(). Without those preemption stays disabled resulting in lots of "scheduling while atomic" BUGs. Introduced in 4e486fae707d9a79c76f1be6dcacffc4a721cc1b (linux-next.git) Signed-off-by: Artem Savkov --- drivers/gpu/drm/drm_gem.c | 2 ++ 1

[git pull] drm nouveau fixes.

2013-02-10 Thread Dave Airlie
Hi Linus, just 3 nouveau fixes, all user visible issues, I have one radeon regression fix I'm hoping to send tomorrow once I'm happy with it. Dave. The following changes since commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4: drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try

[Bug 43751] [TTM] Out of kernel memory

2013-02-10 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43751 --- Comment #10 from cyberbat 2013-02-10 14:18:28 --- After a week uptime still have this error even on linux 3.7.4 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 60528] drm_kms_helper.edid_firmware 60 seconds boot lag

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60528 poma changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

nouveau, linux3.8-rc5: BUG: unable to handle kernel paging request at fffffffffffffff8

2013-02-10 Thread Antonio Ospite
On Sat, 26 Jan 2013 21:40:47 +1000 Ben Skeggs wrote: > On Sat, 2013-01-26 at 11:53 +0100, Antonio Ospite wrote: > > Hi, > > > > I am experiencing a bug with nouveau with linux-3.8-rc5, my video > > adapter is the one integrated on the MSI M3N78-VM motherboard (hence > > x86_64): > > > > 02:00.0

[PATCH] drm: missing idr_preload_end in drm_gem_flink_ioctl

2013-02-10 Thread Artem Savkov
Added missing idr_preload_end calls in drm_gem_flink_ioctl(). Without those preemption stays disabled resulting in lots of "scheduling while atomic" BUGs. Introduced in 4e486fae707d9a79c76f1be6dcacffc4a721cc1b (linux-next.git) Signed-off-by: Artem Savkov --- drivers/gpu/drm/drm_gem.c | 2 ++ 1

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
ts.freedesktop.org/archives/dri-devel/attachments/20130210/872c3c38/attachment.html>

[Bug 60552] [r300g] Carvisualizer webgl demo: black flickering spots over the car

2013-02-10 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/aa9c3495/attachment.html>

Re: i915 parameters saying the same thing twice over

2013-02-10 Thread Chris Wilson
On Sun, Feb 10, 2013 at 05:57:20PM +0100, Toralf Förster wrote: > IMHO the prefix i915_ for these 3 parameters in > /sys/module/i915/parameters : > > i915_enable_fbc > i915_enable_ppgtt > i915_enable_rc6 > > is superfluous, or ? Completely superfluous; a silly copy'n'paste of the variable name i

Re: [GMA500] Valid VCO frequency range on GMA500 platform?

2013-02-10 Thread Patrik Jakobsson
On Fri, Feb 8, 2013 at 2:51 PM, "David Müller (ELSOFT AG)" wrote: > > Hello > > I have a problem using a 1024x768 Eizo Monitor attached by DVI-D to a > system with GMA500 based graphics and running under Linux-3.7. > > As soon as the GMA500 driver is taking over control, the refresh > rate raises

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #27 from Ludovic Watteaux --- Created attachment 74554 --> https://bugs.freedesktop.org/attachment.cgi?id=74554&action=edit HD6750m_radeon_pm_print_states -- You are receiving this mail because: You are the assignee for the bug. _

i915 parameters saying the same thing twice over

2013-02-10 Thread Toralf Förster
IMHO the prefix i915_ for these 3 parameters in /sys/module/i915/parameters : i915_enable_fbc i915_enable_ppgtt i915_enable_rc6 is superfluous, or ? -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 __

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #26 from lucky...@free.fr --- I'm with a radeon 6750m mbp 8.2 It's a TURK chip >From Linux >= 3.7 I can't have low power working : # cat /sys/class/drm/card0/device/power_method profile # cat /sys/class/drm/card0/device/power_profile

[Bug 43751] [TTM] Out of kernel memory

2013-02-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43751 --- Comment #10 from cyberbat 2013-02-10 14:18:28 --- After a week uptime still have this error even on linux 3.7.4 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 60552] [r300g] Carvisualizer webgl demo: black flickering spots over the car

2013-02-10 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130210/1944d4c9/attachment.html>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/9777d05b/attachment-0001.html>

Re: nouveau, linux3.8-rc5: BUG: unable to handle kernel paging request at fffffffffffffff8

2013-02-10 Thread Antonio Ospite
On Sat, 26 Jan 2013 21:40:47 +1000 Ben Skeggs wrote: > On Sat, 2013-01-26 at 11:53 +0100, Antonio Ospite wrote: > > Hi, > > > > I am experiencing a bug with nouveau with linux-3.8-rc5, my video > > adapter is the one integrated on the MSI M3N78-VM motherboard (hence > > x86_64): > > > > 02:00.0

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60503 --- Comment #8 from Pavel Ondračka --- Created attachment 74525 --> https://bugs.freedesktop.org/attachment.cgi?id=74525&action=edit RADEON_DEBUG=fp log with patch v2 applied (In reply to comment #7) > Created attachment 74520 [details] > Fix

[Bug 60552] [r300g] Carvisualizer webgl demo: black flickering spots over the car

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60552 --- Comment #3 from Pavel Ondračka --- (In reply to comment #2) > Do you have a link to this demo? Link is in the URL field ;-) http://carvisualizer.plus360degrees.com/threejs/ -- You are receiving this mail because: You are the assignee for t

[Bug 60555] [r300g] RADEON_NO_TCL=1 hardlock

2013-02-10 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/3cdad8a5/attachment.html>

[Intel-gfx] [PATCH 3/4] drm/i915: handle walking compact dma scatter lists

2013-02-10 Thread Imre Deak
On Sat, 2013-02-09 at 23:51 +0100, Daniel Vetter wrote: > On Sat, Feb 09, 2013 at 05:27:35PM +0200, Imre Deak wrote: > > So far the assumption was that each dma scatter list entry contains only > > a single page. This might not hold in the future, when we'll introduce > > compact scatter lists, so

[Intel-gfx] [PATCH 1/4] drm: add helper to walk a dma scatter list a page at a time

2013-02-10 Thread Imre Deak
On Sat, 2013-02-09 at 19:56 +0100, Daniel Vetter wrote: > Hi Imre! > > On Sat, Feb 09, 2013 at 05:27:33PM +0200, Imre Deak wrote: > > Add a helper to walk through a scatter list a page at a time. Needed by > > upcoming patches fixing the scatter list walking logic in the i915 driver. > > Nice pat

[PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-10 Thread Imre Deak
On Sat, 2013-02-09 at 19:59 +0100, Daniel Vetter wrote: > On Sat, Feb 09, 2013 at 05:27:36PM +0200, Imre Deak wrote: > > So far we created a sparse dma scatter list for gem objects, where each > > scatter list entry represented only a single page. In the future we'll > > have to handle compact scat

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/238deaee/attachment.html>

[Bug 60541] [r300g, bisected] Some piglit NV_conditional_render tests fails

2013-02-10 Thread bugzilla-dae...@freedesktop.org
t was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/acc8ece5/attachment.html>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
No it doesn't. Can you post the RADEON_DEBUG=fp dump with the patch applied? -- 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/20130210/ac01b554/attachment.html>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/fcbc65ec/attachment.html>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/17a7076e/attachment.html>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-10 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130210/47f365c7/attachment.html>