quirk for Samsung 2443BW

2012-07-14 Thread Baurzhan Ismagulov
crubbed... Name: 0001-drm-Make-edid_quirk_list-const.patch Type: text/x-diff Size: 1294 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120714/6bcbad80/attachment.patch> -- next part -- A non-text attachment was scrubbed.

[PATCH 2/2] libdrm: add prime fd->handle and handle->fd interfaces

2012-07-14 Thread Dave Airlie
These are just basic ioctl wrappers around the prime ioctls, along with the capability reporting. Signed-off-by: Dave Airlie --- include/drm/drm.h | 10 +++--- xf86drm.c | 31 +++ xf86drm.h |3 +++ 3 files changed, 41 insertions(+), 3 delet

[PATCH 1/2] libdrm: add missing caps from kernel to drm.h

2012-07-14 Thread Dave Airlie
This just moves over some missing caps from the kernel. Signed-off-by: Dave Airlie --- include/drm/drm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm.h b/include/drm/drm.h index 5e6cd29..42133bc 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -776,6 +776,8 @

[PATCH] intel: add prime interface for getting/setting a prime bo.

2012-07-14 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4 intel/intel_bufmgr_gem.c | 46 ++ 2 files changed, 50 insertions(

[Bug 51652] [6550D SUMO] problems with secondar monitor on VGA, causing GPU lockups

2012-07-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=51652 --- Comment #1 from okias 2012-07-14 09:36:38 PDT --- 1a) I tested switched (so Asus on DVI and LG on VGA - switched) and it booted 1b) secondary I tested only Asus on DVI and it had same problem... only in this line numbers (13 => 12 etc.) is l

dma-buf/fbdev: one-to-many support

2012-07-14 Thread David Herrmann
Hi I am currently working on fblog [1] (a replacement for fbcon without VT dependencies) but this questions does also apply to other fbdev users. Is there a way to share framebuffers between fbdev devices? I was thinking especially of USB devices like DisplayLink. If they share the same screen dim

[PATCH] nouveau: Add irq waiting as alternative to busywait

2012-07-14 Thread Maarten Lankhorst
Hey, Op 14-07-12 00:56, Maarten Maathuis schreef: > On Fri, Jul 13, 2012 at 11:35 PM, Maarten Lankhorst > wrote: >> A way to trigger an irq will be needed for optimus support since >> cpu-waiting isn't always viable there. This could also be nice for >> power saving on since cpu would no longer h

quirk for Samsung 2443BW

2012-07-14 Thread Baurzhan Ismagulov
Hello David, Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest linux-2.6. An attempt to clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git (as listed

general protection fault on ttm_init()

2012-07-14 Thread Dave Airlie
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120714/75e20e3a/attachment.obj>

general protection fault on ttm_init()

2012-07-14 Thread Fengguang Wu
Hi Dave, On Sat, Jul 14, 2012 at 01:33:45PM +1000, Dave Airlie wrote: > Can you try this patch on top of the previous one? > > I think it should fix it. You are right, it works! Thank you very much! :-) Thanks, Fengguang

[Bug 12097] NULL pointer dereference in viaXMesaWindowMoved

2012-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12097 Olivier Blin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 52081] New: X hangs on AMD A10-4600M (Radeon HD 7660G) running 3.4 kernel

2012-07-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52081 Bug #: 52081 Summary: X hangs on AMD A10-4600M (Radeon HD 7660G) running 3.4 kernel Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64

[PATCH 1/2] libdrm: add missing caps from kernel to drm.h

2012-07-14 Thread Alex Deucher
On Sat, Jul 14, 2012 at 5:52 AM, Dave Airlie wrote: > This just moves over some missing caps from the kernel. > > Signed-off-by: Dave Airlie For both patches: Reviewed-by: Alex Deucher > --- > include/drm/drm.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/drm/drm.h b/

dma-buf/fbdev: one-to-many support

2012-07-14 Thread David Herrmann
Hi I am currently working on fblog [1] (a replacement for fbcon without VT dependencies) but this questions does also apply to other fbdev users. Is there a way to share framebuffers between fbdev devices? I was thinking especially of USB devices like DisplayLink. If they share the same screen dim

Re: [PATCH] nouveau: Add irq waiting as alternative to busywait

2012-07-14 Thread Maarten Lankhorst
Hey, Op 14-07-12 00:56, Maarten Maathuis schreef: > On Fri, Jul 13, 2012 at 11:35 PM, Maarten Lankhorst > wrote: >> A way to trigger an irq will be needed for optimus support since >> cpu-waiting isn't always viable there. This could also be nice for >> power saving on since cpu would no longer h

Re: [PATCH 1/2] libdrm: add missing caps from kernel to drm.h

2012-07-14 Thread Alex Deucher
On Sat, Jul 14, 2012 at 5:52 AM, Dave Airlie wrote: > This just moves over some missing caps from the kernel. > > Signed-off-by: Dave Airlie For both patches: Reviewed-by: Alex Deucher > --- > include/drm/drm.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/drm/drm.h b/

[Bug 52081] New: X hangs on AMD A10-4600M (Radeon HD 7660G) running 3.4 kernel

2012-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52081 Bug #: 52081 Summary: X hangs on AMD A10-4600M (Radeon HD 7660G) running 3.4 kernel Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64

[PATCH 2/2] libdrm: add prime fd->handle and handle->fd interfaces

2012-07-14 Thread Dave Airlie
These are just basic ioctl wrappers around the prime ioctls, along with the capability reporting. Signed-off-by: Dave Airlie --- include/drm/drm.h | 10 +++--- xf86drm.c | 31 +++ xf86drm.h |3 +++ 3 files changed, 41 insertions(+), 3 delet

[PATCH 1/2] libdrm: add missing caps from kernel to drm.h

2012-07-14 Thread Dave Airlie
This just moves over some missing caps from the kernel. Signed-off-by: Dave Airlie --- include/drm/drm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm.h b/include/drm/drm.h index 5e6cd29..42133bc 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -776,6 +776,8 @

[Bug 51652] [6550D SUMO] problems with secondar monitor on VGA, causing GPU lockups

2012-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51652 --- Comment #1 from okias 2012-07-14 09:36:38 PDT --- 1a) I tested switched (so Asus on DVI and LG on VGA - switched) and it booted 1b) secondary I tested only Asus on DVI and it had same problem... only in this line numbers (13 => 12 etc.) is l

[PATCH] nouveau: Add irq waiting as alternative to busywait

2012-07-14 Thread Maarten Maathuis
On Fri, Jul 13, 2012 at 11:35 PM, Maarten Lankhorst wrote: > A way to trigger an irq will be needed for optimus support since > cpu-waiting isn't always viable there. This could also be nice for > power saving on since cpu would no longer have to spin, and > performance might improve slightly on c