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

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 dan...@ffwll.ch wrote: On Tue, Oct 30, 2012 at 8:09 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: People keep whining about this, but no one seems to send a patch. This *ought* to be safe now that

[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:

[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

[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 stompdagg...@yahoo.com --- Created attachment 69421 -- https://bugs.freedesktop.org/attachment.cgi?id=69421action=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 stompdagg...@yahoo.com --- 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 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 stompdagg...@yahoo.com --- (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

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ä ville.syrj...@linux.intel.com wrote: On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: On Thu, 1

[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

[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] [a037c538] nv04_timer_read+0x28/0x70 [nouveau]

[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

[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 (JesseDamien) - 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 andreas.boll@gmail.com --- (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

[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 li...@andyfurniss.entadsl.com --- (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

[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 andreas.boll@gmail.com changed: What|Removed |Added Product|Mesa|DRI

[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 imre.d...@intel.com --- 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 ---

[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

[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

[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 imre.d...@intel.com --- drivers/gpu/drm/drm_irq.c |3 +++ 1 file changed,

[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 andreas.boll@gmail.com changed: What|Removed |Added Component|Drivers/DRI/Radeon

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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 laurent.pinch...@ideasonboard.com 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

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 laurent.pinch...@ideasonboard.com wrote: Wrap the header in extern C { ... };. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Jakob Bornecrantz wallbra...@gmail.com ___

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 49632] radeon: The kernel rejected CS,

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

[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 ag...@yahoo.com changed: What|Removed |Added Attachment #69414|text/plain |image/jpeg mime

[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 ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 ag...@yahoo.com --- (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

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 ag...@yahoo.com --- 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.

[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 ag...@yahoo.com --- 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 stompdagg...@yahoo.com --- (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:

[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 ag...@yahoo.com --- (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

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO

[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 ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 34313] RV770 lock-up with OpenGL

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

[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 r...@bash.sh --- (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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO --

[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

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 25443] [nexuiz] Endless loading without kms

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

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 26997] r600: broken mipmap generation

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26997 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 26011] Rare font corruption in OpenArena

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26011 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 24380] OpenGL fullscreen with KMS multihead

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24380 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 29318] Marbleblast textures broken on r600

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29318 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 26735] r600: rendering artifacts

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26735 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 26115] blit: lack of depth copies

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26115 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO ---

[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 makos...@googlemail.com --- 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

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 s.trumt...@pengutronix.de wrote: Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- .../devicetree/bindings/video/display-timings.txt | 139 +++ drivers/of/Kconfig |6

[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 andreas.boll@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[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 stompdagg...@yahoo.com --- (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.

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 mario.klei...@tuebingen.mpg.de 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

[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 lordhea...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[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 ihad...@research.bell-labs.com --- 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

[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 wasw...@hotmail.com --- (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

[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 lordhea...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[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 h...@nieser.nl --- 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

[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 lordhea...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

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

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-02 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 03:06:44PM +, Chris Wilson wrote: > On Thu, 1 Nov 2012 15:49:16 +0100, Jakob Bornecrantz gmail.com> wrote: > > On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter > > wrote: > > > - Add the missing doc for drm_helper_move_panel_connectors_to_head. > > > - Fixup any

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

2012-11-02 Thread Daniel Vetter
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 +0100 > > > Daniel Vetter wrote: > > > > > > > On Thu, Oct 25, 2012 at

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

2012-11-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52997 --- Comment #13 from mailbox.tec at gmail.com --- (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 32-bit 3D driver" why

[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

[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

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

2012-11-02 Thread bugzilla-dae...@freedesktop.org
. -- 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

[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

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

2012-11-02 Thread bugzilla-dae...@freedesktop.org
ssociated providers: 1 name:radeon -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121102/c1da9e8c/attachment.html>

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

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

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

2012-11-02 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121102/b1355c06/attachment.html>

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

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

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

2012-11-02 Thread bugzilla-dae...@freedesktop.org
--- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121102/8bcbaed4/attachment.html>

  1   2   >