[Bug 50360] flightgear has absymal performance with the llvm shader compiler

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50360 --- Comment #1 from Vadim Girlin 2012-05-25 15:21:57 PDT --- Created attachment 62113 --> https://bugs.freedesktop.org/attachment.cgi?id=62113 patch Does this patch help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

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

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #72 from thor at math.tu-berlin.de 2012-05-25 14:51:23 PDT --- Ok, I managed to cross-compile the patched kernel sources on a much faster x64 machine, so I now have an initrd and a vmlinuz with the patch in it. I won't have access to t

Returned mail: see transcript for details

2012-05-25 Thread ani...@astier.eu
u <<< 501 anisse at astier.eu... Refused -- next part -- A non-text attachment was scrubbed... Name: transcript.zip Type: application/octet-stream Size: 22216 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120525/8b2

[Bug 43207] radeon driver on HD6570 shows pixel noise

2012-05-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43207 --- Comment #9 from Vladislav Tcendrovskii 2012-05-25 20:10:06 --- I've tried this patch on kernel 3.4, but the only visible result - switching from noisy X screen to framebuffer console is much faster. After such switching noise disappears

[Bug 50360] New: flightgear has absymal performance with the llvm shader compiler

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50360 Bug #: 50360 Summary: flightgear has absymal performance with the llvm shader compiler Classification: Unclassified Product: Mesa Version: git Platform: Other

[Bug 50232] screen redraw is wrong in sauerbraten with the llvm compiler

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50232 almos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 50230] offset mapping in nexuiz results in bad texturing with the llvm compiler

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50230 almos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Tom Cooksey
> > There are multiple ways synchronization can be achieved, > > fences/sync objects is one common approach, however we're > > presenting a different approach. Personally, I quite like > > fence sync objects, however we believe it requires a lot of > > userspace interfaces to be changed to pass

[RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Pauli
On 25/05/12 14:08, Tom Cooksey wrote: > Hi All, > > I realise it's been a while since this was last discussed, however I'd like > to bring up kernel-side synchronization again. By kernel-side > synchronization, I mean allowing multiple drivers/devices wanting to access > the same buffer to do so wi

[PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread Greg KH
On Fri, May 25, 2012 at 09:50:44AM +0800, Lee, Chun-Yi wrote: > In v3.3, the gma500 drm driver moved from staging to drm group by > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > brightness well and don't need gma500 stub driver anymore. > > Cc: randy.dunlap at oracle.com > Cc:

[PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread joeyli
? ??2012-05-25 ? 16:07 +0900?Greg KH ??? > On Fri, May 25, 2012 at 09:50:44AM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 stub driver a

[Bug 50360] flightgear has absymal performance with the llvm shader compiler

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50360 --- Comment #1 from Vadim Girlin 2012-05-25 15:21:57 PDT --- Created attachment 62113 --> https://bugs.freedesktop.org/attachment.cgi?id=62113 patch Does this patch help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e

[PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread Alan Cox
On Fri, 25 May 2012 04:53:50 +0900 Greg KH wrote: > On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 st

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

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #72 from t...@math.tu-berlin.de 2012-05-25 14:51:23 PDT --- Ok, I managed to cross-compile the patched kernel sources on a much faster x64 machine, so I now have an initrd and a vmlinuz with the patch in it. I won't have access to the

[Linaro-mm-sig] [PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Sumit Semwal
Hi Dave, On 25 May 2012 14:34, Dave Airlie wrote: > From: Dave Airlie > > include/linux/dma-buf.h: In function ?dma_buf_vmap?: > include/linux/dma-buf.h:260:1: warning: no return statement in function > returning non-void [-Wreturn-type] > > Reported-by: wfg at linux.intel.com > Signed-off-by:

[GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, On 25 May 2012 13:25, Sumit Semwal wrote: > Hi Linus, > > Here's the first signed-tag pull request for dma-buf framework. > > Could you please pull the dma-buf updates for 3.5? This includes the > following key items: > - mmap support > - vmap support > - related documentation updates >

drm: add helper to clflush a virtual address range

2012-05-25 Thread Greg KH
Hi Daniel, I see you say you wanted the patch below for the stable tree, due to some later patch needing it, yet this patch was not "marked" for the stable tree, and I can't seem to figure out which "later patch" you are referring to here. Any hints on what I should do for the 3.4-stable kernel t

[pull] drm-intel-fixes for 3.5

2012-05-25 Thread Daniel Vetter
On Thu, May 24, 2012 at 05:56:24PM +0200, Daniel Vetter wrote: > Hi Dave, > > A set of fixes for 3.5: > - Fixes for regressions in 3.5: fix spurious gmbus NAK, fix module unload, > fix pch pll asserts. > - Fix up eDP panel power sequencing - turns out we need to keep vdd on > while switching e

[Bug 43272] pink/purple line displays to the left of the screen

2012-05-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43272 Alan changed: What|Removed |Added Status|RESOLVED|CLOSED CC|

[Intel-gfx] [PATCH 02/14] drm: handle HDP and polled connectors separately

2012-05-25 Thread Adam Jackson
On 5/24/12 3:26 PM, Daniel Vetter wrote: > Instead of reusing the polling code for hdp handling, split them up. > This has a few consequences: > - Don't touch HDP capable connectors in the poll loop. > - Only touch HDP capable connectors in drm_helper_hpd_irq_event. > - Run the HDP handling directl

[GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, Here's the first signed-tag pull request for dma-buf framework. Could you please pull the dma-buf updates for 3.5? This includes the following key items: - mmap support - vmap support - related documentation updates These are needed by various drivers to allow mmap/vmap of dma-buf shar

[Bug 43207] radeon driver on HD6570 shows pixel noise

2012-05-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43207 --- Comment #9 from Vladislav Tcendrovskii 2012-05-25 20:10:06 --- I've tried this patch on kernel 3.4, but the only visible result - switching from noisy X screen to framebuffer console is much faster. After such switching noise disappears

[PATCH] drm: introduce DRM_CONNECTOR_POLL_FORCE

2012-05-25 Thread Daniel Vetter
Useful for ->detect functions that have different behaviour if force is set. This way probe_single_connector can avoid to do the expensive edid dance on connectors where this is not needed. I've checked through all drivers and set this flag everywhere where the connector->detect function has diffe

[Bug 12882] [855GM missing DVO driver] s-video not detected

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=12882 Daniel Vetter changed: What|Removed |Added Summary|[855GM missng DVO driver] |[855GM missing DVO driver]

[RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Tom Cooksey
Hi All, I realise it's been a while since this was last discussed, however I'd like to bring up kernel-side synchronization again. By kernel-side synchronization, I mean allowing multiple drivers/devices wanting to access the same buffer to do so without bouncing up to userspace to resolve depende

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

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 Daniel Vetter changed: What|Removed |Added Summary|[830M] need support for |[830M missing dvo driver]

[Bug 12882] [855GM missng DVO driver] s-video not detected

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=12882 Daniel Vetter changed: What|Removed |Added Summary|[855GM DVO] s-video not |[855GM missng DVO driver]

[Bug 30845] [855 missing dvo driver] DVI output unsupported

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30845 Daniel Vetter changed: What|Removed |Added Severity|normal |enhancement Priority|medium

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

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 Chris Wilson changed: What|Removed |Added CC||thor at math.tu-berlin.de --- Comment #71

[Bug 50360] New: flightgear has absymal performance with the llvm shader compiler

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50360 Bug #: 50360 Summary: flightgear has absymal performance with the llvm shader compiler Classification: Unclassified Product: Mesa Version: git Platform: Other

[RFC][PATCH 2/2] libdrm: atomic mode set

2012-05-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? --- include/drm/drm.h |1 + include/drm/drm_mode.h | 13 +++ xf86drmMode.c | 270 xf86drmMode.h | 19 4 files changed, 303 insertions(+), 0 deletions(-) diff --git a/include/drm/drm.h b/inc

[RFC][PATCH 1/2] libkms: YUYV support

2012-05-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? --- libkms/intel.c |6 +- libkms/libkms.h |2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/libkms/intel.c b/libkms/intel.c index 8b8249b..8aeb6ae 100644 --- a/libkms/intel.c +++ b/libkms/intel.c @@ -52,7 +52,7 @@ intel_get_prop(struct kms_dri

[RFC][PATCH 0/2] libdrm: Atomic mode setting stuff

2012-05-25 Thread ville.syrj...@linux.intel.com
Here's the libdrm part of the atomic mode setting stuff. There's a new object I christened drmModePropertySet. It's an opaque object which is used to keep track of property changes for the user. Internally it's just a linked list of object_id/property_id/property_value tuples. The list is sorted b

Oops with Radeon/Uninorth on Maple

2012-05-25 Thread Alex Deucher
On Thu, May 24, 2012 at 2:18 AM, Dmitry Eremin-Solenikov wrote: > Hello, colleagues, > > I'm trying to enable an AGP slot (again) on my Maple board (dual PPC970FX > board, with CPC925 (U3H) north bridge). > > ?For now I'm stuck with a problem: I use radeon card, drm-radeon driver with > KMS. > > I

[Linaro-mm-sig] [PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Dave Airlie
On Fri, May 25, 2012 at 10:18 AM, Sumit Semwal wrote: > Hi Dave, > > On 25 May 2012 14:34, Dave Airlie wrote: >> From: Dave Airlie >> >> include/linux/dma-buf.h: In function ?dma_buf_vmap?: >> include/linux/dma-buf.h:260:1: warning: no return statement in function >> returning non-void [-Wretu

Oops with Radeon/Uninorth on Maple

2012-05-25 Thread Benjamin Herrenschmidt
On Thu, 2012-05-24 at 10:18 +0400, Dmitry Eremin-Solenikov wrote: > Hello, colleagues, > > I'm trying to enable an AGP slot (again) on my Maple board (dual > PPC970FX board, with CPC925 (U3H) north bridge). > > For now I'm stuck with a problem: I use radeon card, drm-radeon driver > with KMS.

[Bug 50232] screen redraw is wrong in sauerbraten with the llvm compiler

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50232 almos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 50230] offset mapping in nexuiz results in bad texturing with the llvm compiler

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50230 almos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Intel-gfx] [PATCH 02/14] drm: handle HDP and polled connectors separately

2012-05-25 Thread Adam Jackson
On 5/24/12 3:26 PM, Daniel Vetter wrote: Instead of reusing the polling code for hdp handling, split them up. This has a few consequences: - Don't touch HDP capable connectors in the poll loop. - Only touch HDP capable connectors in drm_helper_hpd_irq_event. - Run the HDP handling directly instea

[Bug 43272] pink/purple line displays to the left of the screen

2012-05-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43272 Damien Churchill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Dave Airlie
From: Dave Airlie include/linux/dma-buf.h: In function ?dma_buf_vmap?: include/linux/dma-buf.h:260:1: warning: no return statement in function returning non-void [-Wreturn-type] Reported-by: wfg at linux.intel.com Signed-off-by: Dave Airlie --- include/linux/dma-buf.h |1 + 1 files change

[PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread Lee, Chun-Yi
In v3.3, the gma500 drm driver moved from staging to drm group by Alan Cox's 3abcf41fb patch. the gma500 drm driver should control brightness well and don't need gma500 stub driver anymore. Cc: randy.dunlap at oracle.com Cc: mjg59 at srcf.ucam.org Cc: gregkh at suse.de Cc: trenn at suse.de Cc: Val

RE: [RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Tom Cooksey
> > There are multiple ways synchronization can be achieved, > > fences/sync objects is one common approach, however we're > > presenting a different approach. Personally, I quite like > > fence sync objects, however we believe it requires a lot of > > userspace interfaces to be changed to pass

Re: [GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Linus Torvalds
On Fri, May 25, 2012 at 2:17 AM, Sumit Semwal wrote: > > I am really sorry - I goofed up in the git URL (sent the ssh URL > instead). I was going to send you an acerbic email asking for your private ssh key, but then noticed that you had sent another email with the public version of the git tree.

[GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Linus Torvalds
On Fri, May 25, 2012 at 2:17 AM, Sumit Semwal wrote: > > I am really sorry - I goofed up in the git URL (sent the ssh URL > instead). I was going to send you an acerbic email asking for your private ssh key, but then noticed that you had sent another email with the public version of the git tree

drm: add helper to clflush a virtual address range

2012-05-25 Thread Daniel Vetter
Hi Greg, On Fri, May 25, 2012 at 02:24:32PM +0900, Greg KH wrote: > I see you say you wanted the patch below for the stable tree, due to > some later patch needing it, yet this patch was not "marked" for the > stable tree, and I can't seem to figure out which "later patch" you are > referring to h

drm/i915 3.5 merge window: gen6_sanitize_pm errors

2012-05-25 Thread Daniel Vetter
On Thu, May 24, 2012 at 07:27:04PM -0700, Linus Torvalds wrote: > These guys seem to be recently introduced: > > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: > GEN6_RP_INTERRUPT_LIMITS expected 1700, was 1206 > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy

drm/i915 3.5 merge window: gen6_sanitize_pm errors

2012-05-25 Thread Chris Wilson
On Thu, 24 May 2012 19:27:04 -0700, Linus Torvalds wrote: > These guys seem to be recently introduced: > > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: > GEN6_RP_INTERRUPT_LIMITS expected 1700, was 1206 > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: > G

Re: Oops with Radeon/Uninorth on Maple

2012-05-25 Thread Alex Deucher
On Thu, May 24, 2012 at 2:18 AM, Dmitry Eremin-Solenikov wrote: > Hello, colleagues, > > I'm trying to enable an AGP slot (again) on my Maple board (dual PPC970FX > board, with CPC925 (U3H) north bridge). > >  For now I'm stuck with a problem: I use radeon card, drm-radeon driver with > KMS. > > I

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-05-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #24 from Santiago Garcia Mantinan 2012-05-25 07:35:48 --- About my previous message... when I talk about 3.0 and 3.1 I meant that they were also failing, not working, 2.6.39 was the last working one for me, I tested all the serie

[Bug 50325] Glyphy bad render on r600g (software render is fine)

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50325 --- Comment #3 from T?r?k Edwin 2012-05-25 00:22:27 PDT --- With the git version of Mesa I get an error, opened new bug here: https://bugs.freedesktop.org/show_bug.cgi?id=50338 EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI

[Bug 50338] r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed !

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50338 --- Comment #1 from T?r?k Edwin 2012-05-25 00:22:02 PDT --- Created attachment 62088 --> https://bugs.freedesktop.org/attachment.cgi?id=62088 R600_DUMP_SHADERS=1 output from working Mesa 8.0.2 shader dump from working: OpenGL vendor string: X

[Bug 50338] New: r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed !

2012-05-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50338 Bug #: 50338 Summary: r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed ! Classification: Unclassified Product: Mesa Version: git Plat

[PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread joeyli
? ??2012-05-25 ? 04:53 +0900?Greg KH ??? > On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 stub driver a

Re: [PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread Alan Cox
On Fri, 25 May 2012 04:53:50 +0900 Greg KH wrote: > On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 st

Re: [RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Pauli
On 25/05/12 14:08, Tom Cooksey wrote: Hi All, I realise it's been a while since this was last discussed, however I'd like to bring up kernel-side synchronization again. By kernel-side synchronization, I mean allowing multiple drivers/devices wanting to access the same buffer to do so without bou

[Bug 43272] pink/purple line displays to the left of the screen

2012-05-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43272 Alan changed: What|Removed |Added Status|RESOLVED|CLOSED CC|

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-05-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 Santiago Garcia Mantinan changed: What|Removed |Added CC||manty at manty.net --- Com

Re: [Linaro-mm-sig] [PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Sumit Semwal
Hi Dave, On 25 May 2012 14:34, Dave Airlie wrote: > From: Dave Airlie > > include/linux/dma-buf.h: In function ‘dma_buf_vmap’: > include/linux/dma-buf.h:260:1: warning: no return statement in function > returning non-void [-Wreturn-type] > > Reported-by: w...@linux.intel.com > Signed-off-by: Da

Re: [GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, On 25 May 2012 13:25, Sumit Semwal wrote: > Hi Linus, > > Here's the first signed-tag pull request for dma-buf framework. > > Could you please pull the dma-buf updates for 3.5? This includes the > following key items: > - mmap support > - vmap support > - related documentation updates >

[GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, Here's the first signed-tag pull request for dma-buf framework. Could you please pull the dma-buf updates for 3.5? This includes the following key items: - mmap support - vmap support - related documentation updates These are needed by various drivers to allow mmap/vmap of dma-buf shar

Re: [PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread joeyli
於 五,2012-05-25 於 16:07 +0900,Greg KH 提到: > On Fri, May 25, 2012 at 09:50:44AM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 stub driver a

Re: [PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread Greg KH
On Fri, May 25, 2012 at 09:50:44AM +0800, Lee, Chun-Yi wrote: > In v3.3, the gma500 drm driver moved from staging to drm group by > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > brightness well and don't need gma500 stub driver anymore. > > Cc: randy.dun...@oracle.com > Cc: mj

Re: drm: add helper to clflush a virtual address range

2012-05-25 Thread Greg KH
Hi Daniel, I see you say you wanted the patch below for the stable tree, due to some later patch needing it, yet this patch was not "marked" for the stable tree, and I can't seem to figure out which "later patch" you are referring to here. Any hints on what I should do for the 3.4-stable kernel t

[PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread Lee, Chun-Yi
In v3.3, the gma500 drm driver moved from staging to drm group by Alan Cox's 3abcf41fb patch. the gma500 drm driver should control brightness well and don't need gma500 stub driver anymore. Cc: randy.dun...@oracle.com Cc: mj...@srcf.ucam.org Cc: gre...@suse.de Cc: tr...@suse.de Cc: valdis.kletni..

Re: [PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread joeyli
於 五,2012-05-25 於 04:53 +0900,Greg KH 提到: > On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > > In v3.3, the gma500 drm driver moved from staging to drm group by > > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > > brightness well and don't need gma500 stub driver a

Re: [PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread Greg KH
On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > In v3.3, the gma500 drm driver moved from staging to drm group by > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > brightness well and don't need gma500 stub driver anymore. > > So, my plan is remove gma500 stub dr

RE: [PATCH 08/10] drm/radeon: replace pflip and sw_int counters with atomics

2012-05-25 Thread Koenig, Christian
> -Original Message- > From: Sylvain BERTRAND [mailto:sylw...@legeek.net] > Sent: Thursday, May 24, 2012 1:59 PM > To: Christian König > Cc: j.gli...@gmail.com; Koenig, Christian; dri-devel@lists.freedesktop.org > Subject: Re: [PATCH 08/10] drm/radeon: replace pflip and sw_int counters > wi

Re: [patch] drm/udl: unlock before returning in udl_gem_mmap()

2012-05-25 Thread Dan Carpenter
On Thu, Mar 22, 2012 at 09:30:56AM +0300, Dan Carpenter wrote: > If we hit an error here, then we should unlock and unreference obj > before returning. > This is still present in linux-next. regards, dan carpenter > Signed-off-by: Dan Carpenter > > diff --git a/drivers/gpu/drm/udl/udl_gem.c b

Oops with Radeon/Uninorth on Maple

2012-05-25 Thread Dmitry Eremin-Solenikov
Hello, colleagues, I'm trying to enable an AGP slot (again) on my Maple board (dual PPC970FX board, with CPC925 (U3H) north bridge). For now I'm stuck with a problem: I use radeon card, drm-radeon driver with KMS. If I force drm-radeon to think about a card as about PCI card (by commentin

Re: [PATCH] omap2+: add drm device

2012-05-25 Thread Clark, Rob
On Thu, May 24, 2012 at 12:01 AM, Tomi Valkeinen wrote: > Hi, > > On Wed, 2012-05-23 at 15:08 -0500, Andy Gross wrote: >> Register OMAP DRM/KMS platform device.  DMM is split into a >> separate device using hwmod. >> >> Signed-off-by: Andy Gross > > > >> +static int __init omap_init_drm(void) >>

[Bug 12882] [855GM missing DVO driver] s-video not detected

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12882 Daniel Vetter changed: What|Removed |Added Summary|[855GM missng DVO driver] |[855GM missing DVO driver]

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

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 Daniel Vetter changed: What|Removed |Added Summary|[830M] need support for |[830M missing dvo driver]

[Bug 12882] [855GM missng DVO driver] s-video not detected

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12882 Daniel Vetter changed: What|Removed |Added Summary|[855GM DVO] s-video not |[855GM missng DVO driver]

[Bug 30845] [855 missing dvo driver] DVI output unsupported

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30845 Daniel Vetter changed: What|Removed |Added Severity|normal |enhancement Priority|medium

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

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 Chris Wilson changed: What|Removed |Added CC||t...@math.tu-berlin.de --- Comment #71 fr

[PATCH] drm: introduce DRM_CONNECTOR_POLL_FORCE

2012-05-25 Thread Daniel Vetter
Useful for ->detect functions that have different behaviour if force is set. This way probe_single_connector can avoid to do the expensive edid dance on connectors where this is not needed. I've checked through all drivers and set this flag everywhere where the connector->detect function has diffe

Re: [pull] drm-intel-fixes for 3.5

2012-05-25 Thread Daniel Vetter
On Thu, May 24, 2012 at 05:56:24PM +0200, Daniel Vetter wrote: > Hi Dave, > > A set of fixes for 3.5: > - Fixes for regressions in 3.5: fix spurious gmbus NAK, fix module unload, > fix pch pll asserts. > - Fix up eDP panel power sequencing - turns out we need to keep vdd on > while switching e

[PATCH] gpu: schedule gma500 stub driver for feature removal

2012-05-25 Thread Greg KH
On Mon, May 21, 2012 at 11:23:36PM +0800, Lee, Chun-Yi wrote: > In v3.3, the gma500 drm driver moved from staging to drm group by > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > brightness well and don't need gma500 stub driver anymore. > > So, my plan is remove gma500 stub dr

[RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-05-25 Thread Tom Cooksey
Hi All, I realise it's been a while since this was last discussed, however I'd like to bring up kernel-side synchronization again. By kernel-side synchronization, I mean allowing multiple drivers/devices wanting to access the same buffer to do so without bouncing up to userspace to resolve depende

[Bug 43272] pink/purple line displays to the left of the screen

2012-05-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43272 Damien Churchill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Linaro-mm-sig] [PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Dave Airlie
On Fri, May 25, 2012 at 10:18 AM, Sumit Semwal wrote: > Hi Dave, > > On 25 May 2012 14:34, Dave Airlie wrote: >> From: Dave Airlie >> >> include/linux/dma-buf.h: In function ‘dma_buf_vmap’: >> include/linux/dma-buf.h:260:1: warning: no return statement in function >> returning non-void [-Wretur

[PATCH] gpu: remove gma500 stub driver

2012-05-25 Thread Matthew Garrett
On Fri, May 25, 2012 at 09:50:44AM +0800, Lee, Chun-Yi wrote: > In v3.3, the gma500 drm driver moved from staging to drm group by > Alan Cox's 3abcf41fb patch. the gma500 drm driver should control > brightness well and don't need gma500 stub driver anymore. Looks good to me. -- Matthew Garrett |

[PATCH] dma-buf: fix disabled vmap function

2012-05-25 Thread Dave Airlie
From: Dave Airlie include/linux/dma-buf.h: In function ‘dma_buf_vmap’: include/linux/dma-buf.h:260:1: warning: no return statement in function returning non-void [-Wreturn-type] Reported-by: w...@linux.intel.com Signed-off-by: Dave Airlie --- include/linux/dma-buf.h |1 + 1 files changed,

[RFC][PATCH 1/2] libkms: YUYV support

2012-05-25 Thread ville . syrjala
From: Ville Syrjälä --- libkms/intel.c |6 +- libkms/libkms.h |2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/libkms/intel.c b/libkms/intel.c index 8b8249b..8aeb6ae 100644 --- a/libkms/intel.c +++ b/libkms/intel.c @@ -52,7 +52,7 @@ intel_get_prop(struct kms_dri

[RFC][PATCH 2/2] libdrm: atomic mode set

2012-05-25 Thread ville . syrjala
From: Ville Syrjälä --- include/drm/drm.h |1 + include/drm/drm_mode.h | 13 +++ xf86drmMode.c | 270 xf86drmMode.h | 19 4 files changed, 303 insertions(+), 0 deletions(-) diff --git a/include/drm/drm.h b/inc

[RFC][PATCH 0/2] libdrm: Atomic mode setting stuff

2012-05-25 Thread ville . syrjala
Here's the libdrm part of the atomic mode setting stuff. There's a new object I christened drmModePropertySet. It's an opaque object which is used to keep track of property changes for the user. Internally it's just a linked list of object_id/property_id/property_value tuples. The list is sorted b

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-05-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #24 from Santiago Garcia Mantinan 2012-05-25 07:35:48 --- About my previous message... when I talk about 3.0 and 3.1 I meant that they were also failing, not working, 2.6.39 was the last working one for me, I tested all the serie

Re: drm: add helper to clflush a virtual address range

2012-05-25 Thread Daniel Vetter
Hi Greg, On Fri, May 25, 2012 at 02:24:32PM +0900, Greg KH wrote: > I see you say you wanted the patch below for the stable tree, due to > some later patch needing it, yet this patch was not "marked" for the > stable tree, and I can't seem to figure out which "later patch" you are > referring to h

Re: drm/i915 3.5 merge window: gen6_sanitize_pm errors

2012-05-25 Thread Daniel Vetter
On Thu, May 24, 2012 at 07:27:04PM -0700, Linus Torvalds wrote: > These guys seem to be recently introduced: > > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: > GEN6_RP_INTERRUPT_LIMITS expected 1700, was 1206 > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy

[Bug 50325] Glyphy bad render on r600g (software render is fine)

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50325 --- Comment #3 from Török Edwin 2012-05-25 00:22:27 PDT --- With the git version of Mesa I get an error, opened new bug here: https://bugs.freedesktop.org/show_bug.cgi?id=50338 EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI

[Bug 50338] r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed !

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50338 --- Comment #1 from Török Edwin 2012-05-25 00:22:02 PDT --- Created attachment 62088 --> https://bugs.freedesktop.org/attachment.cgi?id=62088 R600_DUMP_SHADERS=1 output from working Mesa 8.0.2 shader dump from working: OpenGL vendor string: X

[Bug 50338] New: r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed !

2012-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50338 Bug #: 50338 Summary: r600g: EE r600_shader.c:140 r600_pipe_shader_create - translation from TGSI failed ! Classification: Unclassified Product: Mesa Version: git Plat

Re: drm/i915 3.5 merge window: gen6_sanitize_pm errors

2012-05-25 Thread Chris Wilson
On Thu, 24 May 2012 19:27:04 -0700, Linus Torvalds wrote: > These guys seem to be recently introduced: > > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: > GEN6_RP_INTERRUPT_LIMITS expected 1700, was 1206 > [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: >