RE: [PATCH] drm: exynos: fix for mapping non contig dma buffers

2012-11-02 Thread Inki Dae
It's good patch. Right, there was my missing point. I thought each sgl would always have 4k page. But dma mapping api, dma_alloc_alloc(), allocates physical memory as continuously as possible so the sgl can have group of pages. Below is my comment. > -Original Message- > From: Rahul Shar

Re: [PATCH] drm: reduce default drm vblank off delay to 50ms

2012-11-02 Thread Mario Kleiner
On 30.10.12 20:28, Jesse Barnes wrote: On Tue, 30 Oct 2012 20:20:44 +0100 Daniel Vetter wrote: On Tue, Oct 30, 2012 at 8:09 PM, Jesse Barnes wrote: People keep whining about this, but no one seems to send a patch. This *ought* to be safe now that we've dealt with the hw races in Mario's upd

[Bug 56659] New: DRI_PRIME: triangle, rendering inside of which occurs with a noticeable delay

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56659 Priority: medium Bug ID: 56659 Assignee: dri-devel@lists.freedesktop.org Summary: DRI_PRIME: triangle, rendering inside of which occurs with a noticeable delay Severity: norm

[Bug 56663] New: 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 Priority: medium Bug ID: 56663 Assignee: dri-devel@lists.freedesktop.org Summary: 2D tiling commit renders screen black on kdm Severity: major Classification: Unclassified OS

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #1 from dagg --- Created attachment 69421 --> https://bugs.freedesktop.org/attachment.cgi?id=69421&action=edit seat 1 config -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #2 from dagg --- xorg logs can be found at http://bpaste.net/show/55347/ (bad boot log) and at http://bpaste.net/show/55346/ (good boot log) -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #3 from dagg --- (In reply to comment #0) > Created attachment 69420 [details] > seat 0 config > > I'm running a multiseat setup with 2 radeon (ATI3650HD and ATI5450HD) and 1 > intel cpus, I'm using libdrm, mesa and xf86-video-ati fr

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-02 Thread Ville Syrjälä
On Thu, Nov 01, 2012 at 11:39:58PM +0100, Daniel Vetter wrote: > On Thu, Nov 01, 2012 at 10:12:21AM -0700, Jesse Barnes wrote: > > On Thu, 1 Nov 2012 19:07:02 +0200 > > Ville Syrjälä wrote: > > > > > On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: > > > > On Thu, 1 Nov 2012 12:12:35

[PATCH] drm: exynos: fix for mapping non contig dma buffers

2012-11-02 Thread Rahul Sharma
This patch fixes the problem of mapping gem objects which are non-contigous dma buffers. These buffers are described using SG table and SG lists. Each valid SG List is pointing to a single page or group of pages which are physically contigous. Current implementation just maps the first page of eac

[PATCH] Fix nouveau hang after switcheroo

2012-11-02 Thread Daniel J Blueman
After switcherooing to integrated and starting X, when X fails to start and causes a console switch, we get hit with a hanger (below). Fix by checking if we're already in D3. BUG: soft lockup - CPU#0 stuck for 22s! [Xorg:1703] [] nv04_timer_read+0x28/0x70 [nouveau] [] nouveau_timer_wait_eq+0x7c/

[Bug 56666] New: AMD SUMO GPU lockup when launching any heavy 3D application

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5 Priority: medium Bug ID: 5 Assignee: dri-devel@lists.freedesktop.org Summary: AMD SUMO GPU lockup when launching any heavy 3D application Severity: critical Classific

[pull] drm-intel-next for 3.8

2012-11-02 Thread Daniel Vetter
Hi Dave, Quite a pile since this is 4 weeks worth of patches: - tons of hsw dp prep patches form Paulo - round scheduled work items and timers to nearest second (Chris) - some hw workarounds (Jesse&Damien) - vlv dp support and related fixups (Vijay et al.) - basic haswell dp support, not yet wired

