Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Inki Dae
2013/1/10 Laurent Pinchart : > Hi Vikas, > > Thank you for the patch. > > On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: >> On 3 January 2013 16:29, Tomasz Figa wrote: >> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: >> >> From: Vikas Sajjan >> >> >> >> Signed-off-by: V

Re: [PATCH v4] drm/exynos: let drm handle edid allocations

2013-01-09 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/1/4 Rahul Sharma : > There's no need to allocate edid twice and do a memcpy when drm helpers > exist to do just that. This patch cleans that interaction up, and > doesn't keep the edid hanging around in the connector. > > v4: > - removed error check for drm_mode_con

Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Vikas Sajjan
Hi Laurent, On 10 January 2013 05:05, Laurent Pinchart wrote: > Hi Vikas, > > Thank you for the patch. > > On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: >> On 3 January 2013 16:29, Tomasz Figa wrote: >> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: >> >> From: Vikas S

RE: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Mohammed, Afzal
Hi Steffen, On Thu, Jan 10, 2013 at 01:45:41, Steffen Trumtrar wrote: > I think the series was tested at least with > - imx6q: sabrelite, sabresd > - imx53: tqma53/mba53 > - omap: DA850 EVM, AM335x EVM, EVM-SK To clarify, This series was tested with DT boot (making use of the

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for the series as is? > I guess it could b

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > > Dear Steffen Trumtrar, > > > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > > adding the following piece of code (quick hack), this works just fine. > > Thanks! > > > >

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After adding the following piece of code (quick hack), this works just fine. Thanks! diff --git a/drive

Re: "Hangcheck timer elapsed... GPU hung" in 3.8.0-rc2

2013-01-09 Thread J. Bruce Fields
On Wed, Jan 09, 2013 at 12:27:22PM +0100, Daniel Vetter wrote: > On Tue, Jan 8, 2013 at 3:37 PM, J. Bruce Fields wrote: > >> please grab the i915_error_state file from debugfs > > > > As I said in the original mail, I've already done that: > > > > http://fieldses.org/~bfields/3.8-hang/ >

3.8-rc2: lockdep warning in nouveau driver

2013-01-09 Thread Arend van Spriel
Maybe this one is already known, but I did not find a post about it. So here it is. Regards, Arend == [9.422018] usb 1-1.2: new high-speed USB device number 4 using ehci-pci [9.436177] [TTM] Zone kernel: Available gr

[PATCH] [RFC]: video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Made necessary changes in s6e8ax0 panel driver as per the CDF-T. it also removes the dependency on backlight and lcd framework. Signed-off-by: Vikas Sajjan --- drivers/video/exynos/s6e8ax0.c | 602 ++-- 1 file changed, 328 insertions(+)

[PATCH] Make s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Have made necessary chanages in s6e8ax0 panel driver, made an effort to remove dependency on backlight and lcd framework, but its NOT fully done. s6e8ax0_get_brightness() and s6e8ax0_set_brightness() functionalities have NOT been modified. as backlight support in CDF are _NOT_

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for the series as is? > I guess it could b

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Laurent Pinchart
On Wednesday 09 January 2013 21:15:41 Steffen Trumtrar wrote: > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Thierry Reding
ble Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/f25191c3/attachment.pgp>

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. > So, any more criticism on the series? Any takers for the series as is? I guess it could be merged via the fbdev-tree if David

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > > Dear Steffen Trumtrar, > > > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > > adding the following piece of code (quick hack), this works just fine. > > Thanks! > > > >

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
Hi! On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > Dear Steffen Trumtrar, > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > adding > the following piece of code (quick hack), this works just fine. Thanks! > > diff --git a/drivers/staging/imx-drm/para

[PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After adding the following piece of code (quick hack), this works just fine. Thanks! diff --git a/drive

[PATCH] build: Add --disable-manpages configure option

2013-01-09 Thread Colin Walters
patch Size: 2070 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/656948d8/attachment.bin>

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #17 from Alexandre Demers --- (In reply to comment #16) > Does a 3.8 kernel it work ok if you revert mesa back to > cf5632094ba0c19d570ea47025cf6da75ef8457a? > > I think > r600g: rework flusing and synchronization pattern v7 > http:/

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Leela Krishna Amudala
Hi Steffen, On Thu, Jan 10, 2013 at 1:45 AM, Steffen Trumtrar wrote: > > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > > > So, any more criticism on the series? An

[Bug 59172] [r300g] flashing and corruption with MSAA 6x and 1920x1080

2013-01-09 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/0cda9d42/attachment.html>

[PATCH 1/2] radeon/kms: fix dma relocation checking

2013-01-09 Thread Alex Deucher
On Wed, Jan 9, 2013 at 4:40 PM, wrote: > From: Jerome Glisse > > We were checking the index against the size of the relocation buffer > instead of against the last index. This fix kernel segfault when > userspace submit ill formated command stream/relocation buffer pair. > > Signed-off-by: Jerom

Re: [PATCH 1/1] drm: Fix comment about drm_exit which has been replaced by drm_platform_exit in 2.6.39

2013-01-09 Thread Dave Airlie
On Tue, Jan 8, 2013 at 12:10 AM, Philippe De Swert wrote: > Trivial comment fix. Since drm_exit() was removed in 2.6.39 (commit 8410ea3b > ). As such the comment > is incorrect. drm_put_dev() is now called from drm_platform_exit() or when > the pci device is "unplugged". > > Signed-off-by: Phili

[PATCH] build: Add --disable-manpages configure option

2013-01-09 Thread Colin Walters
It's not enough to check for xsltproc - the system may not have the docbook stylesheets installed. This patch also allows builders to override the generation/installation of manpages entirely; for example, manpages are of no use for embedded systems, so it's better to not even waste the power buil

[Bug 59172] New: [r300g] flashing and corruption with MSAA 6x and 1920x1080

2013-01-09 Thread bugzilla-dae...@freedesktop.org
nts/20130109/34949d2b/attachment-0001.html>

[PATCH 2/2] radeon/kms: cleanup async dma packet checking

2013-01-09 Thread j.gli...@gmail.com
From: Jerome Glisse This simplify and cleanup the async dma checking. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c| 16 +- drivers/gpu/drm/radeon/evergreen_cs.c | 807 +- drivers/gpu/drm/radeon/evergreend.h | 29 +- 3 files changed

[PATCH 1/2] radeon/kms: fix dma relocation checking

2013-01-09 Thread j.gli...@gmail.com
From: Jerome Glisse We were checking the index against the size of the relocation buffer instead of against the last index. This fix kernel segfault when userspace submit ill formated command stream/relocation buffer pair. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600_cs.c | 6 +

Re: [PATCH libdrm 0/4] Manpages for libdrm

2013-01-09 Thread Jesse Barnes
On Fri, 28 Sep 2012 23:44:18 +0200 David Herrmann wrote: > Hi > > This is revision 2 of the manpages for libdrm. I converted everything to > docbook > XML. This makes it easier to write them (troff is really hard to read) and > allows us to integrate it into other documentation. > > Other than

[PATCH libdrm 0/4] Manpages for libdrm

2013-01-09 Thread Jesse Barnes
On Fri, 28 Sep 2012 23:44:18 +0200 David Herrmann wrote: > Hi > > This is revision 2 of the manpages for libdrm. I converted everything to > docbook > XML. This makes it easier to write them (troff is really hard to read) and > allows us to integrate it into other documentation. > > Other than

Re: [RFC 0/4] TI LCDC DRM driver

2013-01-09 Thread Dave Airlie
On Wed, Jan 9, 2013 at 2:11 PM, Rob Clark wrote: > Updated version of DRM driver for TI LCD Controller. Since the initial > version of the patch, which only supported TFP410 DVI output, I've added > an output driver for LCD panels (for example, LCD3 or LCD7 cape for the > beagle-bone), and initia

[Bug 59169] [radeons] wrong chip detection

2013-01-09 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130109/c7b8ad3e/attachment.html>

Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Laurent Pinchart
Hi Vikas, Thank you for the patch. On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: > On 3 January 2013 16:29, Tomasz Figa wrote: > > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: > >> From: Vikas Sajjan > >> > >> Signed-off-by: Vikas Sajjan > >> --- > >> > >> include

[Bug 59169] [radeons] wrong chip detection

2013-01-09 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130109/9a70847a/attachment.html>

[Bug 59169] New: [radeons] wrong chip detection

2013-01-09 Thread bugzilla-dae...@freedesktop.org
chment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/0af01545/attachment.html>

Re: [PATCH 2/2] radeon: add support for forcing off lvds when mux switched away

2013-01-09 Thread Dave Airlie
On Thu, Jan 10, 2013 at 12:16 AM, Alex Deucher wrote: > On Mon, Jan 7, 2013 at 11:53 PM, Dave Airlie wrote: >> From: Dave Airlie >> >> otherwise userspace can get very confused > > > Thinking about this more, we probably want to check whether we have a > muxed to mux-less system otherwise we'll

[PATCH] [RFC]: video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Made necessary changes in s6e8ax0 panel driver as per the CDF-T. it also removes the dependency on backlight and lcd framework. Signed-off-by: Vikas Sajjan --- drivers/video/exynos/s6e8ax0.c | 602 ++-- 1 file changed, 328 insertions(+)

[PATCH] Make s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Have made necessary chanages in s6e8ax0 panel driver, made an effort to remove dependency on backlight and lcd framework, but its NOT fully done. s6e8ax0_get_brightness() and s6e8ax0_set_brightness() functionalities have NOT been modified. as backlight support in CDF are _NOT_

Re: [PATCH 1/2] radeon/kms: fix dma relocation checking

2013-01-09 Thread Alex Deucher
On Wed, Jan 9, 2013 at 4:40 PM, wrote: > From: Jerome Glisse > > We were checking the index against the size of the relocation buffer > instead of against the last index. This fix kernel segfault when > userspace submit ill formated command stream/relocation buffer pair. > > Signed-off-by: Jerom

[Bug 58667] Random crashes on CAYMAN

2013-01-09 Thread bugzilla-dae...@freedesktop.org
/?id=24b1206ab2dcd506aaac3ef656aebc8bc20cd27a may be problematic on cayman. -- 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/20130

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-09 Thread bugzilla-dae...@freedesktop.org
/?id=24b1206ab2dcd506aaac3ef656aebc8bc20cd27a may be problematic on cayman. -- 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/20130

[RFC v2 0/5] Common Display Framework

2013-01-09 Thread Rahul Sharma
Hi Laurent, CDF will also be helpful in supporting Panels with integrated audio (HDMI/DP) if we can add audio related control operations to display_entity_control_ops. Video controls will be called by crtc in DRM/V4L and audio controls from Alsa. Secondly, if I need to support get_modes operation

[PATCH 2/2] radeon/kms: cleanup async dma packet checking

2013-01-09 Thread j . glisse
From: Jerome Glisse This simplify and cleanup the async dma checking. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c| 16 +- drivers/gpu/drm/radeon/evergreen_cs.c | 807 +- drivers/gpu/drm/radeon/evergreend.h | 29 +- 3 files changed

[PATCH 1/2] radeon/kms: fix dma relocation checking

2013-01-09 Thread j . glisse
From: Jerome Glisse We were checking the index against the size of the relocation buffer instead of against the last index. This fix kernel segfault when userspace submit ill formated command stream/relocation buffer pair. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600_cs.c | 6 +

3.8-rc2: lockdep warning in nouveau driver

2013-01-09 Thread Arend van Spriel
Maybe this one is already known, but I did not find a post about it. So here it is. Regards, Arend == [9.422018] usb 1-1.2: new high-speed USB device number 4 using ehci-pci [9.436177] [TTM] Zone kernel: Available gr

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Laurent Pinchart
On Wednesday 09 January 2013 21:15:41 Steffen Trumtrar wrote: > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Thierry Reding
On Wed, Jan 09, 2013 at 09:15:41PM +0100, Steffen Trumtrar wrote: > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > > > So, any more criticism on the series? Any ta

"Hangcheck timer elapsed... GPU hung" in 3.8.0-rc2

2013-01-09 Thread Daniel Vetter
On Tue, Jan 8, 2013 at 3:37 PM, J. Bruce Fields wrote: >> please grab the i915_error_state file from debugfs > > As I said in the original mail, I've already done that: > > http://fieldses.org/~bfields/3.8-hang/ Sorry, missed that the first time around. >> and file a bug on >> bugs.freed

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. > So, any more criticism on the series? Any takers for the series as is? I guess it could be merged via the fbdev-tree if David

[Bug 36596] Major 2D performance bottleneck (most noticeable with compiz)

2013-01-09 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130109/6fc572b3/attachment.html>

[Bug 47244] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

2013-01-09 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20130109/94cf2a9e/attachment.html>

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
Hi! On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > Dear Steffen Trumtrar, > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > adding > the following piece of code (quick hack), this works just fine. Thanks! > > diff --git a/drivers/staging/imx-drm/para

[PATCH 8/8] drm/exynos: fimd: add complete_scanout function

2013-01-09 Thread Prathyush K
buff)(0x40A0 + > ((_buff) * 8)) > > #define VIDW_BUF_START1(_buff) (0xA4 + ((_buff) * 8)) > > #define VIDW_BUF_END(_buff)(0xD0 + ((_buff) * 8)) > > #define VIDW_BUF_END1(_buff) (0xD4 + ((_buff) * 8)) > > -- > > 1.8.0 > > > > ___ > > dri-devel mailing list > > dri-devel at lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/dri-devel > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/4451a17d/attachment-0001.html>

Re: [PATCH 8/8] drm/exynos: fimd: add complete_scanout function

2013-01-09 Thread Mandeep Singh Baines
On Tue, Jan 8, 2013 at 9:43 PM, Prathyush K wrote: > > > > On Tue, Jan 8, 2013 at 4:18 AM, Mandeep Singh Baines > wrote: >> >> On Wed, Dec 26, 2012 at 3:27 AM, Prathyush K >> wrote: >> > The wait_for_vblank interface is modified to the complete_scanout >> > function in fimd. This patch adds the

[PATCH 8/8] drm/exynos: fimd: add complete_scanout function

2013-01-09 Thread Mandeep Singh Baines
On Tue, Jan 8, 2013 at 9:43 PM, Prathyush K wrote: > > > > On Tue, Jan 8, 2013 at 4:18 AM, Mandeep Singh Baines > wrote: >> >> On Wed, Dec 26, 2012 at 3:27 AM, Prathyush K >> wrote: >> > The wait_for_vblank interface is modified to the complete_scanout >> > function in fimd. This patch adds the

[PATCH 1/4] drm: small fix in drm_send_vblank_event()

2013-01-09 Thread Alex Deucher
On Tue, Jan 8, 2013 at 11:08 PM, Rob Clark wrote: > Initialize e->pipe.. some drivers set this themselves, others do not. > Setting it in drm_send_vblank_event() should help ensure more consistent > behavior with the different drivers. > > Signed-off-by: Rob Clark Reviewed-by: Alex Deucher > -

"Hangcheck timer elapsed... GPU hung" in 3.8.0-rc2

2013-01-09 Thread J. Bruce Fields
On Wed, Jan 09, 2013 at 12:27:22PM +0100, Daniel Vetter wrote: > On Tue, Jan 8, 2013 at 3:37 PM, J. Bruce Fields > wrote: > >> please grab the i915_error_state file from debugfs > > > > As I said in the original mail, I've already done that: > > > > http://fieldses.org/~bfields/3.8-hang/

[PATCH 2/2] radeon: add support for forcing off lvds when mux switched away

2013-01-09 Thread Alex Deucher
On Mon, Jan 7, 2013 at 11:53 PM, Dave Airlie wrote: > From: Dave Airlie > > otherwise userspace can get very confused Thinking about this more, we probably want to check whether we have a muxed to mux-less system otherwise we'll be disconnecting the display when we switch. Looks like the first

[Bug 59172] [r300g] flashing and corruption with MSAA 6x and 1920x1080

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59172 --- Comment #1 from Alex Deucher --- This is probably related to memory bandwidth since MSAA compression is not currently implemented. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 59172] New: [r300g] flashing and corruption with MSAA 6x and 1920x1080

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59172 Priority: medium Bug ID: 59172 Assignee: dri-devel@lists.freedesktop.org Summary: [r300g] flashing and corruption with MSAA 6x and 1920x1080 Severity: normal Classificati

[Bug 59169] [radeons] wrong chip detection

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59169 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59169] [radeons] wrong chip detection

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59169 --- Comment #1 from Tomasz P. --- Confirm. My rv350 is detected as rv370. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedeskt

