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
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 +
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
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
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(+)
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
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
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/
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
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
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
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
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
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
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.
__
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
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
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(+)
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
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 +
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
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/
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
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
24 matches
Mail list logo