[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #25 from Rafael Castillo --- nope the same, i guess you have something in your branch different than mesa master maybe -- You are receiving this mail because: You are the assignee for the bug. ___

[PATCH v9 1/2] dmabuf-sync: Add a buffer synchronization framework

2013-09-17 Thread Inki Dae
This patch adds a buffer synchronization framework based on DMA BUF[1] and and based on ww-mutexes[2] for lock mechanism, and is rebased on linux-3.12-rc1 The purpose of this framework is to provide not only buffer access control to CPU and DMA but also easy-to-use interfaces for device drivers an

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #12 from Nicholas Miell --- (In reply to comment #11) > > ARB_fragment_program_shadow may leave it undefined, but the GL spec ... > > Which spec exactly? GL specifications only cover GLSL shaders. > ARB_fragment_program is separate f

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #24 from Johannes Obermayr --- $ find src/gallium/drivers/ -name "*.la" -delete -o -name "*.a" -delete -o -name "*.so" -delete $ make to rebuild libradeon as well as libr600 and libradeonsi without linked-in libradeon ... -- You ar

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #23 from Rafael Castillo --- ../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In function `r600_blit_decompress_depth': r600_blit.c:(.text+0x1f00): multiple definition of `r600_blit_decompress_depth' ../../..

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 Johannes Obermayr changed: What|Removed |Added Attachment #85550|0 |1 is obsolete|

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #21 from Rafael Castillo --- bOOM ../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In function `r600_blit_decompress_depth': r600_blit.c:(.text+0x1f00): multiple definition of `r600_blit_decompress_depth' ..

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #20 from Rafael Castillo --- testing -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freed

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #11 from Grigori Goronzy --- > ARB_fragment_program_shadow may leave it undefined, but the GL spec ... Which spec exactly? GL specifications only cover GLSL shaders. ARB_fragment_program is separate from that and has its own rules. T

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #10 from Nicholas Miell --- To quote the Cg tutorial: "Notice that the code for the shadow map query is virtually identical to the code for the projective texture lookup in Example 9-6. To a Cg programmer, shadow maps are like other

linux-next: manual merge of the drm-intel tree with Linus' tree

2013-09-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/intel_drv.h between commit 6e1b4fdad515 ("drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is done") from Linus' tree and commit eb14cb747bc5 ("drm/i915: Add state readout and checking

linux-next: manual merge of the drm-intel tree with Linus' tree

2013-09-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/i915_gem.c between commit 7dc19d5affd7 ("drivers: convert shrinkers to new count/scan API") from the tree and commit e656a6cba0fe ("drm/i915: inline vma_create into lookup_or_create_vma") from the drm-in

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #9 from Nicholas Miell --- (In reply to comment #7) >Trine 2 uses those old assembly-like shaders for some reason It's the minimum spec target profile for Nvidia's Cg compiler. > This cannot work > as shadow sampling is only defined

Re: [PATCH] drm/msm: Odd PTR_ERR usage

2013-09-17 Thread Rob Clark
On Mon, Sep 16, 2013 at 5:19 PM, Thomas Meyer wrote: > The variable priv->kms is not initialized yet. > > Found by "scripts/coccinelle/tests/odd_ptr_err.cocci". > PTR_ERR should access the value just tested by IS_ERR. > > Signed-off-by: Thomas Meyer thanks, I've got it queued up BR, -R > --- >

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #8 from Grigori Goronzy --- Created attachment 86032 --> https://bugs.freedesktop.org/attachment.cgi?id=86032&action=edit Hack to force SAMPLE instruction even for 2D shadow samplers -- You are receiving this mail because: You are

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66067 --- Comment #7 from Grigori Goronzy --- This actually seems to be a bug in Trine 2. The fragment shader uses a shadow sampler to sample the normal texture, which is RGBA. This cannot work as shadow sampling is only defined for depth textures. Acc

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #37 from Jose P. --- Created attachment 86031 --> https://bugs.freedesktop.org/attachment.cgi?id=86031&action=edit dmesg, xorg I installed 3.12-rc1 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc1-saucy/ , it didn't hel

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #32 from Alexandre Demers --- (In reply to comment #31) > Created attachment 85989 [details] [review] > testing patch > > Try this patch independent from any other patches. It forces the engine and > memory clocks of all performance

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #7 from darkbasic --- Created attachment 86011 --> https://bugs.freedesktop.org/attachment.cgi?id=86011&action=edit pyrit debug Here it is, thanks. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #49 from Tom Stellard --- Created attachment 86004 --> https://bugs.freedesktop.org/attachment.cgi?id=86004&action=edit Possible Fix #2 Can you try this patch, and if it doesn't work post the output with R600_DEBUG=cs -- You are

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #9 from darkbasic --- Created attachment 86014 --> https://bugs.freedesktop.org/attachment.cgi?id=86014&action=edit pyrit debug 10 minutes I let it run for 10 minutes and still no compute shaders. -- You are receiving this mail b

[Bug 69321] starting openCL crashes/boots system

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69321 --- Comment #6 from udo --- FWIW: https://bugs.freedesktop.org/attachment.cgi?id=85794 fixes the problem -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

Re: BUG: sleeping function called from invalid context on 3.10.10-rt7

2013-09-17 Thread Daniel Vetter
On Tue, Sep 17, 2013 at 9:50 PM, Peter Hurley wrote: > On 09/11/2013 03:31 PM, Peter Hurley wrote: >> >> [+cc dri-devel] >> >> On 09/11/2013 11:38 AM, Steven Rostedt wrote: >>> >>> On Wed, 11 Sep 2013 11:16:43 -0400 >>> Peter Hurley wrote: >>> > The funny part is, there's a comment there that

Re: BUG: sleeping function called from invalid context on 3.10.10-rt7

2013-09-17 Thread Peter Hurley
On 09/11/2013 03:31 PM, Peter Hurley wrote: [+cc dri-devel] On 09/11/2013 11:38 AM, Steven Rostedt wrote: On Wed, 11 Sep 2013 11:16:43 -0400 Peter Hurley wrote: The funny part is, there's a comment there that shows that this was done even for "PREEMPT_RT". Unfortunately, the call to "get_sca

[Bug 69497] New: X1950XTX performance issue

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69497 Priority: medium Bug ID: 69497 Assignee: dri-devel@lists.freedesktop.org Summary: X1950XTX performance issue Severity: normal Classification: Unclassified OS: All R

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #4 from Tom Stellard --- Created attachment 86005 --> https://bugs.freedesktop.org/attachment.cgi?id=86005&action=edit Possible Fix Can you try this patch, and if it doesn't work post the output of R600_DEBUG=cs. -- You are recei

[Bug 67982] After boot, the APU is powered with its maximum voltage (trinity/ARUBA)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67982 --- Comment #4 from Kertesz Laszlo --- I use the mainline linux kernel (now 3.12 rc1+) merged with your drm-fixes-3.12 already. This behavior is there and seemingly unchanged since i tried dpm with the kernel 3.11 when was in rc stage. Here is w

Re: drm/radeon: "ring test failed" on PA-RISC Linux

2013-09-17 Thread Alex Ivanov
17.09.2013, в 18:24, Alex Deucher написал(а): > On Tue, Sep 17, 2013 at 5:23 AM, Alex Ivanov wrote: >> Alex, >> >> 10.09.2013, в 16:37, Alex Deucher написал(а): >> >>> The dummy page isn't really going to help much. That page is just >>> used as a safety placeholder for gart entries that are

[Bug 67982] After boot, the APU is powered with its maximum voltage (trinity/ARUBA)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67982 --- Comment #2 from Kertesz Laszlo --- I have further information on this. It seems that before the X server is started, the CPU voltage is correctly regulated - it's at 0.9 v, when not doing anything, which is the correct behavior. But after x

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #8 from Tom Stellard --- (In reply to comment #7) > Created attachment 86011 [details] > pyrit debug > > Here it is, thanks. There are no compute shaders in this output. You should let the program run longer, if possible, to give i

[Bug 67107] Xorg starts and crashes with DPM enable

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67107 Christopher Chmielewski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #51 from darkbasic --- Created attachment 86012 --> https://bugs.freedesktop.org/attachment.cgi?id=86012&action=edit bfgminer debug Here is the stderr output of RADEON_DUMP_SHADERS=1 bfgminer --scrypt -o stratum+tcp://stratum2.wemi

[Bug 67982] After boot, the APU is powered with its maximum voltage (trinity/ARUBA)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67982 --- Comment #3 from Alex Deucher --- You might try again with the bapm fixes in my drm-fixes tree: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-fixes-3.12 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #5 from darkbasic --- It hangs at calibrating now: ~ $ R600_DEBUG=cs pyrit benchmark Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com This code is distributed under the GNU General Public License v3+ Calibrating... ^

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #6 from Tom Stellard --- (In reply to comment #5) > It hangs at calibrating now: > > ~ $ R600_DEBUG=cs pyrit benchmark > Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com > This code is distributed under the GNU Genera

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #50 from darkbasic --- It doesn't work, but at least now it hangs at: R600_DEBUG=cs bfgminer --scrypt -o stratum+tcp://stratum2.wemineltc.com:3334 -u user.1 -p password -I 13 -v1 [2013-09-17 21:03:59] Started bfgminer 3.2.0 [2013-

[Bug 69463] RadeonSI : xserver crashes with Segmentation Fault

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69463 --- Comment #2 from Michel Dänzer --- (In reply to comment #2) > 3: /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (XGetXCBConnection+0x7) > [0x7f4c1c70d6c7] > 4: /home/atitest/install/lib/libEGL.so.1 (0x7f4c1cd51000+0x14441) > [0x7f4c1cd65441] Looks

[PATCH v2 1/3] backlight: introduce backlight_device_registered

2013-09-17 Thread Aaron Lu
Introduce a new API for modules to query if a specific type of backlight device has been registered. This is useful for some backlight device provider module(e.g. ACPI video) to know if a native control interface(e.g. the interface created by i915) is available and then do things accordingly(e.g. a

Re: [PATCH v2 1/3] backlight: introduce backlight_device_registered

2013-09-17 Thread Igor Gnatenko
On Tue, 2013-09-17 at 17:23 +0800, Aaron Lu wrote: > Introduce a new API for modules to query if a specific type of backlight > device has been registered. This is useful for some backlight device > provider module(e.g. ACPI video) to know if a native control > interface(e.g. the interface created

[PATCH v2 0/3] Fix Win8 backlight issue

2013-09-17 Thread Aaron Lu
v1 has the subject of "Rework ACPI video driver" and is posted here: http://lkml.org/lkml/2013/9/9/74 Since the objective is really to fix Win8 backlight issues, I changed the subject in this version, sorry about that. This patchset has three patches, the first introduced a new API named backlight

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 --- Comment #8 from slick...@gmx.com --- > Do you the latest code from my opencl-example repo? Older versions were > missing the rotl.cl file Yes, that was it. It passes all tests here now! -- You are receiving this mail because: You are the

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 --- Comment #11 from slick...@gmx.com --- @Alex Deucher: Reverting f0435ebb07d01a77ca0d98967a002898811a5206 also makes it work. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 69321] starting openCL crashes/boots system

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69321 Alex Deucher changed: What|Removed |Added CC||slick...@gmx.com --- Comment #5 from Alex

[PATCH v2 2/3] ACPI / video: seperate backlight control and event interface

2013-09-17 Thread Aaron Lu
The backlight control and event delivery functionality provided by ACPI video module is mixed together and registered all during video device enumeration time. As a result, the two functionality are also removed together on module unload time or by the acpi_video_unregister function. The two functi

[PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

2013-09-17 Thread Aaron Lu
According to Matthew Garrett, "Windows 8 leaves backlight control up to individual graphics drivers rather than making ACPI calls itself. There's plenty of evidence to suggest that the Intel driver for Windows 8 doesn't use the ACPI interface, including the fact that it's broken on a bunch of machi

Re: [PATCH v2 0/3] Fix Win8 backlight issue

2013-09-17 Thread Igor Gnatenko
On Tue, 2013-09-17 at 17:23 +0800, Aaron Lu wrote: > v1 has the subject of "Rework ACPI video driver" and is posted here: > http://lkml.org/lkml/2013/9/9/74 > Since the objective is really to fix Win8 backlight issues, I changed > the subject in this version, sorry about that. > > This patchset ha

[3.12-rc1 regression] X fails to start on Latitude E6510 w/ NOUVEAU DRM driver

2013-09-17 Thread Mikael Pettersson
Dell Latitude E6510, CONFIG_DRM_NOUVEAU, 64-bit Fedora 17 user-space, Xorg drivers, and 01:00.0 VGA compatible controller: nVidia Corporation GT218 [NVS 3100M] (rev a2). With 3.11 X starts fine, with 3.12-rc1 it fails with the following in Xorg.0.log: ... [56.819] (II) Loading /usr/lib64/

Re: [PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

2013-09-17 Thread Igor Gnatenko
On Tue, 2013-09-17 at 17:23 +0800, Aaron Lu wrote: > According to Matthew Garrett, "Windows 8 leaves backlight control up > to individual graphics drivers rather than making ACPI calls itself. > There's plenty of evidence to suggest that the Intel driver for > Windows 8 doesn't use the ACPI interfa

Re: [PATCH v2 2/3] ACPI / video: seperate backlight control and event interface

2013-09-17 Thread Igor Gnatenko
On Tue, 2013-09-17 at 17:23 +0800, Aaron Lu wrote: > The backlight control and event delivery functionality provided by ACPI > video module is mixed together and registered all during video device > enumeration time. As a result, the two functionality are also removed > together on module unload ti

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 --- Comment #10 from Alex Deucher --- git revert f0435ebb07d01a77ca0d98967a002898811a5206 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 --- Comment #9 from slick...@gmx.com --- @Alex Deucher: I'm not that familiar with git, can you give me the command to do that, starting with the checked out branch-master gentoo grabs to the build directory? It keeps .git there at least. -- Y

[Bug 60857] Unstable display with Radeon 760G (ASUS M4A78L-M LE)

2013-09-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60857 --- Comment #17 from Stuart Foster --- removing the radeon.agpmode=-1 from the command line enabled the radeon dpm to be initialized. -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #31 from Alex Deucher --- Created attachment 85989 --> https://bugs.freedesktop.org/attachment.cgi?id=85989&action=edit testing patch Try this patch independent from any other patches. It forces the engine and memory clocks of all

Re: [PATCH 05/12] drm/edid: Expose mandatory stereo modes for HDMI sinks

2013-09-17 Thread Damien Lespiau
On Mon, Sep 16, 2013 at 09:29:31PM +0300, Ville Syrjälä wrote: > > +struct stereo_mandatory_mode { > > + int width, height, freq; [..] > > + unsigned int interlace_flag, layouts; > > What's the benefit of separating the two? Just that we can easily cycle through the layout flags and add a m

Re: drm/radeon: "ring test failed" on PA-RISC Linux

2013-09-17 Thread Alex Deucher
On Tue, Sep 17, 2013 at 5:23 AM, Alex Ivanov wrote: > Alex, > > 10.09.2013, в 16:37, Alex Deucher написал(а): > >> The dummy page isn't really going to help much. That page is just >> used as a safety placeholder for gart entries that aren't mapped on >> the GPU. TTM (drivers/gpu/drm/ttm) actua

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #30 from Alexandre Demers --- If there were any fixes pushed in kernel 3.12-rc1, none changed anything. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-de

[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328 --- Comment #7 from Alex Deucher --- I wonder if this may also be related to bug 69321. Does reverting f0435ebb07d01a77ca0d98967a002898811a5206 also help? -- You are receiving this mail because: You are the assignee for the bug. __

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Daniel Vetter
On Tue, Sep 17, 2013 at 1:02 PM, Ville Syrjälä wrote: > > But the problem is that addfb2 can't supply more than 4. So we need a new > ioctl if we want to collect all that information inside a single drm_fb > object. If we do add another ioctl then I think we should go at least to > 16, since we mi

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Daniel Vetter
On Tue, Sep 17, 2013 at 3:20 PM, Damien Lespiau wrote: > On Tue, Sep 17, 2013 at 12:37:48PM +0200, Daniel Vetter wrote: >> I guess we should start to check that. For 3d framebuffers with 2 >> separate buffer handles for each plane I think we need to add another flag >> to addfb2, e.g. >> >> #defin

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Ville Syrjälä
On Tue, Sep 17, 2013 at 02:20:41PM +0100, Damien Lespiau wrote: > On Tue, Sep 17, 2013 at 12:37:48PM +0200, Daniel Vetter wrote: > > I guess we should start to check that. For 3d framebuffers with 2 > > separate buffer handles for each plane I think we need to add another flag > > to addfb2, e.g. >

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Damien Lespiau
On Tue, Sep 17, 2013 at 12:37:48PM +0200, Daniel Vetter wrote: > I guess we should start to check that. For 3d framebuffers with 2 > separate buffer handles for each plane I think we need to add another flag > to addfb2, e.g. > > #define DRM_MODE_FB_3D_2_FRAMES (1<<1) /* separate left/right buffer

Re: about flashing firefox os on micromax a60 (amr6)

2013-09-17 Thread Alex Deucher
On Tue, Sep 17, 2013 at 1:18 AM, Prasad Mhatre wrote: > hello, > I have micromax a60 and specs are as follows:- > > > original os was :android 2.1 > now currently os :android 2.2 frozen yogurt(flashed it) > > i want to flash firefox OS on it can you

[Bug 60857] Unstable display with Radeon 760G (ASUS M4A78L-M LE)

2013-09-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60857 --- Comment #16 from Alex Deucher --- (In reply to Stuart Foster from comment #15) > [drm] radeon: power management initialized > > what do you think ? dpm is not enabled. You should see: [drm] radeon: dpm initialized -- You are receiving t

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7 to 3.12 inclusive

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #16 from Alex Deucher --- Since this bug was opened before dpm was released, can you reproduce the problems without dpm enabled? If not, then these are two different issues. -- You are receiving this mail because: You are the assig

[Bug 69321] starting openCL crashes/boots system

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69321 --- Comment #4 from udo --- mesa]# git bisect bad f0435ebb07d01a77ca0d98967a002898811a5206 is the first bad commit commit f0435ebb07d01a77ca0d98967a002898811a5206 Author: Tom Stellard Date: Mon Aug 26 17:55:49 2013 -0700 r600g/compute: D

[Bug 69463] RadeonSI : xserver crashes with Segmentation Fault

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69463 --- Comment #1 from samit vats --- Created attachment 85971 --> https://bugs.freedesktop.org/attachment.cgi?id=85971&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 69463] New: RadeonSI : xserver crashes with Segmentation Fault

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69463 Priority: medium Bug ID: 69463 Assignee: dri-devel@lists.freedesktop.org Summary: RadeonSI : xserver crashes with Segmentation Fault Severity: critical Classification: Unclassified

[PATCH v2 2/2] dma-buf: Add user interfaces for dmabuf sync support

2013-09-17 Thread Inki Dae
This patch adds lock and poll callbacks to dma buf file operations, and these callbacks will be called by fcntl and select system calls. fcntl and select system calls can be used to wait for the completion of DMA or CPU access to a shared dmabuf. The difference of them is fcntl system call takes a

[PATCH v9 0/2] Introduce buffer synchronization framework

2013-09-17 Thread Inki Dae
Hi all, This patch set introduces a buffer synchronization framework based on DMA BUF[1] and based on ww-mutexes[2] for lock mechanism, and is rebased on linux-3.12-rc1 The purpose of this framework is to provide not only buffer access control to CPU and CPU, and CPU and DMA, and DMA and DMA but

[Bug 69372] Render issues in some GTK widgets with Mesa 9+ RadeonSI drivers

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69372 --- Comment #11 from Alexey --- Just check system monitor again - the same issue. So, no. It does not work better:( -- You are receiving this mail because: You are the assignee for the bug. ___ dri-de

[Bug 69372] Render issues in some GTK widgets with Mesa 9+ RadeonSI drivers

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69372 --- Comment #10 from Alexey --- I've been built glamor and ati drivers from git. Now I can use system monitor but g-c-c and firefox have the same issues. -- You are receiving this mail because: You are the assignee for the bug.

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Ville Syrjälä
On Tue, Sep 17, 2013 at 12:37:48PM +0200, Daniel Vetter wrote: > On Tue, Sep 17, 2013 at 12:54:09PM +0300, Ville Syrjälä wrote: > > On Tue, Sep 17, 2013 at 10:03:12AM +0100, Damien Lespiau wrote: > > > On Tue, Sep 17, 2013 at 11:20:46AM +0300, Ville Syrjälä wrote: > > > > +++ b/drivers/gpu/drm/drm

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Daniel Vetter
On Tue, Sep 17, 2013 at 12:54:09PM +0300, Ville Syrjälä wrote: > On Tue, Sep 17, 2013 at 10:03:12AM +0100, Damien Lespiau wrote: > > On Tue, Sep 17, 2013 at 11:20:46AM +0300, Ville Syrjälä wrote: > > > +++ b/drivers/gpu/drm/drm_crtc.c > > > > @@ -2131,6 +2131,17 @@ int drm_mode_setcrtc(struct drm_

[Bug 60827] X under radeon driver crashes after resuming from hibernation

2013-09-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60827 --- Comment #7 from archie...@gmail.com --- The problem persists in Kernel 3.11.1 -- You are receiving this mail because: You are watching the assignee of the bug. ___ dri-devel mailing list dri-devel@l

[Bug 68224] [radeonsi] Serious Sam3 is segfaulting (LLVM assert)

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68224 --- Comment #18 from Michel Dänzer --- (In reply to comment #12) > - Use correct register flags, so we don't overwrite the low dword >when restoring multi-dword registers. This doesn't seem to result in any difference for the code generated

exynos4: power domain issue with hdmi out

2013-09-17 Thread Alban Browaeys
Hi, with Odroid U2 (exynos4412 quad) + a custom kernel based on linux-next 20130912 and before I am unable to get a hdmi output other than vertical lines (a few whites on black background, sometimes yellow ) that are static (no changes whatever the content sent to the hdmi output. The issue disap

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Ville Syrjälä
On Tue, Sep 17, 2013 at 10:03:12AM +0100, Damien Lespiau wrote: > On Tue, Sep 17, 2013 at 11:20:46AM +0300, Ville Syrjälä wrote: > > +++ b/drivers/gpu/drm/drm_crtc.c > > > @@ -2131,6 +2131,17 @@ int drm_mode_setcrtc(struct drm_device *dev, void > > > *data, > > > goto out; > > >

[Bug 69372] Render issues in some GTK widgets with Mesa 9+ RadeonSI drivers

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69372 --- Comment #9 from Michel Dänzer --- Does it work better with glamor 0.5.1? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freede

Re: drm/radeon: "ring test failed" on PA-RISC Linux

2013-09-17 Thread Alex Ivanov
Alex, 10.09.2013, в 16:37, Alex Deucher написал(а): > The dummy page isn't really going to help much. That page is just > used as a safety placeholder for gart entries that aren't mapped on > the GPU. TTM (drivers/gpu/drm/ttm) actually does the allocation of > the backing pages for the gart.

Re: [PATCH 7/9] drm/edid: Expose mandatory stereo modes for HDMI sinks

2013-09-17 Thread Damien Lespiau
On Mon, Sep 16, 2013 at 06:35:12PM +0100, Damien Lespiau wrote: > On Fri, Sep 13, 2013 at 04:10:24PM +, Joakim Plate wrote: > > Damien Lespiau intel.com> writes: > > > > > +static const struct s3d_mandatory_mode s3d_mandatory_modes[] = { > > > + { 1920, 1080, 24, 0, > > > + DRM_MODE_FLAG_3D

Re: HDMI stereo support v4

2013-09-17 Thread Damien Lespiau
On Mon, Sep 16, 2013 at 06:48:43PM +0100, Damien Lespiau wrote: > Next installment of the HDMI stereo 3D series, following: > http://lists.freedesktop.org/archives/dri-devel/2013-September/044885.html Seems like a v5 is shapping up. I'll summarise the discussion with Daniel on IRC yesterday and

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Damien Lespiau
On Tue, Sep 17, 2013 at 11:20:46AM +0300, Ville Syrjälä wrote: > +++ b/drivers/gpu/drm/drm_crtc.c > > @@ -2131,6 +2131,17 @@ int drm_mode_setcrtc(struct drm_device *dev, void > > *data, > > goto out; > > } > > > > + /* > > +* Do not allow th

Re: [Intel-gfx] [PATCH 11/12] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes

2013-09-17 Thread Damien Lespiau
On Tue, Sep 17, 2013 at 11:22:26AM +0300, Ville Syrjälä wrote: > On Mon, Sep 16, 2013 at 06:48:54PM +0100, Damien Lespiau wrote: > > When scanning out a stereo mode, the AVI infoframe vic field has to be > > the underlyng 2D VIC. Before that commit, we weren't matching the CEA > > mode because of t

Re: [Intel-gfx] [PATCH 11/12] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes

2013-09-17 Thread Ville Syrjälä
On Mon, Sep 16, 2013 at 06:48:54PM +0100, Damien Lespiau wrote: > When scanning out a stereo mode, the AVI infoframe vic field has to be > the underlyng 2D VIC. Before that commit, we weren't matching the CEA > mode because of the extra stereo flag and then were setting the VIC > field in the AVI i

Re: [Intel-gfx] [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes

2013-09-17 Thread Ville Syrjälä
On Mon, Sep 16, 2013 at 06:48:53PM +0100, Damien Lespiau wrote: > There are a few things to be flushed out if we want to allow multiple > buffers stereo framebuffers: > - What with drm_planes? what semantics do they follow, what is the > hardware able to do with them? > - How do we define w

[Bug 60857] Unstable display with Radeon 760G (ASUS M4A78L-M LE)

2013-09-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60857 --- Comment #15 from Stuart Foster --- Created attachment 108661 --> https://bugzilla.kernel.org/attachment.cgi?id=108661&action=edit Output from dmesg from vanilla kernel 3.12-rc1 Alex With the release of kernel 3.12-rc1 I took the opportunit

Re: [PATCH] drm/ttm: fix the tt_populated check in ttm_tt_destroy()

2013-09-17 Thread Thomas Hellstrom
On 09/17/2013 06:21 AM, Ben Skeggs wrote: From: Ben Skeggs After a vmalloc failure in ttm_dma_tt_alloc_page_directory(), ttm_dma_tt_init() will call ttm_tt_destroy() to cleanup, and end up inside the driver's unpopulate() hook when populate() has never yet been called. On nouveau, the first is

about flashing firefox os on micromax a60 (amr6)

2013-09-17 Thread Prasad Mhatre
hello, I have micromax a60 and specs are as follows:- original os was :android 2.1 now currently os :android 2.2 frozen yogurt(flashed it) i want to flash firefox OS on it can you guide me to do so regards, prasad mhatre ___

about flashing firefox os on micromax a60 (amr6)

2013-09-17 Thread Prasad Mhatre
hello, I have micromax a60 and specs are as follows:- original os was :android 2.1 now currently os :android 2.2 frozen yogurt(flashed it) i want to flash firefox OS on it can you guide me to do so regards, prasad mhatre ___

[PATCH] drm/ttm: fix the tt_populated check in ttm_tt_destroy()

2013-09-17 Thread Ben Skeggs
From: Ben Skeggs After a vmalloc failure in ttm_dma_tt_alloc_page_directory(), ttm_dma_tt_init() will call ttm_tt_destroy() to cleanup, and end up inside the driver's unpopulate() hook when populate() has never yet been called. On nouveau, the first issue to be hit because of this is that dma_ad

[Bug 69365] vgaswitcheroo crashes when passing "OFF" to the "switch" file

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69365 --- Comment #1 from Jose P. --- Seems to have been fixed in kernel 3.12-rc1 (from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc1-saucy/ ). I don't know how to test it in a better way (other than simply running the above command)... and I

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7 to 3.12 inclusive

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 Shawn Starr changed: What|Removed |Added Summary|[r600][RV635] GPU lockup CP |[r600][RV635] GPU lockup CP

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7 to 3.11 inclusive

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #14 from Shawn Starr --- This is not Second Life related at all, I manged to get GPU to reset in the following way: 1) Set /sys/class/drm/card0/device/power_dpm_state to Battery and leave /sys/class/drm/card0/device/power_dpm_force_p

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7 to 3.11 inclusive

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59649 --- Comment #15 from Shawn Starr --- (In reply to comment #14) > > if I recall, In both places even when playing with Second Life, I set DPM > power state to Battery even though the laptop has AC plugged in as seen in > this log from the latest

Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-17 Thread Randy Dunlap
On 09/16/13 17:06, Olof Johansson wrote: > On Mon, Sep 16, 2013 at 8:54 AM, Joe Perches wrote: >> On Mon, 2013-09-16 at 08:46 -0700, Olof Johansson wrote: >>> On Mon, Sep 16, 2013 at 8:17 AM, Thierry Reding >>> wrote: On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: > This

[PATCH] drm/msm: Odd PTR_ERR usage

2013-09-17 Thread Thomas Meyer
The variable priv->kms is not initialized yet. Found by "scripts/coccinelle/tests/odd_ptr_err.cocci". PTR_ERR should access the value just tested by IS_ERR. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c --- a/drivers/gpu/drm/msm/msm_d