[Bug 59169] New: [radeons] wrong chip detection

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59169 Priority: medium Bug ID: 59169 Assignee: dri-devel@lists.freedesktop.org Summary: [radeons] wrong chip detection Severity: normal Classification: Unclassified OS: Linux (All)

Re: [PATCH 1/4] drm: small fix in drm_send_vblank_event()

2013-01-09 Thread Alex Deucher
On Tue, Jan 8, 2013 at 11:08 PM, Rob Clark wrote: > Initialize e->pipe.. some drivers set this themselves, others do not. > Setting it in drm_send_vblank_event() should help ensure more consistent > behavior with the different drivers. > > Signed-off-by: Rob Clark Reviewed-by: Alex Deucher > -

Re: [PATCH 2/2] radeon: add support for forcing off lvds when mux switched away

2013-01-09 Thread Alex Deucher
On Mon, Jan 7, 2013 at 11:53 PM, Dave Airlie wrote: > From: Dave Airlie > > otherwise userspace can get very confused Thinking about this more, we probably want to check whether we have a muxed to mux-less system otherwise we'll be disconnecting the display when we switch. Looks like the first

[Bug 58667] Random crashes on CAYMAN

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58667 --- Comment #33 from Alex Deucher --- Does a 3.8 kernel it work ok if you revert mesa back to cf5632094ba0c19d570ea47025cf6da75ef8457a? I think r600g: rework flusing and synchronization pattern v7 http://cgit.freedesktop.org/mesa/mesa/commit/?id

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #16 from Alex Deucher --- Does a 3.8 kernel it work ok if you revert mesa back to cf5632094ba0c19d570ea47025cf6da75ef8457a? I think r600g: rework flusing and synchronization pattern v7 http://cgit.freedesktop.org/mesa/mesa/commit/?id

