[pci] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_crtc.c:94 drm_warn_on_modeset_not_all_locked()

2014-03-23 Thread Fengguang Wu
Hi Bjorn, On Fri, Mar 21, 2014 at 12:42:33PM -0600, Bjorn Helgaas wrote: > On Thu, Mar 20, 2014 at 8:09 PM, Fengguang Wu > wrote: > > // CC Stephane for RAPL related bug > > > > Bjorn, sorry this bug report is mis-titled. The only new bug that show > > up in aa11fc58dc is on rapl_pmu_init. And

3.14-rc7 crashes in drm ([PATCH] a crash in mga_driver_irq_uninstall)

2014-03-23 Thread Andreas Mohr
On Sun, Mar 23, 2014 at 09:39:16AM -0700, Linus Torvalds wrote: > On Sun, Mar 23, 2014 at 5:15 AM, Andreas Mohr wrote: > > > > which did end up flawless on 3.12.0-rc2+, too > > (but failed to improve the issue on 3.14.0-rc7+). > > > > So, for all intents and purposes, drm infrastructure seems

[Bug 71461] monitor doesn't get detected after boot or disconnection

2014-03-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=71461 --- Comment #15 from Tom Yan --- (In reply to Tom Yan from comment #14) > The problem with DisplayPort seems to related to DPMS. All I need to do to > get back the display is to make sure that there is a state change after the > monitor is turned

[Bug 71461] monitor doesn't get detected after boot or disconnection

2014-03-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=71461 --- Comment #14 from Tom Yan --- The problem with DisplayPort seems to related to DPMS. All I need to do to get back the display is to make sure that there is a state change after the monitor is turned on again. -- You are receiving this mail

[Bug 75992] Display freezes & corruption with an r7 260x on 3.14-rc6

2014-03-23 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/dc117215/attachment.html>

[PATCH v2] drm/i2c: tda998x: Change the compatible strings

2014-03-23 Thread Russell King - ARM Linux
On Sun, Mar 23, 2014 at 07:12:05PM +0100, Sebastian Hesselbarth wrote: > On 03/23/2014 11:19 AM, Jean-Francois Moine wrote: >> On Fri, 21 Mar 2014 14:37:52 +0100 >> Sebastian Hesselbarth wrote: Required properties; - - compatible: must be "nxp,tda998x" + - compatible: may be

[PATCH v2] drm/i2c: tda998x: Change the compatible strings

2014-03-23 Thread Sebastian Hesselbarth
On 03/23/2014 11:19 AM, Jean-Francois Moine wrote: > On Fri, 21 Mar 2014 14:37:52 +0100 > Sebastian Hesselbarth wrote: >>>Required properties; >>> - - compatible: must be "nxp,tda998x" >>> + - compatible: may be "nxp,tda9989", "nxp,tda19988" or "nxp,tda19989" >> >> There is a "DT is ABI"

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-03-23 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/c7cddb33/attachment.html>

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-03-23 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/6d37bf2c/attachment.html>

[PATCH v3] drm/i2c: tda998x: Deprecate "nxp,tda998x" in favour of "nxp,tda9989"

2014-03-23 Thread Jean-Francois Moine
The tda998x driver accepts only 3 chips from the TDA998x family. To avoid confusion with the other TDA998x chips, this patch changes the driver compatible string to "nxp,tda9989". As the previous compatible string is not actually used in any DT, no compatibility is offered. Signed-off-by:

[BUG] 3.14-rc6 problems with an R7 260X

2014-03-23 Thread Ed Tomlinson
On Monday 10 March 2014 13:29:41 Ed Tomlinson wrote: > On Monday 10 March 2014 12:38:42 Alex Deucher wrote: > > On Mon, Mar 10, 2014 at 11:47 AM, Ed Tomlinson wrote: > > > Hi, > > > > > > I recently added a R7 260X to my system. While the card works with 3.13 > > > its supposed work much better

[BUG] 3.14-rc6 problems with an R7 260X

2014-03-23 Thread Ed Tomlinson
On Monday 10 March 2014 13:29:41 Ed Tomlinson wrote: > On Monday 10 March 2014 12:38:42 Alex Deucher wrote: > > On Mon, Mar 10, 2014 at 11:47 AM, Ed Tomlinson wrote: > > > Hi, > > > > > > I recently added a R7 260X to my system. While the card works with 3.13 > > > its supposed work much better

[Bug 76501] fences regression

2014-03-23 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/7df722bf/attachment-0001.html>

