Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Terje Bergström
On 22.01.2013 21:59, Mario Kleiner wrote: > The current swap scheduling is based on having an accurate software > vblank counter. Atm. that counter is maintained in software, incremented > during vblank irq. At irq off -> on transition we need a hw counter to > reinitialize. And there is a timeo

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

2013-01-22 Thread Sascha Hauer
Hi Rob, On Tue, Jan 22, 2013 at 04:36:21PM -0600, Rob Clark wrote: > > drivers/gpu/drm/Kconfig| 2 + > drivers/gpu/drm/Makefile | 1 + > drivers/gpu/drm/i2c/Makefile | 3 + > drivers/gpu/drm/i2c/tda998x_drv.c | 908 > +++

Re: thoughts on requiring multi-arch support for arm drm drivers?

2013-01-22 Thread Sascha Hauer
On Wed, Jan 23, 2013 at 02:29:25AM +0100, Laurent Pinchart wrote: > Hi Rob, > > On Monday 21 January 2013 09:54:01 Rob Clark wrote: > > On Mon, Jan 21, 2013 at 9:47 AM, Laurent Pinchart wrote: > > > On Sunday 20 January 2013 09:08:34 Rob Clark wrote: > > >> One thing I've run into in the past when

[PATCH] iommu/intel: disable DMAR for g4x integrated gfx

2013-01-22 Thread Daniel Vetter
On Mon, Jan 21, 2013 at 01:03:48PM -0600, David Woodhouse wrote: > On Sun, 2013-01-20 at 23:50 +0100, Daniel Vetter wrote: > > DMAR support on g4x/gm45 integrated gpus seems to be totally busted. > > So don't bother, but instead disable it by default to allow distros to > > unconditionally enable D

[Bug 58667] Random crashes on CAYMAN

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58667 --- Comment #41 from Thomas Rohloff --- I got a crash with a BUG message. I'm sorry for the bad image quality but I had no better camera available (that's why I made that many images) http://img571.imageshack.us/img571/5517/dsc02036ws.jpg http:/

[PATCH V2 RESEND] drm_crtc: check if fb_create return NULL

2013-01-22 Thread Su, Xuemin
From: xueminsu Date: Tue, 22 Jan 2013 22:39:39 +0800 Subject: [PATCH] drm_crtc: check if fb_create return NULL Some buggy driver may still return NULL in fb_create, which leads to kernel panic. Signed-off-by: xueminsu --- drivers/gpu/drm/drm_crtc.c |7 +++ 1 files changed, 7 insertions

[PATCH] drm_crtc: check if fb_create return NULL

