Re: [RFC 4/4] drm: Add NVIDIA Tegra support

2012-04-17 Thread Stephen Warren
On 04/15/2012 02:39 AM, Thierry Reding wrote: * Stephen Warren wrote: On 04/13/2012 03:14 AM, Thierry Reding wrote: display-controllers = disp1 disp2; outputs = lvds hdmi tvo dsi; I don't think you need both the child nodes and those two properties. In other words,

Re: [RFC 4/4] drm: Add NVIDIA Tegra support

2012-04-17 Thread Stephen Warren
On 04/16/2012 12:48 PM, Thierry Reding wrote: * Stephen Warren wrote: ... Has there been any discussion as to how EDID data would best be represented in DT? Should it just be a binary blob or rather some textual representation? I think a binary blob makes sense - that's the exact same

Re: [RFC 4/4] drm: Add NVIDIA Tegra support

2012-04-17 Thread Stephen Warren
On 04/16/2012 01:03 PM, Thierry Reding wrote: ... I've been looking about for tools to generate EDID data but didn't find anything useful. Does anyone know of any tool that's more convenient than manually filling a struct edid and writing that to a file? Sorry, no.

Re: [RFC 01/13] v4l: add buffer exporting via dmabuf

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:35 Tomasz Stanislawski wrote: This patch adds extension to V4L2 api. It allow to export a mmap buffer as file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset used by mmap and return a file descriptor on

Re: [RFC 03/13] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent call

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:37 Tomasz Stanislawski wrote: From: Marek Szyprowski m.szyprow...@samsung.com Let mmap method to use dma_mmap_coherent call. This patch depends on DMA mapping redesign patches because the usage of dma_mmap_coherent breaks

Re: [RFC 05/13] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:39 Tomasz Stanislawski wrote: This patch adds support for exporting a dma-contig buffer using DMABUF interface. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #10 from Tvrtko Ursulin tvrtko.ursu...@onelan.co.uk 2012-04-17 08:23:56 PDT --- (In reply to comment #9) (In reply to comment #8) Brief look doesn't show me any locks there, I'll dig in. The locking (or lack there of) would

Re: [Intel-gfx] [PATCH 09/12] drm/edid: Update range descriptor struct for EDID 1.4

2012-04-17 Thread Takashi Iwai
At Fri, 13 Apr 2012 16:33:37 -0400, Adam Jackson wrote: Signed-off-by: Adam Jackson a...@redhat.com --- include/drm/drm_edid.h | 26 -- 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index

Re: linux-next: Tree for Apr 17 (pci-sysfs.c and vga_switcheroo.c)

2012-04-17 Thread Randy Dunlap
On 04/16/2012 09:42 PM, Stephen Rothwell wrote: Hi all, Changes since 20120416: When CONFIG_VGA_ARB is not enabled: drivers/built-in.o: In function `boot_vga_show': pci-sysfs.c:(.text+0x1060f): undefined reference to `vga_default_device' and drivers/built-in.o: In function

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #11 from Alex Deucher ag...@yahoo.com 2012-04-17 08:45:04 PDT --- Created attachment 60177 -- https://bugs.freedesktop.org/attachment.cgi?id=60177 possible fix (In reply to comment #10) So my question is why this saved_state