[PATCH 2/2] drm/gma500: add locking to fixed panel edid probing

2014-03-23 Thread Patrik Jakobsson
_connector_add(connector); > return; > > failed_find: > + mutex_unlock(>mode_config.mutex); > if (lvds_priv->ddc_bus) > psb_intel_i2c_destroy(lvds_priv->ddc_bus); > failed_ddc: > -- > 1.8.1.4 > > Looks good. Acked-by: Patrik Jakobsson -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/55feefe8/attachment.html>

3.14-rc7 crashes in drm ([PATCH] a crash in mga_driver_irq_uninstall)

2014-03-23 Thread Andreas Mohr
Hi, On Sun, Mar 23, 2014 at 12:43:17AM +0100, Andreas Mohr wrote: > Hi, > > now testing 3.14-rc7 here (r128 hardware rather than MGA), > and I seem to still be experiencing the same or very similar crash as you > here: I decided to do some more experimentation: I added a Section "Module"

[PATCH v2] drm/i2c: tda998x: Change the compatible strings

2014-03-23 Thread Jean-Francois Moine
On Fri, 21 Mar 2014 14:37:52 +0100 Sebastian Hesselbarth wrote: > > Required properties; > > - - compatible: must be "nxp,tda998x" > > + - compatible: may be "nxp,tda9989", "nxp,tda19988" or "nxp,tda19989" > > There is a "DT is ABI" policy and although there is no mainline Linux > user of

[Bug 76501] fences regression

2014-03-23 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/fb02309e/attachment-0001.html>

[Bug 76501] fences regression

2014-03-23 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/fd6ed78e/attachment.html>

[Bug 76501] New: fences regression

2014-03-23 Thread bugzilla-dae...@freedesktop.org
-devel/attachments/20140323/15f8d81a/attachment.html>

[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated

2014-03-23 Thread Ilia Mirkin
This will allow the nouveau module to only include support for nv04-nv50, nv50-nvc0, nvc0+ cards individually (or in any combination). Only compiling one of the card types at a time reduces the size of the nouveau module, from 1.3M to 700-800K, depending on the type (including symbols/etc). It

3.14-rc7 crashes in drm ([PATCH] a crash in mga_driver_irq_uninstall)

2014-03-23 Thread Linus Torvalds
On Sun, Mar 23, 2014 at 5:15 AM, Andreas Mohr wrote: > > which did end up flawless on 3.12.0-rc2+, too > (but failed to improve the issue on 3.14.0-rc7+). > > So, for all intents and purposes, drm infrastructure seems unavoidably > (neither dri disable nor libdrm upgrade helps) affected. > Does

[PATCH 20/34] drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c

2014-03-23 Thread Daniel Vetter
On Sat, Mar 22, 2014 at 7:45 AM, Ben Widawsky wrote: > On Thu, Mar 20, 2014 at 11:31:26AM +1000, Dave Airlie wrote: >> On Tue, Mar 11, 2014 at 8:30 PM, Daniel Vetter >> wrote: >> > There's not really any value in stating that no locking is needed. And >> > even if the comment is useful, a check

[Bug 76223] [radeonsi] luxmark segfault

2014-03-23 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/1e2a36f9/attachment.html>

[Bug 68527] Planetary Annihilation Alpha: translation from TGSI failed !

2014-03-23 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/9ed6857b/attachment.html>

[Bug 68527] Planetary Annihilation Alpha: translation from TGSI failed !

2014-03-23 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140323/01950214/attachment-0001.html>

3.14-rc7 crashes in drm ([PATCH] a crash in mga_driver_irq_uninstall)

2014-03-23 Thread Andreas Mohr
Hi, now testing 3.14-rc7 here (r128 hardware rather than MGA), and I seem to still be experiencing the same or very similar crash as you here: agpgart-intel :00:00.0: AGP 2.0 bridge agpgart-intel :00:00.0: putting AGP V2 device into 4x mode pci :01:00.0: putting AGP V2 device into 4x

[Bug 76490] No output after radeon module is loaded (R9 270X)

2014-03-23 Thread bugzilla-dae...@freedesktop.org
:00.0 on minor 0 -- 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/20140323/877ef440/attachment.html>

[Bug 76490] New: No output after radeon module is loaded (R9 270X)

2014-03-23 Thread bugzilla-dae...@freedesktop.org
eon module. This card is an MSI R9 270X Gaming 4G. -- 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/20140323/717cc887/attachment.html>