[PATCH] drm/fbdev-helper: Explain how to debug console_lock fun

2016-01-24 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Friday 22 January 2016 08:53:45 Daniel Vetter wrote: > Every new KMS driver writer seems to run into this and wonder how > exactly drm_fb_helper_initial_config can die doing nothing at all. > Set up some big warnings signs around this newbie trap to avoid

[PATCH] gpu: host1x: bus: Add missing of_node_put

2016-01-24 Thread Amitoj Kaur Chawla
for_each_child_of_node performs an of_node_get on each iteration, so to break out of the loop an of_node_put is required. Found using Coccinelle. The semantic patch used for this is as follows: // @@ expression e; local idexpression n; @@ for_each_child_of_node(..., n) { ... when !=

[PATCH] drm/etnaviv: move runtime PM balance into retire worker

2016-01-24 Thread Russell King - ARM Linux
On Thu, Jan 21, 2016 at 02:54:03PM +0100, Lucas Stach wrote: > The retire worker is kicked for each fence, either the normal way > by signaling the fence from the event completion interrupt or by > the recover worker if the GPU got stuck. Moving the RPM put into > the retire worker allows us to

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-01-24 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93840 -- 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/20160124/e109a

[PATCH 5/5] drm: etnaviv: add further minor features and varyings count

2016-01-24 Thread Russell King
Export further minor feature bitmasks and the varyings count from the GPU specifications registers to userspace. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 62 ++-

[PATCH 4/5] drm: etnaviv: add helper for comparing model/revision IDs

2016-01-24 Thread Russell King
Add and use a helper for comparing the model and revision IDs. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCH 3/5] drm: etnaviv: add helper to extract bitfields

2016-01-24 Thread Russell King
Add a helper to extract etnaviv bitfields from register values. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 54 --- 1 file changed, 24 insertions(+), 30 deletions(-) diff

[PATCH 2/5] drm: etnaviv: use defined constants for the chip model

2016-01-24 Thread Russell King
Use the defined constants in common.xml.h for the chip model rather than coding these as hex numbers. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 31 +-- 1 file changed, 17

[PATCH 1/5] drm: etnaviv: update common and state_hi xml.h files

2016-01-24 Thread Russell King
Update the common and state_hi xml.h header files from the etnaviv repository. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/common.xml.h | 59 +- drivers/gpu/drm/etnaviv/state_hi.xml.h | 26

[PATCH 0/5] Etnaviv updates

2016-01-24 Thread Russell King - ARM Linux
Here's some updates to etnaviv, which augment the features and GPU specifications which we export to userspace. This will allow us to fix the (currently incorrect) number of varyings that GPUs such as GC880 and GC2000 supposedly have. While making this change, I'm also increasing the number of

[PATCH] drm: etnaviv: fix failure path if model is zero

2016-01-24 Thread Russell King
Fix the failure path to call pm_runtime_mark_last_busy() when failing due to the model field being zero. Acked-by: Christian Gmeiner Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-01-24 Thread bugzilla-dae...@freedesktop.org
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/20160124/e1db8d7b/attachment-0001.html>

[Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper)

2016-01-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60523 Mathias Anselmann changed: What|Removed |Added CC||mathias.anselmann at gmail.com ---

[PATCH v3 1/2] drm: rockchip/hdmi: add Innosilicon HDMI support

2016-01-24 Thread Caesar Wang
Hi 在 2016年01月18日 09:21, Mark yao 写道: > Hi Yakir > > I'd like you can change your patch title into "drm/rockchip/hdmi", so > when I search patches use "drm/rockchip" can find your patch. > > and I have some advices mail inline. > > Thanks:-) > > On 2016年01月15日 17:38, Yakir Yang

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-01-24 Thread bugzilla-dae...@freedesktop.org
/archives/dri-devel/attachments/20160124/8ece9cfe/attachment.html>

[Bug 93615] Tonga does not recover from standby

2016-01-24 Thread bugzilla-dae...@freedesktop.org
by accident (IOMMU?) or did you fix it in the recent kernel? -- 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/20160124/84a66

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-01-24 Thread bugzilla-dae...@freedesktop.org
works great on Intel gen7 and mesa master. -- 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/20160124/333f0784/attachment.html>

[PATCH] drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.

2016-01-24 Thread Christian König
Am 24.01.2016 um 07:18 schrieb Matthew Dawson: > When the radeon driver resets a gpu, it attempts to test whether all the > rings can successfully handle an IB. If these rings fail to respond, the > process will wait forever. Another gpu reset can't happen at this point, > as the current reset

[Bug 93649] [radeonsi] Graphics lockup while playing tf2

2016-01-24 Thread bugzilla-dae...@freedesktop.org
age it. -- 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/20160124/7a3e0b33/attachment.html>

[PATCH] drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.

2016-01-24 Thread Matthew Dawson
When the radeon driver resets a gpu, it attempts to test whether all the rings can successfully handle an IB. If these rings fail to respond, the process will wait forever. Another gpu reset can't happen at this point, as the current reset holds a lock required to do so. Instead, make all the