Re: [PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

2013-03-10 Thread Terje Bergström
On 08.03.2013 22:43, Thierry Reding wrote: > A bo is just a buffer object, so I don't see why the name shouldn't > be used. The name is in no way specific to DRM or GEM. But the point > that I was trying to make was that there is nothing to suggest that > we couldn't use drm_gem_object as the under

[PATCH] drm/i915: use simple attribute in debugfs routines

2013-03-10 Thread Kees Cook
This replaces the manual read/write routines in debugfs with the common simple attribute helpers. Doing this gets rid of repeated copy/pasting of copy_from_user and value formatting code. Signed-off-by: Kees Cook Cc: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 394 +

[PATCH] make 'vmw_fence_obj_add_action' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: symbol 'vmw_fences_perform_actions' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] make 'vmw_fences_perform_actions' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: symbol 'vmw_fences_perform_actions' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] gpu: make 'vmw_event_fence_action_create' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:996:5: warning: symbol 'vmw_event_fence_action_create' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+)

[PATCH] gpu: don't cast kzalloc() return value

2013-03-10 Thread Mihnea Dobrescu-Balaur
Signed-off-by: Mihnea Dobrescu-Balaur --- drivers/gpu/drm/i915/intel_sdvo.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index df08e81..5300526 100644 --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/dri

Re: [Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
oh, it has been mentioned by Russell King. please reference: https://lkml.org/lkml/2013/3/4/114 this mail can be obsoleted. gchen. 于 2013年03月10日 12:56, Chen Gang 写道: > Hello David Airlie: > > link fail: > drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition > of

[PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/tilcdc/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/Makefile b/

linux 3.9-rc1: nouveau crash on PPC

2013-03-10 Thread Aaro Koskinen
Hi, There's nouveau crash during boot with 3.9-rc1 on iMac G5 (nVidia GeForce FX 5200 Ultra). This happens also with current mainline kernel HEAD (0aefda3e8188ad71168bd32152d41b3d72f04087). git bisect tells the first bad commit is 1d7c71a3e2f77336df536855b0efd2dc5bdeb41b (drm/nouveau/disp: port v

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
Hello David Airlie: link fail: drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition of `__mod_of_device_table' drivers/gpu/drm/tilcdc/tilcdc_tfp410.o:(.data+0x54):first defined here drivers/gpu/drm/tilcdc/tilcdc_panel.o:(.data+0x54): multiple definition of `__mod

[PATCH] drivers/gpu/drm/omapdrm: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/omapdrm/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/Makefile

Re: [Linaro-mm-sig] [PATCH v2 1/3] arch: make __mutex_fastpath_lock_retval return whether fastpath succeeded or not.

2013-03-10 Thread Francesco Lavra
On 02/28/2013 11:24 AM, Maarten Lankhorst wrote: > This will allow me to call functions that have multiple arguments if fastpath > fails. > This is required to support ticket mutexes, because they need to be able to > pass an > extra argument to the fail function. > > Originally I duplicated the

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

2013-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #52 from Alexandre Demers --- Also, nice to know: a suspend/resume cycle under Gnome-Shell or KDE will end up hung. However, a suspend/resume cycle under XFCE will work correctly. In other words, the problem seems not to be with the

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

2013-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #51 from Alexandre Demers --- (In reply to comment #50) > (In reply to comment #49) > > What if the problem is not from this code, but underneath? I'll try to > > suspend and resume without having Xorg running. Would that help in any

[Bug 60802] Corruption with DMA ring on cayman

2013-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60802 --- Comment #43 from Alexandre Demers --- Still getting this rendering problem with kernel 3.9.0-rc2 and today's mesa code. -- You are receiving this mail because: You are the assignee for the bug. __

[PATCH] make 'vmw_fence_obj_add_action' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: symbol 'vmw_fences_perform_actions' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] make 'vmw_fences_perform_actions' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: symbol 'vmw_fences_perform_actions' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] gpu: make 'vmw_event_fence_action_create' static

2013-03-10 Thread Ghennadi Procopciuc
This fixes the following checkpatch warning : drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:996:5: warning: symbol 'vmw_event_fence_action_create' was not declared. Should it be static? Signed-off-by: Ghennadi Procopciuc --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+)

[PATCH] gpu: don't cast kzalloc() return value

2013-03-10 Thread Mihnea Dobrescu-Balaur
Signed-off-by: Mihnea Dobrescu-Balaur --- drivers/gpu/drm/i915/intel_sdvo.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index df08e81..5300526 100644 --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/dri

[PATCH] drm/i915: use simple attribute in debugfs routines

2013-03-10 Thread Kees Cook
This replaces the manual read/write routines in debugfs with the common simple attribute helpers. Doing this gets rid of repeated copy/pasting of copy_from_user and value formatting code. Signed-off-by: Kees Cook Cc: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 394 +

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
oh, it has been mentioned by Russell King. please reference: https://lkml.org/lkml/2013/3/4/114 this mail can be obsoleted. gchen. ? 2013?03?10? 12:56, Chen Gang ??: > Hello David Airlie: > > link fail: > drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition > of

[PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/tilcdc/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/Makefile b/

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
Hello David Airlie: link fail: drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition of `__mod_of_device_table' drivers/gpu/drm/tilcdc/tilcdc_tfp410.o:(.data+0x54)?first defined here drivers/gpu/drm/tilcdc/tilcdc_panel.o:(.data+0x54): multiple definition of `__mod

[PATCH] drivers/gpu/drm/omapdrm: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/omapdrm/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/Makefile