[Bug 36596] Major 2D performance bottleneck (most noticeable with compiz)

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36596 --- Comment #14 from Tomasz P. --- is it still an issue with current mesa? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesk

[Bug 47244] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47244 --- Comment #3 from Tomasz P. --- Is it still an issue ? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lis

Re: "Hangcheck timer elapsed... GPU hung" in 3.8.0-rc2

2013-01-09 Thread Daniel Vetter
On Tue, Jan 8, 2013 at 3:37 PM, J. Bruce Fields wrote: >> please grab the i915_error_state file from debugfs > > As I said in the original mail, I've already done that: > > http://fieldses.org/~bfields/3.8-hang/ Sorry, missed that the first time around. >> and file a bug on >> bugs.freed

[Bug 58667] Random crashes on CAYMAN

2013-01-09 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/46e71c48/attachment.html>

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-09 Thread bugzilla-dae...@freedesktop.org
applied. -- 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/20130109/ef192263/attachment-0001.html>

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-09 Thread bugzilla-dae...@freedesktop.org
.. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130109/f3aac4a9/attachment.html>

Re: [RFC v2 0/5] Common Display Framework

2013-01-09 Thread Rahul Sharma
Hi Laurent, CDF will also be helpful in supporting Panels with integrated audio (HDMI/DP) if we can add audio related control operations to display_entity_control_ops. Video controls will be called by crtc in DRM/V4L and audio controls from Alsa. Secondly, if I need to support get_modes operation

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-09 Thread Mitch Bradley
On 1/8/2013 6:48 AM, Sean Paul wrote: > On Tue, Jan 8, 2013 at 11:45 AM, Lucas Stach wrote: >> Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: >>> On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: On 1/7/2013 10:43 AM, Sean Paul wrote: > Add a property to the hdmi node so we

Re: [RFC v2 0/5] Common Display Framework

2013-01-09 Thread Rob Clark
On Tue, Jan 8, 2013 at 2:25 AM, Laurent Pinchart wrote: > Hi Rob, > > On Thursday 27 December 2012 09:54:55 Rob Clark wrote: >> What I've done to avoid that so far is that the master device registers the >> drivers for it's output sub-devices before registering it's own device. > > I'm not sure to

Re: "Hangcheck timer elapsed... GPU hung" in 3.8.0-rc2

2013-01-09 Thread J. Bruce Fields
On Sun, Jan 06, 2013 at 07:06:52PM +0100, Daniel Vetter wrote: > On Thu, Jan 03, 2013 at 06:11:23PM -0500, J. Bruce Fields wrote: > > On Thu, Jan 03, 2013 at 04:16:24PM -0500, Josh Boyer wrote: > > > On Thu, Jan 3, 2013 at 3:46 PM, J. Bruce Fields > > > wrote: > > > > I got a crash after a few mi