[Bug 52549] libdrm 2.4.37 compilation fails if ETIME not defined

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52549 na...@gentoo.org na...@gentoo.org changed: What|Removed |Added CC||na...@gentoo.org ---

[Bug 55688] New: 3650HD card stalls while playing urbanterror

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55688 Priority: medium Bug ID: 55688 Assignee: dri-devel@lists.freedesktop.org Summary: 3650HD card stalls while playing urbanterror Severity: normal Classification: Unclassified

[Bug 55692] New: [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 Priority: medium Bug ID: 55692 Assignee: dri-devel@lists.freedesktop.org Summary: [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #2 from Serkan Hosca ser...@hosca.com --- Created attachment 68154 -- https://bugs.freedesktop.org/attachment.cgi?id=68154action=edit dmesg.3.7.0-rc0 with irqpoll -- You are receiving this mail because: You are the assignee for

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #3 from Serkan Hosca ser...@hosca.com --- Created attachment 68155 -- https://bugs.freedesktop.org/attachment.cgi?id=68155action=edit oops pic -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #4 from Serkan Hosca ser...@hosca.com --- Created attachment 68156 -- https://bugs.freedesktop.org/attachment.cgi?id=68156action=edit Xorg.0.log with 3.7-rc0 -- You are receiving this mail because: You are the assignee for the

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #5 from Serkan Hosca ser...@hosca.com --- Created attachment 68157 -- https://bugs.freedesktop.org/attachment.cgi?id=68157action=edit Xorg.0.log with 3.6 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #6 from Serkan Hosca ser...@hosca.com --- Created attachment 68159 -- https://bugs.freedesktop.org/attachment.cgi?id=68159action=edit dmesg with 3.6 -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCHv9 19/25] v4l: vb2: add buffer exporting via dmabuf

2012-10-06 Thread Hans Verkuil
On Tue October 2 2012 16:27:30 Tomasz Stanislawski wrote: This patch adds extension to videobuf2-core. It allow to export a mmap buffer as a file descriptor. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Laurent

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #7 from Alex Deucher ag...@yahoo.com --- Can you bisect to locate the problematic commit? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #8 from Serkan Hosca ser...@hosca.com --- Here it is: 2a6f1abbb48f1d90f20b8198c4894c0469468405 is the first bad commit commit 2a6f1abbb48f1d90f20b8198c4894c0469468405 Author: Christian König deathsim...@vodafone.de Date: Sat Aug 11

[PATCH] drm: nouveau: Fix build warning seen is HWMON is undefined

2012-10-06 Thread Guenter Roeck
Fix: nouveau_pm.c: In function ‘nouveau_hwmon_init’: nouveau_pm.c:703:24: warning: unused variable ‘therm’ [-Wunused-variable] Signed-off-by: Guenter Roeck li...@roeck-us.net --- This was seen in the latest upstream kernel. drivers/gpu/drm/nouveau/nouveau_pm.c |4 ++-- 1 file changed, 2

question about drivers/gpu/drm/i915/dvo_ch7xxx.c

2012-10-06 Thread Julia Lawall
Hello, I am looking at introducing some macros for i2c_msg initialization, and Ryan Mallon suggested that sometimes it could be useful to at the same time replace explicit lengths with the size of the associated buffer. But in some cases the sizes are not the same. An example is as follows,

[RFC 4/4] drm: add support for raw monotonic vblank timestamps

2012-10-06 Thread Imre Deak
On Fri, 2012-10-05 at 16:18 -0600, Rob Clark wrote: > On Fri, Oct 5, 2012 at 7:37 AM, Imre Deak wrote: > > diff --git a/drivers/gpu/drm/i915/intel_display.c > > b/drivers/gpu/drm/i915/intel_display.c > > index ab1ef15..056e810 100644 > > --- a/drivers/gpu/drm/i915/intel_display.c > > +++

[RFC 4/4] drm: add support for raw monotonic vblank timestamps

2012-10-06 Thread Imre Deak
On Fri, 2012-10-05 at 18:09 -0600, Rob Clark wrote: > On Fri, Oct 5, 2012 at 5:41 PM, Imre Deak wrote: > > On Fri, 2012-10-05 at 16:18 -0600, Rob Clark wrote: > >> On Fri, Oct 5, 2012 at 7:37 AM, Imre Deak wrote: > >> > diff --git a/drivers/gpu/drm/i915/intel_display.c > >> >

[RFC 1/4] time: export getnstime_raw_and_real for DRM

2012-10-06 Thread Mario Kleiner
> Subject: Re: [RFC 4/4] drm: add support for raw monotonic vblank > timestamps > Message-ID: <1349446447.17758.73.camel at thor.local> > Content-Type: text/plain; charset="ISO-8859-1" > > On Fre, 2012-10-05 at 16:59 +0300, Imre Deak wrote: >> On Fri, 2012-10-05 at 15:55 +0200, Michel

[RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak)

2012-10-06 Thread Mario Kleiner
On 05.10.12 15:37, intel-gfx-request at lists.freedesktop.org wrote: > > Today's Topics: > > 1. [RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak) > 2. [RFC 1/4] time: export getnstime_raw_and_real for DRM (Imre Deak) > 3. [RFC 2/4] drm: make memset/calloc for _vblank_time

[Bug 52549] libdrm 2.4.37 compilation fails if ETIME not defined

2012-10-06 Thread bugzilla-dae...@freedesktop.org
same problem. http://wiki.freebsd.org/Intel_GPU -- 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/20121006/a9abe832/attachment.html>

[Bug 55688] New: 3650HD card stalls while playing urbanterror

2012-10-06 Thread bugzilla-dae...@freedesktop.org
-devel/attachments/20121006/7406e00f/attachment.html>

[Bug 55692] New: [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=55692 Priority: medium Bug ID: 55692 Assignee: dri-devel at lists.freedesktop.org Summary: [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/9262e3da/attachment.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/1b6db3e8/attachment-0001.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/5b3d82e7/attachment.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/888493ae/attachment.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/d652f72c/attachment.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/55b13b0e/attachment.html>

[PATCHv9 19/25] v4l: vb2: add buffer exporting via dmabuf

2012-10-06 Thread Hans Verkuil
On Tue October 2 2012 16:27:30 Tomasz Stanislawski wrote: > This patch adds extension to videobuf2-core. It allow to export a mmap buffer > as a file descriptor. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > Acked-by: Laurent Pinchart > --- >

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121006/10173c84/attachment.html>

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-06 Thread bugzilla-dae...@freedesktop.org
Mdrivers -- 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/20121006/6fa874d2/attachment.html>

question about drivers/gpu/drm/i915/dvo_ch7xxx.c

2012-10-06 Thread Julia Lawall
Hello, I am looking at introducing some macros for i2c_msg initialization, and Ryan Mallon suggested that sometimes it could be useful to at the same time replace explicit lengths with the size of the associated buffer. But in some cases the sizes are not the same. An example is as follows,