[Bug 36965] GL_EXT_texture_sRGB (included in OpenGL 2.1) is broken (glean/texture_srgb broken too)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36965 --- Comment #6 from Andreas Boll --- (In reply to comment #4) > There is a lot of other code which plays role in handling sRGB textures. I > don't think getteximage.c is relevant to this issue(s). > > Nevertheless, it looks like Pavel's and Mart

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56634 --- Comment #3 from Andy Furniss --- (In reply to comment #2) > Do you mean it's slower than without the commit or is it running mostly at > the same speed when it's slowing down? It's way slower than without the commit, but only temporarily the

[Bug 56081] (SUMO2) Black screen on X Launch, corrupted VTs when using KMS

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56081 Andreas Boll changed: What|Removed |Added Product|Mesa|DRI Version|git

[PATCH v2 0/4] drm/exynos,intel: fix locking for flip/vbl event list

2012-11-02 Thread Imre Deak
The patchset adds the missing event_lock when accessing the vblank_event_list in drm_vblank_off() and as preparation for this also fixes a few other issues in the exynos driver. This is also a dependency for Rob Clark's drm_send_vblank_event() rework as that would trigger a warning for the unhold

[PATCH v2 1/4] drm/exynos: hold event_lock while accessing pageflip_event_list

2012-11-02 Thread Imre Deak
Signed-off-by: Imre Deak --- drivers/gpu/drm/exynos/exynos_drm_crtc.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c index fce245f..2efa4b0 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c +++ b

[PATCH v2 2/4] drm/exynos: call drm_vblank_put for each queued flip event

2012-11-02 Thread Imre Deak
It's guaranteed that for each event on pageflip_event_list we have called drm_vblank_get() - see exynos_drm_crtc_page_flip() - so checking for this is redundant. Also we need to call drm_vblank_put() for each event on the list, not only once, otherwise we'd leak vblank references if there are mult

[PATCH v2 3/4] drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock

2012-11-02 Thread Imre Deak
Currently the exynos driver calls drm_vblank_off() with the event_lock held, while drm_vblank_off() will lock vbl_time and vblank_time_lock. This lock dependency chain conflicts with the one in drm_handle_vblank() where we first lock vblank_time_lock and then the event_lock. Fix this by removing t

[PATCH v2 4/4] drm: hold event_lock while accessing vblank_event_list

2012-11-02 Thread Imre Deak
Currently the only users of drm_vblank_off() are i915 and gma500, neither of which holds the event_lock when calling this function. Fix this by holding the event_lock while traversing the list. Signed-off-by: Imre Deak --- drivers/gpu/drm/drm_irq.c |3 +++ 1 file changed, 3 insertions(+) di

[Bug 36965] GL_EXT_texture_sRGB (included in OpenGL 2.1) is broken (glean/texture_srgb broken too)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36965 --- Comment #7 from Martin Lambers --- I don't have access anymore to the AMD graphics card that originally exposed the problem for me. I can only confirm that the problem does not exist with Mesa 9.0 (from Ubuntu 12.10) with an Intel Sandybridg

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56405 Andreas Boll changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/Gallium/r600 -- You are receivin

[Bug 36965] GL_EXT_texture_sRGB (included in OpenGL 2.1) is broken (glean/texture_srgb broken too)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36965 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH] kms: Return a negative error code in kms_bo_create()

2012-11-02 Thread Jakob Bornecrantz
On Thu, Nov 1, 2012 at 10:38 AM, Laurent Pinchart wrote: > The function returns returns 0 on success or a negative value in case of an > error, except when given invalid attributes in which case it returns the > positive EINVAL value. Replace that with -EINVAL to allow the caller to detect > error

Re: [PATCH] kms: Make libkms.h usable in C++

2012-11-02 Thread Jakob Bornecrantz
On Thu, Nov 1, 2012 at 10:40 AM, Laurent Pinchart wrote: > Wrap the header in extern "C" { ... };. > > Signed-off-by: Laurent Pinchart Reviewed-by: Jakob Bornecrantz ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.o