2013-01-22 Thread Su, Xuemin
From: xueminsu Date: Tue, 22 Jan 2013 22:39:39 +0800 Subject: [PATCH] drm_crtc: check if fb_create return NULL Some buggy driver may still return NULL in fb_create, which leads to kernel panic. Signed-off-by: xueminsu --- drivers/gpu/drm/drm_crtc.c |6 ++ 1 files changed, 6 insertions(

[PATCH] radeon_display: Use pointer return error codes

2013-01-22 Thread Su, Xuemin
From: xueminsu Date: Tue, 22 Jan 2013 22:16:53 +0800 Subject: [PATCH] radeon_display: Use pointer return error codes drm_mode_addfb() expects fb_create return error code instead of NULL. Signed-off-by: xueminsu --- drivers/gpu/drm/radeon/radeon_display.c |2 +- 1 files changed, 1 insertion

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 19:49, Jon Mayo wrote: On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat special in this case because i

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner wrote: > On 22.01.13 19:39, Lucas Stach wrote: >> >> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >>> >>> On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat s

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: > Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >> On 14.01.13 17:05, Thierry Reding wrote: >> > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat >> > special in this case because it doesn't use the generic I

Re: [PATCH 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Mon, Jan 14, 2013 at 7:55 AM, Thierry Reding wrote: > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > special in this case because it doesn't use the generic IRQ support > provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one > interrupt handler for each disp

Re: i915-related and general system freezes with specific kernel config // IOMMU

2013-01-22 Thread Mihai Moldovan
* On 21.01.2013 07:11 PM, Mihai Moldovan wrote: > I'm also currently testing a kernel without the Intel IOMMU feature > [CONFIG_INTEL_IOMMU=n, but CONFIG_IOMMU_SUPPORT=y]. [...] At least > not seeing USB and PCI(e) issues. I'll leave the box running for some > more [time] [...] No freezes for >22h

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat special in this case because it doesn't use the generic IRQ support provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one interrupt handler for each display controller. Whil

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Francesco Lavra
On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: > This adds support for a generic reservations framework that can be > hooked up to ttm and dma-buf and allows easy sharing of reservations > across devices. > > The idea is that a dma-buf and ttm object both will get a pointer > to a struct reserva

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-22 Thread Francesco Lavra
Hi, On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: [...] > diff --git a/include/linux/fence.h b/include/linux/fence.h > new file mode 100644 > index 000..d9f091d > --- /dev/null > +++ b/include/linux/fence.h > @@ -0,0 +1,347 @@ > +/* > + * Fence mechanism for dma-buf to allow for asynchronou

[Bug 59492] piglit dlist-color-material test fail

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59492 --- Comment #22 from smoki --- And of course dlist-color-material piglit test should pass ;). -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri

[Bug 59492] piglit dlist-color-material test fail

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59492 --- Comment #21 from smoki --- But must say, this patch however worked perfectly here for supertuxkart ;), no issues spotted in any other games i tried these few days. Maybe someone who use r200 driver can test: http://supertuxkart.sourcef

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 20:27, Jon Mayo wrote: > On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner > wrote: >> On 22.01.13 19:39, Lucas Stach wrote: >>> >>> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: On 14.01.13 17:05, Thierry Reding wrote: > > Implement support for the VB

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 19:49, Jon Mayo wrote: > On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: >> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >>> On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat special in this

[Bug 52121] mgag200 driver does not work properly with Xen in new Intel Server Board

2013-01-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=52121 --- Comment #19 from Fernando Chaves 2013-01-23 04:15:42 --- I would like to inform that this motherboard uses UEFI. And, obviously, I'm using Legacy Boot. This requires some [video] emulation, right? There is any known issue with Xen abo

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
;s not interesting with a bisect, but I'm willing to try if it helps in any way. -- 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/att

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 19:39, Lucas Stach wrote: > Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >> On 14.01.13 17:05, Thierry Reding wrote: >>> Implement support for the VBLANK IOCTL. Note that Tegra is somewhat >>> special in this case because it doesn't use the generic IRQ support >>> pro

i915-related and general system freezes with specific kernel config // IOMMU

2013-01-22 Thread Daniel Vetter
On Tue, Jan 22, 2013 at 7:15 PM, Mihai Moldovan wrote: > * On 21.01.2013 07:11 PM, Mihai Moldovan wrote: >> I'm also currently testing a kernel without the Intel IOMMU feature >> [CONFIG_INTEL_IOMMU=n, but CONFIG_IOMMU_SUPPORT=y]. [...] At least >> not seeing USB and PCI(e) issues. I'll leave the

thoughts on requiring multi-arch support for arm drm drivers?

2013-01-22 Thread Rob Clark
On Tue, Jan 22, 2013 at 7:29 PM, Laurent Pinchart wrote: > Hi Rob, > > On Monday 21 January 2013 09:54:01 Rob Clark wrote: >> On Mon, Jan 21, 2013 at 9:47 AM, Laurent Pinchart wrote: >> > On Sunday 20 January 2013 09:08:34 Rob Clark wrote: >> >> One thing I've run into in the past when trying to m

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Lucas Stach
Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: > On 14.01.13 17:05, Thierry Reding wrote: > > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > > special in this case because it doesn't use the generic IRQ support > > provided by the DRM core (DRIVER_HAVE_IRQ) b

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/221f2f2f/attachment.html>

i915-related and general system freezes with specific kernel config // IOMMU

2013-01-22 Thread Mihai Moldovan
- next part -- A non-text attachment was scrubbed... Name: kern-new-iommu_off.log.bz2 Type: application/x-bzip2 Size: 16365 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/757cebe9/attachment-0003.bin> -- next par

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20130122/83f2a4ad/attachment.html>

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/a56f7311/attachment.html>

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 14.01.13 17:05, Thierry Reding wrote: > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > special in this case because it doesn't use the generic IRQ support > provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one > interrupt handler for each display controller.

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Mario Kleiner
On 22.01.13 09:31, Terje Bergstr?m wrote: > On 14.01.2013 18:06, Thierry Reding wrote: >> +static int tegra_dc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer >> *fb, >> + struct drm_pending_vblank_event *event) >> +{ >> +struct tegra_framebuffer *newfb = to_te

[Bug 59588] llvm rv790 etqw gpu lock since r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output

2013-01-22 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/f93c06cc/attachment.html>

[Bug 37117] configure fails in git/master

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37117 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/e4360643/attachment.html>

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Maarten Lankhorst
Op 22-01-13 17:47, Francesco Lavra schreef: > On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: >> This adds support for a generic reservations framework that can be >> hooked up to ttm and dma-buf and allows easy sharing of reservations >> across devices. >> >> The idea is that a dma-buf and ttm ob

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Francesco Lavra
On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: > This adds support for a generic reservations framework that can be > hooked up to ttm and dma-buf and allows easy sharing of reservations > across devices. > > The idea is that a dma-buf and ttm object both will get a pointer > to a struct reserva

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
nts/20130122/10132d09/attachment.html>

Re: thoughts on requiring multi-arch support for arm drm drivers?

2013-01-22 Thread Rob Clark
On Tue, Jan 22, 2013 at 7:29 PM, Laurent Pinchart wrote: > Hi Rob, > > On Monday 21 January 2013 09:54:01 Rob Clark wrote: >> On Mon, Jan 21, 2013 at 9:47 AM, Laurent Pinchart wrote: >> > On Sunday 20 January 2013 09:08:34 Rob Clark wrote: >> >> One thing I've run into in the past when trying to m

[Bug 59721] drm_mm_remove_node oops GPU hang while restoring firefox windows

2013-01-22 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130122/88ae573b/attachment-0001.html>

Re: thoughts on requiring multi-arch support for arm drm drivers?

2013-01-22 Thread Laurent Pinchart
Hi Rob, On Monday 21 January 2013 09:54:01 Rob Clark wrote: > On Mon, Jan 21, 2013 at 9:47 AM, Laurent Pinchart wrote: > > On Sunday 20 January 2013 09:08:34 Rob Clark wrote: > >> One thing I've run into in the past when trying to make changes in drm > >> core, and Daniel Vetter has mentioned the

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130122/d9d40a05/attachment.html>

[Bug 59721] drm_mm_remove_node oops GPU hang while restoring firefox windows

2013-01-22 Thread bugzilla-dae...@freedesktop.org
i/0/radeon_vram_mm that I had very little VRAM memory left and no 3D activities going on -- 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/20

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/01658082/attachment.html>

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-dae...@freedesktop.org
el/attachments/20130122/d49cbe79/attachment.html>

[Bug 59721] New: drm_mm_remove_node oops GPU hang while restoring firefox windows

2013-01-22 Thread bugzilla-dae...@freedesktop.org
libdrm-2.4.40-1.fc18.x86_64 mesa: mesa-dri-drivers-9.0.1-3.fc18.x86_64 -- 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/2013012

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
||ken20001 at ukr.net -- 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/20130122/6e5f2569/attachment.html>

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/cc270b22/attachment.html>

[Bug 59720] kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/2d68f8fb/attachment.html>

[Bug 59720] New: kwin_gles freezes on Mesa from git

2013-01-22 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/c24c0572/attachment.html>

[PATCH 4/4] drm/tilcdc: add support for LCD panels (v4)

2013-01-22 Thread Rob Clark
Add an output panel driver for LCD panels. Tested with LCD3 cape on beaglebone. v1: original v2: s/of_find_node_by_name()/of_get_child_by_name()/ from Pantelis Antoniou v3: add backlight support v4: rebase to latest of video timing helpers Signed-off-by: Rob Clark --- drivers/gpu/drm/tilcd

[PATCH 3/4] drm/tilcdc: add encoder slave

2013-01-22 Thread Rob Clark
Add output panel driver for i2c encoder slaves. Signed-off-by: Rob Clark --- drivers/gpu/drm/tilcdc/Kconfig| 12 ++ drivers/gpu/drm/tilcdc/Makefile | 1 + drivers/gpu/drm/tilcdc/tilcdc_drv.c | 5 +- drivers/gpu/drm/tilcdc/tilcdc_slave.c | 380

[PATCH 2/4] drm/i2c: nxp-tda998x (v2)

2013-01-22 Thread Rob Clark
Driver for the NXP TDA998X i2c hdmi encoder slave. v1: original v2: fix npix/nline programming Signed-off-by: Rob Clark --- drivers/gpu/drm/i2c/Makefile | 3 + drivers/gpu/drm/i2c/tda998x_drv.c | 908 ++ 2 files changed, 911 insertions(+) create mode

[PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-22 Thread Rob Clark
A simple DRM/KMS driver for the TI LCD Controller found in various smaller TI parts (AM33xx, OMAPL138, etc). This driver uses the CMA helpers. Currently only the TFP410 DVI encoder is supported (tested with beaglebone + DVI cape). There are also various LCD displays, for which support can be add

[PATCH 0/4] TI LCDC DRM driver

2013-01-22 Thread Rob Clark
I think this driver is ready to go, so I've removed the 'RFC' tag. Prove me wrong by reviewing the patches and sending comments ;-) The first patch adds the basic driver and TFP410 DVI output. The second patch adds support for NXP TDA998x family of i2c connected HDMI encoders. It is split out i

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
NABLE. Thanks -- 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/20130122/9fdca62b/attachment.html>

[Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-22 Thread Francesco Lavra
Hi, On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: [...] > diff --git a/include/linux/fence.h b/include/linux/fence.h > new file mode 100644 > index 000..d9f091d > --- /dev/null > +++ b/include/linux/fence.h > @@ -0,0 +1,347 @@ > +/* > + * Fence mechanism for dma-buf to allow for asynchronou

[Bug 59588] llvm rv790 etqw gpu lock since r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59588 --- Comment #8 from Andy Furniss --- The patch also fixes the minor issue I reported with some mesa demos. https://bugs.freedesktop.org/show_bug.cgi?id=58150 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 59588] llvm rv790 etqw gpu lock since r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59588 --- Comment #7 from Andy Furniss --- Created attachment 73485 --> https://bugs.freedesktop.org/attachment.cgi?id=73485&action=edit compressed etqw shaders working with patch -- You are receiving this mail because: You are the assignee for the

[PATCH v16 RESEND 0/7] of: add display helper

2013-01-22 Thread Rob Clark
On Mon, Jan 21, 2013 at 5:07 AM, Steffen Trumtrar wrote: > Hi! > > There was still no maintainer, that commented, ack'd, nack'd, apply'd the > series. So, this is just a resend. > The patches were tested with: > > - v15 on Tegra by Thierry > - sh-mobile-lcdcfb by Laurent >

Re: [PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-22 Thread Daniel Vetter
On Tue, Jan 22, 2013 at 04:36:22PM -0600, Rob Clark wrote: > A simple DRM/KMS driver for the TI LCD Controller found in various > smaller TI parts (AM33xx, OMAPL138, etc). This driver uses the > CMA helpers. Currently only the TFP410 DVI encoder is supported > (tested with beaglebone + DVI cape).

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
you try without FENCE_SWAP_ENABLE first. -- 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/20130122/6a16535c/attachment-0001.html>

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2013-01-22 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/7278c5a4/attachment.html>

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/f2fb841a/attachment.html>

[Bug 54133] [radeon][RV620] Resuming from suspend/hibernation randomly fails since kernel 3.5.0

2013-01-22 Thread bugzilla-dae...@freedesktop.org
t was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/52409029/attachment.html>

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
u 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/20130122/c1b6f0dc/attachment.html>

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
re 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/20130122/c084a930/attachment.html>

Re: [PATCH] iommu/intel: disable DMAR for g4x integrated gfx

2013-01-22 Thread Daniel Vetter
On Mon, Jan 21, 2013 at 01:03:48PM -0600, David Woodhouse wrote: > On Sun, 2013-01-20 at 23:50 +0100, Daniel Vetter wrote: > > DMAR support on g4x/gm45 integrated gpus seems to be totally busted. > > So don't bother, but instead disable it by default to allow distros to > > unconditionally enable D

[PATCH 4/4] drm/tilcdc: add support for LCD panels (v4)

2013-01-22 Thread Rob Clark
Add an output panel driver for LCD panels. Tested with LCD3 cape on beaglebone. v1: original v2: s/of_find_node_by_name()/of_get_child_by_name()/ from Pantelis Antoniou v3: add backlight support v4: rebase to latest of video timing helpers Signed-off-by: Rob Clark --- drivers/gpu/drm/tilcd

[PATCH 3/4] drm/tilcdc: add encoder slave

2013-01-22 Thread Rob Clark
Add output panel driver for i2c encoder slaves. Signed-off-by: Rob Clark --- drivers/gpu/drm/tilcdc/Kconfig| 12 ++ drivers/gpu/drm/tilcdc/Makefile | 1 + drivers/gpu/drm/tilcdc/tilcdc_drv.c | 5 +- drivers/gpu/drm/tilcdc/tilcdc_slave.c | 380

[PATCH 2/4] drm/i2c: nxp-tda998x (v2)

2013-01-22 Thread Rob Clark
Driver for the NXP TDA998X i2c hdmi encoder slave. v1: original v2: fix npix/nline programming Signed-off-by: Rob Clark --- drivers/gpu/drm/i2c/Makefile | 3 + drivers/gpu/drm/i2c/tda998x_drv.c | 908 ++ 2 files changed, 911 insertions(+) create mode

[PATCH 0/4] TI LCDC DRM driver

2013-01-22 Thread Rob Clark
I think this driver is ready to go, so I've removed the 'RFC' tag. Prove me wrong by reviewing the patches and sending comments ;-) The first patch adds the basic driver and TFP410 DVI output. The second patch adds support for NXP TDA998x family of i2c connected HDMI encoders. It is split out i

[PATCH] drm: Remove the error message following mmap_offset allocation failures

2013-01-22 Thread Chris Wilson
As we propagate the error back to our caller, who may act intelligently upon that error, we should refrain from shouting out that there has been an *ERROR* prematurely. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_gem.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --

[REGRESSION FIXED] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2013-01-22 Thread Daniel Vetter
On Tue, Jan 22, 2013 at 10:47 AM, Samuel Thibault wrote: > Hello, > > Samuel Thibault, le Thu 05 Jan 2012 10:53:01 +0100, a ?crit : >> Samuel Thibault, le Thu 05 Jan 2012 03:16:46 +0100, a ?crit : >> > Samuel Thibault, le Fri 16 Sep 2011 18:30:50 +0200, a ?crit : >> > > Keith Packard, le Thu 15 Se

Re: [PATCH v16 RESEND 0/7] of: add display helper

2013-01-22 Thread Rob Clark
On Mon, Jan 21, 2013 at 5:07 AM, Steffen Trumtrar wrote: > Hi! > > There was still no maintainer, that commented, ack'd, nack'd, apply'd the > series. So, this is just a resend. > The patches were tested with: > > - v15 on Tegra by Thierry > - sh-mobile-lcdcfb by Laurent >

[PATCH] intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets

2013-01-22 Thread David Woodhouse
s Type: application/x-pkcs7-signature Size: 6171 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/d10a2e92/attachment-0001.bin>

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Terje Bergström
On 22.01.2013 11:48, Lucas Stach wrote: > I think the test suite is enough to fulfil the formal requirement of > having a working userspace. But still it would be nice to have at least > some simple accel functions working in the DDX. Maybe just to see on how > well the current design integrates in

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #6 from lethar...@gmail.com --- I suppose "GPU lockup CP stall / GPU resets over and over" is probably such a generic error that a lot of bugs could be reported without having anything to do with each other, but FWIW, I recently experi

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 20:27, Jon Mayo wrote: On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner wrote: On 22.01.13 19:39, Lucas Stach wrote: Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Terje Bergström
On 22.01.2013 11:31, Thierry Reding wrote: > I'm not quite sure if I remember correctly, but I think David mentioned > something along the lines of requiring a working userspace that can be > used to test the DRM interfaces as a prerequisite to getting this kind > of code merged. That's why we hav

[PATCH] drm/ttm: remove unused temp variable

2013-01-22 Thread Liu, Xinyun
void *object is not used in fact. Signed-off-by: Xinyun Liu --- drivers/gpu/drm/drm_global.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c index f731116..3d2e91c 100644 --- a/drivers/gpu/drm/drm_global.c +++ b/drivers/gpu/drm/

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Terje Bergström
On 22.01.2013 11:15, Lucas Stach wrote: > But even if I get this out real soon, I'm not really comfortable with > speeding things to 3.9. I would like to review the userspace side of > thing a lot more thoroughly, before committing to the interface. But > maybe this can also happen in the 3.9 RC ti

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #5 from Alex Deucher --- What was the last working kernel? Any chance you could bisect? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing lis

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner wrote: > On 22.01.13 19:39, Lucas Stach wrote: >> >> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >>> >>> On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat s

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Mario Kleiner
On 22.01.13 19:39, Lucas Stach wrote: Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat special in this case because it doesn't use the generic IRQ support provided by the

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #4 from Shawn Starr --- Yes, I am -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesk

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7, 3.8-rcX

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #3 from Alex Deucher --- Are you using the same userspace components (mesa and ddx) across kernels? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[PATCHv5,RESEND 0/8] Support for Tegra 2D hardware

2013-01-22 Thread Terje Bergström
On 15.01.2013 13:43, Terje Bergstrom wrote: > This set of patches adds support for Tegra20 and Tegra30 host1x and > 2D. It is based on linux-next-20130114. The set was regenerated with > git format-patch -M. I have pushed both the kernel patches and libdrm changes to git at gitorious.org:linux-hos

Re: [PATCH] intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets

2013-01-22 Thread David Woodhouse
On Mon, 2013-01-21 at 19:48 +0100, Daniel Vetter wrote: > We already have the quirk entry for the mobile platform, but also > reports on some desktop versions. So be paranoid and set it > everywhere. > > References: > http://www.mail-archive.com/dri-devel@lists.freedesktop.org/msg33138.html > Cc:

Re: i915-related and general system freezes with specific kernel config // IOMMU

2013-01-22 Thread Daniel Vetter
On Tue, Jan 22, 2013 at 7:15 PM, Mihai Moldovan wrote: > * On 21.01.2013 07:11 PM, Mihai Moldovan wrote: >> I'm also currently testing a kernel without the Intel IOMMU feature >> [CONFIG_INTEL_IOMMU=n, but CONFIG_IOMMU_SUPPORT=y]. [...] At least >> not seeing USB and PCI(e) issues. I'll leave the

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: > Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >> On 14.01.13 17:05, Thierry Reding wrote: >> > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat >> > special in this case because it doesn't use the generic I

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Lucas Stach
Am Dienstag, den 22.01.2013, 11:44 +0200 schrieb Terje Bergstr?m: > On 22.01.2013 11:31, Thierry Reding wrote: > > I'm not quite sure if I remember correctly, but I think David mentioned > > something along the lines of requiring a working userspace that can be > > used to test the DRM interfaces a

[REGRESSION FIXED] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2013-01-22 Thread Samuel Thibault
Hello, Samuel Thibault, le Thu 05 Jan 2012 10:53:01 +0100, a ?crit : > Samuel Thibault, le Thu 05 Jan 2012 03:16:46 +0100, a ?crit : > > Samuel Thibault, le Fri 16 Sep 2011 18:30:50 +0200, a ?crit : > > > Keith Packard, le Thu 15 Sep 2011 09:22:48 -0500, a ?crit : > > > > On Thu, 15 Sep 2011 10:12

[patch] drm/nouveau/disp: sizeof() wrong pointer

2013-01-22 Thread Paul Menzel
-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/37c50172/attachment.pgp>

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Lucas Stach
Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: > On 14.01.13 17:05, Thierry Reding wrote: > > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > > special in this case because it doesn't use the generic IRQ support > > provided by the DRM core (DRIVER_HAVE_IRQ) b

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-22 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130122/8a9a22ce/attachment.html>

[PATCH 09/10] drm/exynos: add G2D driver

2013-01-22 Thread Inki Dae
2013/1/21 Rob Clark : > I don't suppose you could send a libdrm patch to the list with an up > to date version of the g2dtest code so we can get it in libdrm tree? > We are planning on updating exynos drm for libdrm. At that time, the up to date version of the g2dtest will be posted. Joonyoung, le

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Thierry Reding
oned something along the lines of requiring a working userspace that can be used to test the DRM interfaces as a prerequisite to getting this kind of code merged. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-22 Thread Terje Bergström
On 14.01.2013 18:06, Thierry Reding wrote: > +static int tegra_dc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer > *fb, > + struct drm_pending_vblank_event *event) > +{ > + struct tegra_framebuffer *newfb = to_tegra_fb(fb); > + struct tegra_dc *dc = to_te

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
is 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/20130122/12fd0013/attachment.html>

  1   2   >