[Bug 79011] GPU lockup, screen freeze with Radeon HD7770

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79011 Thue Kristensen changed: What|Removed |Added CC||thuejk at gmail.com --- Comment #11 fro

[Bug 79011] GPU lockup, screen freeze with Radeon HD7770

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79011 --- Comment #12 from Thue Kristensen --- Created attachment 142091 --> https://bugzilla.kernel.org/attachment.cgi?id=142091&action=edit Thue's Xorg.log crash My crash looks identical to Fabian Pas' crash. -- You are receiving this mail becaus

[Bug 79011] GPU lockup, screen freeze with Radeon HD7770

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79011 Paul Menzel changed: What|Removed |Added CC||paulepanter at users.sourcefor

Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card

2014-07-05 Thread Paul Menzel
org/archives/dri-devel/attachments/20140705/120eb5e9/attachment.sig>

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #65 from kilobug at kilobug.org --- I did more tests, and it's much better, but still not perfect. During GPU-intensive tasks (movie playing, Unigine benchmarks, a full Civ5 game) it works all well. But during non-GPU tasks (browsing t

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2014-07-05 Thread bugzilla-dae...@freedesktop.org
rg/show_bug.cgi?id=80618 -- 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/20140705/9e0c1925/attachment.html>

[PATCH RFC 00/15] Armada DRM updates

2014-07-05 Thread Russell King - ARM Linux
This patch series updates the Armada DRM driver to be more DT friendly by converting it to the component helper. This is an incomplete conversion as we also need to convert the TDA998x as well, hence it currently retains the existing method of initialisation using the slave encoder mechanism. The

[PATCH RFC 03/15] component: add support for component match array

2014-07-05 Thread Russell King
Add support for generating a set of component matches at master probe time, and submitting them to the component layer. This allows the component layer to perform the matches internally without needing to call into the master driver, and allows for further restructuring of the component helper. A

[PATCH RFC 05/15] drm/armada: use number of CRTCs registered

2014-07-05 Thread Russell King
Use the number of CRTCs registered to size the vblank arrays rather than our own count. Number CRTCs using this as well. This permits us to register CRTCs as components in the near future rather than as part of a single device. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc

[PATCH RFC 07/15] drm/armada: make variant a CRTC thing

2014-07-05 Thread Russell King
Move the variant pointer into the armada_crtc structure, and update for the resulting changes. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_510.c | 4 ++-- drivers/gpu/drm/armada/armada_crtc.c | 27 --- drivers/gpu/drm/armada/armada_crtc.h | 5 - d

[PATCH RFC 01/15] component: fix missed cleanup in case of devres failure

2014-07-05 Thread Russell King
In try_to_bring_up_master(), we tear down the master's component list for each error case, except for devres group failure. Fix this oversight by making the code less prone to such mistakes. Acked-by: Laurent Pinchart Signed-off-by: Russell King --- drivers/base/component.c | 62 ++

[PATCH RFC 08/15] drm: add of_graph endpoint helper to find possible CRTCs

2014-07-05 Thread Russell King
Add a helper to allow encoders to find their possible CRTCs from the OF graph without having to re-implement this functionality. We add a device_node to drm_crtc which corresponds with the port node in the DT description of the CRTC device. We can then scan the DRM device list for CRTCs to find t

[PATCH RFC 09/15] component: fix bug with legacy API

2014-07-05 Thread Russell King
Sachin Kamat reports that "component: add support for component match array" broke Exynos DRM due to a NULL pointer deref. Fix this. Reported-by: Sachin Kamat Tested-by: Sachin Kamat Signed-off-by: Russell King --- drivers/base/component.c | 10 ++ 1 file changed, 6 insertions(+), 4 d

[PATCH RFC 12/15] dt-bindings: add Marvell Dove LCD controller documentation