[Bug 48455] Enabling R600_STREAMOUT causes graphical corruption

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48455 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 49632] radeon: The kernel rejected CS,

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49632 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56659] DRI_PRIME: triangle, rendering inside of which occurs with a noticeable delay

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56659 Alex Deucher changed: What|Removed |Added Attachment #69414|text/plain |image/jpeg mime type|

[Bug 56659] DRI_PRIME: triangle, rendering inside of which occurs with a noticeable delay

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56659 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 52997] evergreen_cs_track_validate_cb:477 cb[0] bo too small when launching ds2 in wine

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52997 --- Comment #14 from Alex Deucher --- (In reply to comment #13) > (In reply to comment #12) > > If they are 32-bit games, you'll hit the same issue. > > Not meaning to question your expertise, but would you care to explain: if > "wine requires 3

[Bug 48759] [Piglit] : Regression failure observed for Glean test bufferObject

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48759 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Andreas Boll

[Bug 44852] 3D Acceleration initialization failed for Fusion Wrestler 9808

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44852 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Andreas Boll

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #4 from Alex Deucher --- Are you sure it's the 2D tiling commit? Does just reverting that commit fix the issue? I think it's probably another commit. Does your tree have: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commi

[Bug 56081] (SUMO2) Black screen on X Launch, corrupted VTs when using KMS

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56081 --- Comment #7 from Alex Deucher --- Can you try a mesa 8.0.x release? This might be a duplicate of bug 56405. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[Bug 56666] AMD SUMO GPU lockup when launching any heavy 3D application

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5 --- Comment #1 from Alex Deucher --- Can you try mesa 8.0.x? This might be a duplicate of bug 56405. If 8.0.x works, can you bisect? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #5 from dagg --- (In reply to comment #4) > Are you sure it's the 2D tiling commit? Does just reverting that commit fix > the issue? I think it's probably another commit. Does your tree have: > http://cgit.freedesktop.org/xorg/driv

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #6 from Alex Deucher --- (In reply to comment #5) > I'm not sure, correct me if I'm wrong but Zaphod is for running seperate x > sessions on the same card? > I'm using a card per session. > > anyway, I'll revert the patch and try, wi

[Bug 25590] commit "drm: disable all the possible outputs/crtcs before entering KMS mode" introduces EDID errors

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25590 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO Product|Mesa

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 40931] r600g: interpret integer texture types as ints regresses VDPAU/XVMC decode.

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40931 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 34313] RV770 lock-up with OpenGL

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34313 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO Product|Mesa

[Bug 34313] RV770 lock-up with OpenGL

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34313 --- Comment #26 from Bob Ham --- (In reply to comment #25) > Is this still an issue with a newer driver/kernel? I'll investigate. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 28223] Screen Blanks on launching racing game Vdrift

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28223 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 52997] evergreen_cs_track_validate_cb:477 cb[0] bo too small when launching ds2 in wine

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52997 --- Comment #15 from mailbox@gmail.com --- (In reply to comment #14) > You can install a 32 bit version of the open source 3D driver as well. Just > because the graphics in a game do not appear to be 3D, they generally still > use a 3D API (O

[Bug 24542] r600 vertex processing broken in mesa 7.7

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24542 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 32323] GL_EXT_texture_sRGB is broken

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32323 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 25443] [nexuiz] Endless loading without kms

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25443 Andreas Boll changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 23436] RV620 locks up on starting/quiting 3D app

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=23436 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #7 from Andreas Boll

[Bug 36172] xf86-video-ati-git causes Gnome 3 crash (Radeon HD5770 - r800)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36172 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #10 from Andreas Bol

[Bug 23949] [RV620] r600 crash on resolution change & OpenGL start

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=23949 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 24857] Lightening and object selection in viewport is not working in Blender 3D

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24857 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Andreas Boll

[Bug 24860] Triple Buffer is very slow in Blender 3D

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24860 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 27457] Blender artifacts when using box select

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27457 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 37490] texture corruption in r600/r600g when using DRI2, no texture corruption in r600 with dri1

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37490 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 52574] crash in memcpy_texture because of NULL dstAddr (gl_texture_image.Data)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52574 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28932 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Andreas Boll

