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
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
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
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
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.
___
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.
_
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
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
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
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/
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=56081
Andreas Boll changed:
What|Removed |Added
Product|Mesa|DRI
Version|git
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
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=36965
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=48455
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=49632
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=56659
Alex Deucher changed:
What|Removed |Added
Attachment #69414|text/plain |image/jpeg
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=56659
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://bugs.freedesktop.org/show_bug.cgi?id=48759
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=44852
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Andreas Boll
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
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
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.
___
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=25590
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
Product|Mesa
https://bugs.freedesktop.org/show_bug.cgi?id=56663
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=40931
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=34313
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
Product|Mesa
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.
___
https://bugs.freedesktop.org/show_bug.cgi?id=28223
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this mail
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
https://bugs.freedesktop.org/show_bug.cgi?id=24542
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=32323
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=25443
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=23436
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #7 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=36172
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #10 from Andreas Bol
https://bugs.freedesktop.org/show_bug.cgi?id=23949
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=24857
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=24860
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27457
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=37490
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=52574
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=28932
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27443
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #9 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26997
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26525
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #12 from Andreas Bol
https://bugs.freedesktop.org/show_bug.cgi?id=26011
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26114
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #8 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=24380
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #4 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=29317
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=29318
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=29200
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26735
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #12 from Andreas Bol
https://bugs.freedesktop.org/show_bug.cgi?id=27723
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #4 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=28412
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=32246
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #5 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=40936
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26769
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27173
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27434
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #9 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27061
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=34377
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27025
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26115
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=26933
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Andreas Boll
https://bugs.freedesktop.org/show_bug.cgi?id=27132
Andreas Boll changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #8 from Andreas Boll
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Andreas Boll changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=27443
Laurent carlier changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=27457
Laurent carlier changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
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
https://bugs.freedesktop.org/show_bug.cgi?id=24857
Laurent carlier changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
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:
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=56405
runetmem...@gmail.com changed:
What|Removed |Added
CC||runetmem...@gmail.com
--- Comment
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
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
or the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20121102/09bcd562/attachment-0001.html>
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 - 100 of 192 matches
Mail list logo