2014-07-05 Thread Russell King
Add the Marvell Dove LCD controller DT binding documentation. The clock names used here are intentionally taken from the specification for the Dove SoC. Signed-off-by: Russell King --- .../bindings/drm/armada/marvell,dove-lcd.txt | 30 ++ 1 file changed, 30 insertions(

[PATCH RFC 13/15] drm/armada: permit CRTCs to be registered as separate devices

2014-07-05 Thread Russell King
Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc.c | 114 --- drivers/gpu/drm/armada/armada_crtc.h | 4 +- drivers/gpu/drm/armada/armada_drv.c | 5 +- 3 files changed, 110 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/armada/ar

[PATCH RFC 14/15] drm/armada: register crtc with port

2014-07-05 Thread Russell King
Register the CRTC with the port node so that the DRM OF helpers can find the appropriate CRTC. This is important so that encoders can identify their corresponding possible CRTCs. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc.c | 21 +++-- drivers/gpu/drm/arm

[GIT PULL] TDA998x fixes

2014-07-05 Thread Russell King
David, Please incorporate the latest TDA998x fixes, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git tda998x-fixes with SHA1 de4bf3d51fe38eaf90cb587e4eae1f3f0e056a54. A number of relatively minor TDA998x fixes, the most serious of which is the positioning of the drm_i2c_

[PATCH RFC 02/15] component: ignore multiple additions of the same component

2014-07-05 Thread Russell King
Permit masters to call component_master_add_child() and match the same child multiple times. This may happen if there's multiple connections to a single component device from other devices. In such scenarios, we should not return a failure, but instead ignore the attempt. Acked-by: Laurent Pinch

[PATCH RFC 04/15] drm/armada: move IRQ handling into CRTC

2014-07-05 Thread Russell King
Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc.c | 36 +-- drivers/gpu/drm/armada/armada_crtc.h | 4 +-- drivers/gpu/drm/armada/armada_drv.c | 68 +--- 3 files changed, 45 insertions(+), 63 deletions(-) diff --git a/drivers/gp

[PATCH RFC 06/15] drm/armada: move variant initialisation to CRTC init

2014-07-05 Thread Russell King
Move the variant initialisation entirely to the CRTC init function - the variant support is really about the CRTC properties than the whole system, and we want to treat each CRTC individually when we support DT. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_510.c | 19 --

[PATCH RFC 10/15] drm/armada: convert to componentized support

2014-07-05 Thread Russell King
Convert the Armada DRM driver to use the component helpers, which will permit us to clean up the driver and move towards an implementation which is compatible with a DT description of the hardware. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_drv.c | 155

[PATCH RFC 11/15] drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clock

2014-07-05 Thread Russell King
Remove the underscore between "clk" and "1" so that we match the name of the clock given in the documentation. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_510.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/armada/armada_510.c b/drivers/gp

[PATCH RFC 15/15] ARM: dts: dove: add DT LCD controllers

2014-07-05 Thread Russell King
Add the DT fragment for the Marvell Dove LCD controllers. Signed-off-by: Russell King --- arch/arm/boot/dts/dove.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 3b891dd20993..a5441d5482a6 100644 --- a/arch/a

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #66 from perry3d at gmail.com --- @kilobug: did you try the sysrg keys (http://en.wikipedia.org/wiki/Magic_SysRq_key). With Alt+Pause+k i can kill X and start working again. -- You are receiving this mail because: You are watching the

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #67 from perry3d at gmail.com --- Oh i forgot: you have to enable them with "echo 1 > /proc/sys/kernel/sysrq". -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH RFC] drm: add of_graph endpoint helper to find possible CRTCs

2014-07-05 Thread Rob Clark
On Thu, Jul 3, 2014 at 6:41 PM, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 06:17:24PM -0400, Rob Clark wrote: >> On Thu, Jul 3, 2014 at 12:49 PM, Russell King >> wrote: >> > Add a helper to allow encoders to find their possible CRTCs from the >> > OF graph without having to re-impl

[PATCH RFC 06/15] drm/armada: move variant initialisation to CRTC init

2014-07-05 Thread Russell King - ARM Linux
On Sat, Jul 05, 2014 at 01:58:37PM +0200, Sebastian Hesselbarth wrote: > On 07/05/2014 12:38 PM, Russell King wrote: > > Move the variant initialisation entirely to the CRTC init function - > > the variant support is really about the CRTC properties than the whole > > system, and we want to treat e

[Bug 65963] screen goes blank, Linux hangs - Radeon 7870, Gallium, Glamor

2014-07-05 Thread bugzilla-dae...@freedesktop.org
e] -- 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/20140705/20f1ec56/attachment-0001.html>

[Bug 65963] screen goes blank, Linux hangs - Radeon 7870, Gallium, Glamor

2014-07-05 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140705/dcbee153/attachment.html>

[Bug 79011] GPU lockup, screen freeze with Radeon HD7770

2014-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79011 --- Comment #14 from Thue Kristensen --- I have the same problem, and turning the screen off and on doesn't work. The computer is completely frozen. (sysrq-boot does work) Rarely when changing resolution (like during boot), the screen says "signa

[PATCH RFC 06/15] drm/armada: move variant initialisation to CRTC init

2014-07-05 Thread Sebastian Hesselbarth
On 07/05/2014 12:38 PM, Russell King wrote: > Move the variant initialisation entirely to the CRTC init function - > the variant support is really about the CRTC properties than the whole > system, and we want to treat each CRTC individually when we support DT. > > Signed-off-by: Russell King > -

[PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-07-05 Thread Bjorn Helgaas
On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: > With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)") > Matthew Garrett introduced a efifb vga_default_device() so that EFI > systems that do not load shadow VBIOS or setup VGA get proper value for > boot_vga PCI sys

[git pull] drm fixes

2014-07-05 Thread Dave Airlie
Hi Linus, i915, tda998x and vmwgfx fixes, the main one is i915 fix for missing VGA connectors, along with some fixes for the tda998x from Russell fixing some modesetting problems. (still on holidays, but got a spare moment to find these). Dave. The following changes since commit e1a08b855f56

[git pull] drm fixes

2014-07-05 Thread Ed Tomlinson
Hi Dave, This is NOT fixing problems with a stalled boot due to VGA problems as reported in thread: [PATCH 5/5] drm/i915: Kick out vga console It can be fixed by reverting: a4de05268e674e8ed31df6348269e22d6c6a1803 or applying the patch from Chris Wilson which can be found as a reply to my report.