[Bug 27443] radeonFreeTexImageData: Assertion `!image->base.Data' failed when running Ogre3D samples

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27443 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from Andreas Boll

[Bug 26997] r600: broken mipmap generation

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26997 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 26525] Rendering bug due to ARB_texture_non_power_of_two

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26525 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #12 from Andreas Bol

[Bug 26011] Rare font corruption in OpenArena

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26011 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Andreas Boll

[Bug 26114] Black screen on The Sims 3 beginning

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26114 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Andreas Boll

[Bug 24380] OpenGL fullscreen with KMS multihead

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24380 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Andreas Boll

[Bug 29317] Neverwinter night cloak texture is broken on r600

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29317 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Andreas Boll

[Bug 29318] Marbleblast textures broken on r600

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29318 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Andreas Boll

[Bug 29200] [wine] Warcraft 3 crashes after trying to launch again

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29200 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 26735] r600: rendering artifacts

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26735 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #12 from Andreas Bol

[Bug 27723] Vtx endian setup error under big endain CPU

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27723 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28359 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Andreas Boll

[Bug 28412] Thief 2 crashes in wine with the open source driver and not with fglrx

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28412 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 32246] [RADEON:KMS:R600C] compiz 0.9 switcher segfaults in mipmap generation code

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32246 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Andreas Boll

[Bug 40936] register address overlap make line stipple error

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40936 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 26769] r600: wrong fragment shader input when using gl_fragCoord.

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26769 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 27173] r600 wierdness with shaders for blur effect in compiz

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27173 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 27434] [rv710] low 3d perfomance in general

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27434 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from Andreas Boll

[Bug 27061] r600: software fallback for GL_DEPTH_COMPONENT*

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27061 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 34377] Radeon driver PCIe throughput not up to PCIe2.0 levels

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34377 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 27025] Very slow start of The Sims 3

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27025 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Andreas Boll

[Bug 26115] blit: lack of depth copies

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26115 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Andreas Boll

[Bug 26933] r600 driver (rv730): piglit test failures

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26933 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Andreas Boll

[Bug 27132] piglit comparison between F12 7.7-4 and 7.9-git

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27132 Andreas Boll changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Andreas Boll

[Bug 52997] evergreen_cs_track_validate_cb:477 cb[0] bo too small when launching ds2 in wine

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52997 --- Comment #16 from Alex Deucher --- (In reply to comment #15) > You've focused on minor point about the inability of having open source > 32-bit driver alongside 64-bit one. I don't know the cause of it, I only > know that my distribution provi

[Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28359 --- Comment #5 from Aidan Thornton --- Nope, doesn't affect r600g and I don't think it ever actually did (though I wasn't using it at the time because it had - and still has - other unrelated rendering issues that're harder to work around). Guess

Re: [PATCH v7 2/8] of: add helper to parse display timings

2012-11-02 Thread Leela Krishna Amudala
Hello Steffen, On Wed, Oct 31, 2012 at 2:58 PM, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar > --- > .../devicetree/bindings/video/display-timings.txt | 139 +++ > drivers/of/Kconfig |6 + > drivers/of/Makefile

[Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28359 Andreas Boll changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #8 from dagg --- (In reply to comment #6) > (In reply to comment #5) > > I'm not sure, correct me if I'm wrong but Zaphod is for running seperate x > > sessions on the same card? > > I'm using a card per session. > > > > anyway, I'll

Re: [PATCH] drm: reduce default drm vblank off delay to 50ms

2012-11-02 Thread Jesse Barnes
On Fri, 02 Nov 2012 06:56:57 +0100 Mario Kleiner wrote: > Jesse, thanks for cc'ing me, much appreciated :) > > Psychtoolbox should be fine with a 50 msecs vblank off delay. I think i > tested with values somewhere between 50 - 100 msecs at the time the drm > patches were made. The way i schedul

[Bug 27443] radeonFreeTexImageData: Assertion `!image->base.Data' failed when running Ogre3D samples

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27443 Laurent carlier changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 56663] 2D tiling commit renders screen black on kdm

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56663 --- Comment #9 from Ilija Hadzic --- Just uploaded to https://bugs.freedesktop.org/show_bug.cgi?id=56680 Which should fix the Zaphod mode problem without breaking non-Zaphod mode. Sorry about the goof. -- You are receiving this mail because: Y