Re: [Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Takashi Iwai
At Tue, 17 Apr 2012 17:33:17 +0200, Takashi Iwai wrote: At Fri, 13 Apr 2012 16:33:28 -0400, Adam Jackson wrote: Incorporates some feedback from Rodrigo and Takashi. Major themes of the series: - Fix the DMT list to include reduced-blanking modes - Add modes from DMT for any

Re: [Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Rodrigo Vivi
Thanks for the patches ajax Feel free to use Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com On Tue, Apr 17, 2012 at 12:50 PM, Takashi Iwai ti...@suse.de wrote: At Tue, 17 Apr 2012 17:33:17 +0200, Takashi Iwai wrote: At Fri, 13 Apr 2012 16:33:28 -0400, Adam Jackson wrote: Incorporates

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #12 from Tvrtko Ursulin tvrtko.ursu...@onelan.co.uk 2012-04-17 09:09:15 PDT --- Created attachment 60178 -- https://bugs.freedesktop.org/attachment.cgi?id=60178 Log showing non-working and working events Better in terms of what

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #13 from Jerome Glisse gli...@freedesktop.org 2012-04-17 09:37:38 PDT --- Run through ssh udevadm monitor when pluging/unpluging screen you should see event there. If you don't it's kernel issue, if you do it might be your ddx was

Re: [PATCH 08/11] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-17 Thread Laurent Pinchart
Hi Marek, On Tuesday 17 April 2012 13:25:56 Marek Szyprowski wrote: On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote: (snipped) +static struct vm_area_struct *vb2_dc_get_user_vma( + unsigned long start, unsigned long size) +{ + struct vm_area_struct *vma;

Re: [Intel-gfx] [PATCH 09/12] drm/edid: Update range descriptor struct for EDID 1.4

2012-04-17 Thread Adam Jackson
On Tue, 2012-04-17 at 17:25 +0200, Takashi Iwai wrote: At Fri, 13 Apr 2012 16:33:37 -0400, Adam Jackson wrote: + u8 flags; + union { + struct { + u8 reserved; + u8 hfreq_start_khz; /* need to multiply by 2 */ + u8 c;

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/radeon/r600.c |2 +- 1

Re: [PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Jerome Glisse
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. Reported-by: russiane39 on #radeon Signed-off-by: Dave

[PATCH] radeon: fix r600/agp when vram is after AGP (v2)

2012-04-17 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie airl...@redhat.com ---

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread j . glisse
From: Jerome Glisse jgli...@redhat.com If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. v3: also fix r7xx newer ASIC Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie

Re: [PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread Alex Deucher
On Tue, Apr 17, 2012 at 4:51 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. v3: also fix r7xx newer ASIC

[Bug 17902] [830M] need support for DVO-LVDS via na2501

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #66 from Gilles Dartiguelongue gilles.dartiguelon...@esiee.org 2012-04-17 15:37:21 UTC --- Ok, I installed i2c-tools and here is what it sees: # i2cdetect -l i2c-0i2c i915 gmbus disabled I2C adapter

[Bug 17902] [830M] need support for DVO-LVDS via na2501

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #67 from Gilles Dartiguelongue gilles.dartiguelon...@esiee.org 2012-04-17 15:45:56 PDT --- Ok, forget that, I rebooted without kms disabled and now I get 28 i2c/smbus devices (most likely duplicates). Now scanning: i2c-9i2c

Re: Regression: black screen on VGA w/ nouveau in Linux 3.3

2012-04-17 Thread Nick Bowler
On 2012-04-03 21:27 -0400, Nick Bowler wrote: CCing Tom Bylander as he sent me a mail off-list saying he experiences a similar issue on an FX 5200. Tom, maybe you'll have better luck bisecting this than I did? On 2012-03-19 10:35 -0400, Nick Bowler wrote: Just upgraded to Linux 3.3 on my

[RFC PATCH] drm: Add plane event

2012-04-17 Thread Joonyoung Shim
DRM_MODE_PLANE_EVENT is similar to DRM_MODE_PAGE_FLIP_EVENT but it is for a plane. The setplane ioctl (DRM_IOCTL_MODE_SETPLANE) needs to provide the event such as DRM_MODE_PAGE_FLIP_EVENT. The setplane ioctl can change the framebuffer of plane but user can't know completion of changing the

[PATCH] drm: fix page_flip error handling

2012-04-17 Thread Joonyoung Shim
Free event and restore event_space only when page_flip-flags has DRM_MODE_PAGE_FLIP_EVENT if page_flip() is failed. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/drm_crtc.c | 10 ++ 1 files changed, 6

Re: Bug reports on the psb-gfx driver

2012-04-17 Thread Kristoffer Eriksson
Håvar Nøvik skrev 2012-04-17 12:53: Hi, Greetings, I'm experiencing a bug with the driver after a kernel upgrade (3.2 - 3.3). Every once in a while the screen is blacking out for a second or two. Anyways, I was wondering where I could look at bug reports or report a new one if I can't

[PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:44 Tomasz Stanislawski wrote: > This patch adds description and usage examples for importing > DMABUF file descriptor in V4L2. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park [snip] > diff --git

[Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29412 --- Comment #17 from Alex Deucher 2012-04-16 23:34:23 --- This bug can be closed. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee

[Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29412 Jonathan Nieder changed: What|Removed |Added AssignedTo|drivers_video-dri at kernel-bu |jrnieder at gmail.com

[Bug 43114] New: Can't set high engine clock for RadeonHD 6620G

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43114 Summary: Can't set high engine clock for RadeonHD 6620G Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity:

[Bug 43114] Can't set high engine clock for RadeonHD 6620G

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43114 --- Comment #1 from RunetMember 2012-04-17 00:03:21 --- Created an attachment (id=72934) --> (https://bugzilla.kernel.org/attachment.cgi?id=72934) dmesg -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 43114] Can't set high engine clock for RadeonHD 6620G

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43114 --- Comment #2 from RunetMember 2012-04-17 00:03:38 --- Created an attachment (id=72935) --> (https://bugzilla.kernel.org/attachment.cgi?id=72935) cpuinfo -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 43114] Can't set high engine clock for RadeonHD 6620G

2012-04-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43114 --- Comment #3 from RunetMember 2012-04-17 00:03:57 --- Created an attachment (id=72936) --> (https://bugzilla.kernel.org/attachment.cgi?id=72936) lspci -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[PATCH 08/11] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, On Wednesday 11 April 2012 12:06:59 Tomasz Stanislawski wrote: > On 04/06/2012 05:02 PM, Laurent Pinchart wrote: > > On Thursday 05 April 2012 16:00:05 Tomasz Stanislawski wrote: [snip] > > Also, Documentation/CodingStyle favors one variable declaration per line, > > without commas

[PATCH v4 08/14] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:50 Tomasz Stanislawski wrote: > From: Andrzej Pietrasiewicz > > This patch introduces usage of dma_map_sg to map memory behind > a userspace pointer to a device as dma-contiguous mapping. > > Signed-off-by: Andrzej Pietrasiewicz

[PATCH v4 11/14] v4l: vb2-dma-contig: add support for dma_buf importing

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:53 Tomasz Stanislawski wrote: > From: Sumit Semwal > > This patch makes changes for adding dma-contig as a dma_buf user. It > provides function implementations for the {attach, detach, map, > unmap}_dmabuf() mem_ops of DMABUF

[PATCH v4 09/14] v4l: vb2: add prepare/finish callbacks to allocators

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:51 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > This patch adds support for prepare/finish callbacks in VB2 allocators. > These callback are used for buffer flushing. > > Signed-off-by: Marek Szyprowski Acked-by:

[PATCH v4 06/14] v4l: vb2-dma-contig: Remove unneeded allocation context structure

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:48 Tomasz Stanislawski wrote: > vb2-dma-contig returns a vb2_dc_conf structure instance as the vb2 > allocation context. That structure only stores a pointer to the physical > device. Remove it and use the device pointer directly as

[PATCH v4 04/14] v4l: vb: remove warnings about MEMORY_DMABUF

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:46 Tomasz Stanislawski wrote: > From: Sumit Semwal > > Adding DMABUF memory type causes videobuf to complain about not using it > in some switch cases. This patch removes these warnings. > > Signed-off-by: Sumit Semwal Acked-by:

[PATCH v4 01/14] v4l: Add DMABUF as a memory type

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:43 Tomasz Stanislawski wrote: > From: Sumit Semwal > > Adds DMABUF memory type to v4l framework. Also adds the related file > descriptor in v4l2_plane and v4l2_buffer. > > Signed-off-by: Tomasz Stanislawski >[original work in

[PATCH v4 03/14] v4l: vb2: add support for shared buffer (dma_buf)

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:45 Tomasz Stanislawski wrote: > From: Sumit Semwal > > This patch adds support for DMABUF memory type in videobuf2. It calls > relevant APIs of dma_buf for v4l reqbuf / qbuf / dqbuf operations. > > For this version, the support is

[PATCH v4 12/14] v4l: vb2-dma-contig: change map/unmap behaviour for importers

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:54 Tomasz Stanislawski wrote: > The DMABUF documentation says that the map_dma_buf callback should return > scatterlist that is mapped into a caller's address space. In practice, > almost none of existing implementations of DMABUF

[Bug 48747] regression [bisected]: display corruption in google earth/glxgears using git r600g on RS780M

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48747 --- Comment #5 from Jos van Wolput 2012-04-16 19:41:32 PDT --- (In reply to comment #4) > Does it works with ati driver from git ? gallium st/xorg is not really > supported Yes, it works without problems with xf86-video-ati driver from git.

[Bug 48747] regression [bisected]: display corruption in google earth/glxgears using git r600g on RS780M

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48747 --- Comment #6 from Jos van Wolput 2012-04-16 21:36:20 PDT --- (In reply to comment #3) > Does this kernel patch help? I am sorry I can't patch my kernel since I use a precompiled one. -- Configure bugmail:

[Bug 48747] regression [bisected]: display corruption in google earth/glxgears using git r600g on RS780M

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48747 --- Comment #7 from Michel D?nzer 2012-04-17 00:16:39 PDT --- (In reply to comment #6) > I am sorry I can't patch my kernel since I use a precompiled one. It's not hard to build your own Debian kernel with a patch. It'll be a skill very useful

[Intel-gfx] [PATCH] drm/i915: enable semaphores on gen6 if dmar is not active

2012-04-17 Thread Daniel Vetter
On Tue, Apr 03, 2012 at 12:32:05AM +0200, Daniel Vetter wrote: > On Mon, Apr 02, 2012 at 02:44:14PM -0700, Andrew Lutomirski wrote: > > On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote: > > > On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote: > > >> On Mon, Apr 2, 2012 at 11:48

[Bug 48772] Signal unstable over Display Port on 2560x1440 monitor

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48772 --- Comment #7 from Tvrtko Ursulin 2012-04-17 03:20:39 PDT --- (In reply to comment #3) > Does the proprietary driver work ok with that monitor? It doesn't. In fact it is even worse than the open source driver which works OK in 1920x1200,

[Bug 48747] regression [bisected]: display corruption in google earth/glxgears using git r600g on RS780M

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48747 --- Comment #8 from Jos van Wolput 2012-04-17 04:42:21 PDT --- (In reply to comment #7) > Even with Option "ColorTiling2D"? I am not quite sure if ColorTiling2D is really enabled since I am running kernel 3.3, I understand you need kernel 3.4

[PATCH] drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series

2012-04-17 Thread Dave Airlie
From: Dave Airlie This is the initial driver for the Aspeed Technologies chips found in servers. This driver supports the AST 2000, 2100, 2200, 2150 and 2300. It doesn't support the AST11xx due to lack of hw to test it on, and them requiring different codepaths. This driver

[RFC 01/13] v4l: add buffer exporting via dmabuf

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:35 Tomasz Stanislawski wrote: > This patch adds extension to V4L2 api. It allow to export a mmap buffer as > file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset > used by mmap and return a file descriptor on

[RFC 03/13] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent call

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:37 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Let mmap method to use dma_mmap_coherent call. This patch depends on DMA > mapping redesign patches because the usage of dma_mmap_coherent breaks > dma-contig allocator

[RFC 02/13] v4l: vb2: add buffer exporting via dmabuf

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:36 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 > --- >

[RFC 04/13] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:38 Tomasz Stanislawski wrote: > This patch adds the setup of sglist list for MMAP buffers. > It is needed for buffer exporting via DMABUF mechanism. > > This patch depends on dma_get_pages extension to DMA api. > > Signed-off-by:

[Bug 48772] Signal unstable over Display Port on 2560x1440 monitor

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48772 --- Comment #8 from Alex Deucher 2012-04-17 06:18:13 PDT --- (In reply to comment #7) > Where does this finding leads us? According to the specifications >

[RFC 05/13] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-04-17 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:39 Tomasz Stanislawski wrote: > This patch adds support for exporting a dma-contig buffer using > DMABUF interface. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > --- >

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #10 from Tvrtko Ursulin 2012-04-17 08:23:56 PDT --- (In reply to comment #9) > (In reply to comment #8) > > > > Brief look doesn't show me any locks there, I'll dig in. > > The locking (or lack there of) would be on the kernel

[Intel-gfx] [PATCH 09/12] drm/edid: Update range descriptor struct for EDID 1.4

2012-04-17 Thread Takashi Iwai
At Fri, 13 Apr 2012 16:33:37 -0400, Adam Jackson wrote: > > Signed-off-by: Adam Jackson > --- > include/drm/drm_edid.h | 26 -- > 1 files changed, 20 insertions(+), 6 deletions(-) > > diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h > index

[Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Takashi Iwai
At Fri, 13 Apr 2012 16:56:26 -0400, Adam Jackson wrote: > > On 4/13/12 4:33 PM, Adam Jackson wrote: > > Incorporates some feedback from Rodrigo and Takashi. Major themes of the > > series: > > > > - Fix the DMT list to include reduced-blanking modes > > - Add modes from DMT for any range

[Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Takashi Iwai
At Fri, 13 Apr 2012 16:33:28 -0400, Adam Jackson wrote: > > Incorporates some feedback from Rodrigo and Takashi. Major themes of the > series: > > - Fix the DMT list to include reduced-blanking modes > - Add modes from DMT for any range descriptor type > - Add an extra modes list for things not

linux-next: Tree for Apr 17 (pci-sysfs.c and vga_switcheroo.c)

2012-04-17 Thread Randy Dunlap
On 04/16/2012 09:42 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120416: When CONFIG_VGA_ARB is not enabled: drivers/built-in.o: In function `boot_vga_show': pci-sysfs.c:(.text+0x1060f): undefined reference to `vga_default_device' and drivers/built-in.o: In function

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #11 from Alex Deucher 2012-04-17 08:45:04 PDT --- Created attachment 60177 --> https://bugs.freedesktop.org/attachment.cgi?id=60177 possible fix (In reply to comment #10) > > So my question is why this saved_state business in

[Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Takashi Iwai
At Tue, 17 Apr 2012 17:33:17 +0200, Takashi Iwai wrote: > > At Fri, 13 Apr 2012 16:33:28 -0400, > Adam Jackson wrote: > > > > Incorporates some feedback from Rodrigo and Takashi. Major themes of the > > series: > > > > - Fix the DMT list to include reduced-blanking modes > > - Add modes from

[Intel-gfx] [PATCH 00/12] Add more DMT and common modes

2012-04-17 Thread Rodrigo Vivi
Thanks for the patches ajax Feel free to use Reviewed-by: Rodrigo Vivi On Tue, Apr 17, 2012 at 12:50 PM, Takashi Iwai wrote: > At Tue, 17 Apr 2012 17:33:17 +0200, > Takashi Iwai wrote: >> >> At Fri, 13 Apr 2012 16:33:28 -0400, >> Adam Jackson wrote: >> > >> > Incorporates some feedback from

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #12 from Tvrtko Ursulin 2012-04-17 09:09:15 PDT --- Created attachment 60178 --> https://bugs.freedesktop.org/attachment.cgi?id=60178 Log showing non-working and working events Better in terms of what gets called but

[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46711 --- Comment #13 from Jerome Glisse 2012-04-17 09:37:38 PDT --- Run through ssh "udevadm monitor" when pluging/unpluging screen you should see event there. If you don't it's kernel issue, if you do it might be your ddx was not build with the

[PATCH 08/11] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-17 Thread Laurent Pinchart
Hi Marek, On Tuesday 17 April 2012 13:25:56 Marek Szyprowski wrote: > On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote: > > (snipped) > > > > >> +static struct vm_area_struct *vb2_dc_get_user_vma( > > > >> + unsigned long start, unsigned long size) > > > >> +{ > > > >> +

[Intel-gfx] [PATCH 09/12] drm/edid: Update range descriptor struct for EDID 1.4

2012-04-17 Thread Adam Jackson
ed. At > least, with gcc 4.6 and x86-64 here, they get unaligned. Eek. Good catch, thanks. - ajax -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120417/94680941/attachment.pgp>

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Jerome Glisse
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie wrote: > From: Dave Airlie > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > Reported-by: russiane39 on #radeon > > Signed-off-by: Dave Airlie Reviewed-by: Jerome

[PATCH] radeon: fix r600/agp when vram is after AGP (v2)

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread j.gli...@gmail.com
From: Jerome Glisse If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. v3: also fix r7xx & newer ASIC Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread Alex Deucher
On Tue, Apr 17, 2012 at 4:51 PM, wrote: > From: Jerome Glisse > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > v2: fix the vram_start setup. > v3: also fix r7xx & newer ASIC > > Reported-by: russiane39 on

[Bug 17902] [830M] need support for DVO-LVDS via na2501

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #66 from Gilles Dartiguelongue 2012-04-17 15:37:21 UTC --- Ok, I installed i2c-tools and here is what it sees: # i2cdetect -l i2c-0i2c i915 gmbus disabled I2C adapter i2c-1i2c i915 gmbus

[Bug 17902] [830M] need support for DVO-LVDS via na2501

2012-04-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #67 from Gilles Dartiguelongue 2012-04-17 15:45:56 PDT --- Ok, forget that, I rebooted without kms disabled and now I get 28 i2c/smbus devices (most likely duplicates). Now scanning: i2c-9i2c i915 gmbus dpb

Regression: black screen on VGA w/ nouveau in Linux 3.3

2012-04-17 Thread Nick Bowler
On 2012-04-03 21:27 -0400, Nick Bowler wrote: > CCing Tom Bylander as he sent me a mail off-list saying he experiences > a similar issue on an FX 5200. > > Tom, maybe you'll have better luck bisecting this than I did? > > On 2012-03-19 10:35 -0400, Nick Bowler wrote: > > Just upgraded to Linux

Bug reports on the psb-gfx driver

2012-04-17 Thread Kristoffer Eriksson
H?var N?vik skrev 2012-04-17 12:53: > Hi, > Greetings, > I'm experiencing a bug with the driver after a kernel upgrade (3.2 -> > 3.3). Every once in a while the screen is blacking out for a second or > two. > > Anyways, I was wondering where I could look at bug reports or report a > new one if

[PATCH 08/11] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-17 Thread Marek Szyprowski
Hi Laurent, On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote: (snipped) > > >> +static struct vm_area_struct *vb2_dc_get_user_vma( > > >> +unsigned long start, unsigned long size) > > >> +{ > > >> +struct vm_area_struct *vma; > > >> + > > >> +/*

Bug reports on the psb-gfx driver

2012-04-17 Thread Håvar Nøvik
om(TM) CPU Z520 @ 1.33GHz Attachment: dmesg ouput > > PS: Thanks for the great work on a GMA 500 driver! > >> >> Alan is the one to thank. :) > Thanks to Alan, then :D > >> Regards H?var N?vik >> > > -- next part -- An H

[PATCH] drm: fix warning for uninitialized variable

2012-04-17 Thread Laura Vasilescu
Signed-off-by: Laura Vasilescu --- drivers/gpu/drm/nouveau/nouveau_dp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c b/drivers/gpu/drm/nouveau/nouveau_dp.c index d996134..2ff17ef 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dp.c