[Bug 27457] Blender artifacts when using box select

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27457 --- Comment #3 from Willem Swart --- (In reply to comment #2) > Note: classic r600 driver has been abandoned. > Please use r600g (gallium driver) instead. > > Is this still an issue with a newer driver/kernel? Have not been able to reproduce th

[Bug 27457] Blender artifacts when using box select

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27457 Laurent carlier changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 24857] Lightening and object selection in viewport is not working in Blender 3D

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24857 --- Comment #7 from Hans Nieser --- With kernel 3.6.2 and xorg/mesa/libdrm from git the object selection problem is no longer occuring on either my 4850 or 5850 radeons with r600g (has probably been fixed long ago since I've used blender before o

[Bug 24857] Lightening and object selection in viewport is not working in Blender 3D

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24857 Laurent carlier changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Re: [Intel-gfx] [PATCH 0/3] drm/i915: eDP scaling mode change support

2012-11-02 Thread Yuly Novikov
Hi Jani, Sorry for the delay, our branches have diverged significantly, and it took me quite a while to merge your changes. On the bright sight, I've tested the patch on SandyBridge LDVS and IvyBridge eDP, and it works fine. Regards, Yuly. On Fri, Oct 26, 2012 at 9:44 AM, Paulo Zanoni wrote:

Re: [REGRESSION] i915: failure to interoperate with HP ZR30w using an X230

2012-11-02 Thread Theodore Ts'o
Ping? On Tue, Oct 30, 2012 at 04:32:21PM -0400, Theodore Ts'o wrote: > On Tue, Oct 30, 2012 at 01:57:27PM +0200, Jani Nikula wrote: > > > [1] drm-intel-next-queued branch at > > > git://people.freedesktop.org/~danvet/drm-intel > > > > Hmm, actually not. Either drm-intel-fixes branch, or Linus' m

[Bug 56666] AMD SUMO GPU lockup when launching any heavy 3D application

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5 --- Comment #2 from runetmem...@gmail.com --- > This might be a duplicate of bug 56405. Probably. If my issue is still reproducible when the bug 56405 will be fixed, I'll reopen this bugreport. > Can you try mesa 8.0.x? With Mesa 8.0.2 (Kubuntu

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56405 runetmem...@gmail.com changed: What|Removed |Added CC||runetmem...@gmail.com --- Comment

[PATCH 1/2] drm/nouveau: Add interface to detect optimus and v1 support

2012-11-02 Thread Dave Airlie
From: Dave Airlie This is required to decide if we can auto-powerdown and how to implement it. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_acpi.c | 30 ++ drivers/gpu/drm/nouveau/nouveau_acpi.h | 4 2 files changed, 22 insertions(+), 12 dele

[PATCH 2/2] drm/nouveau: convert to dev_pm_ops

2012-11-02 Thread Dave Airlie
From: Dave Airlie This is a precursor to dynamic power management support for nouveau, we need to use pm ops for that, so first convert the driver to using pm ops interfaces. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_drm.c | 93 +-- drivers

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-02 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121102/09bcd562/attachment-0001.html>

[PATCH] drm: exynos: fix for mapping non contig dma buffers

2012-11-02 Thread Inki Dae
It's good patch. Right, there was my missing point. I thought each sgl would always have 4k page. But dma mapping api, dma_alloc_alloc(), allocates physical memory as continuously as possible so the sgl can have group of pages. Below is my comment. > -Original Message- > From: Rahul Shar

  1   2   >