https://bugs.freedesktop.org/show_bug.cgi?id=34969
--- Comment #20 from Andrew Randrianasulu 2012-04-14
14:53:55 PDT ---
At least my hangs seems to be fixed by big driver rewrite. Currently using
3.4.0-rc2 nouveau kernel, libdrm up to commit
292da616fe1f936ca78a3fa8e1b1b19883e343b6 ("nouveau:
On Sat, Apr 14, 2012 at 10:37 AM, Steven Newbury wrote:
> I've created a new quirk utilising an extra PCI resource flag to force
> reallocation of the resource. It's the first approach I've had any
> success at. It does work. Only "Intel Page Flush" now gets allocated
> @0xe000!
Maybe we c
bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120414/0aa56dbf/attachment.obj>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 20:08, Steven Newbury wrote:
> On 14/04/12 19:42, Steven Newbury wrote:
>> On 14/04/12 19:05, Steven Newbury wrote:
>>> On 14/04/12 18:37, Steven Newbury wrote:
On 12/04/12 17:40, Steven Newbury wrote:
> On Thu, 12 Apr 2012, 17:07:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 19:42, Steven Newbury wrote:
> On 14/04/12 19:05, Steven Newbury wrote:
>> On 14/04/12 18:37, Steven Newbury wrote:
>>> On 12/04/12 17:40, Steven Newbury wrote:
On Thu, 12 Apr 2012, 17:07:33 BST, Yinghai Lu
wrote:
>
> On Th
https://bugs.freedesktop.org/show_bug.cgi?id=42490
--- Comment #12 from Jeff Cook 2012-04-14 20:00:52
PDT ---
Seeing this here on an Acer Aspire am3470g-uw10p with Radeon HD 6530D. The vga
output dies as soon as radeon with KMS is loaded. In process of acquiring HDMI
cable to test with HDMI outp
eed to export pci_bus_alloc_resource_fit for intel-gtt.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+JxRMACgkQGcb56gMuC61LegCcCuANujog4iiIziKwFtcCla1s
7BEAoLfLEEXKT1WhboX/m8bMBP90QCgb
=zwK6
-END PGP SIGNATURE-
-- next part --
A non-text attachment was scrubbed...
Name: export-resource_fit.diff
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120414/a9f9efa9/attachment.bin>
https://bugs.freedesktop.org/show_bug.cgi?id=48693
--- Comment #2 from Christoph Haag
2012-04-14 12:33:27 PDT ---
(In reply to comment #1)
> It looks similar to what I'm experiencing over here. I'm also available to
> help. Christoph, was this problem reported under Arch?
I'm on archlinux, yes.
pUxuwjAAJ0ACS5A32xFwa
k1MAn21y2w6m+Ar+3DwH4Swy1IlicHmN
=nBpy
-END PGP SIGNATURE-
-- next part --
A non-text attachment was scrubbed...
Name: intel-flush-page-fit.diff
Type: text/x-patch
Size: 943 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120414/dfc8bd62/attachment.bin>
https://bugs.freedesktop.org/show_bug.cgi?id=48693
--- Comment #1 from Alexandre Demers
2012-04-14 11:38:05 PDT ---
It looks similar to what I'm experiencing over here. I'm also available to
help. Christoph, was this problem reported under Arch?
--
Configure bugmail: https://bugs.freedesktop.o
gACgkQGcb56gMuC61LDgCeO1gr1XT4iL4FK6QXrUq4E4SV
LgwAnR4zdEVkVcfJ2nebHc2++tfi8UsK
=QJc+
-END PGP SIGNATURE-
-- next part --
A non-text attachment was scrubbed...
Name: hack_to_force_realloc.diff
Type: text/x-patch
Size: 2629 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120414/f8d1b6b7/attachment-0001.bin>
This regression has been introduced in
commit f56f821feb7b36223f309e0ec05986bb137ce418
Author: Daniel Vetter
Date: Sun Mar 25 19:47:41 2012 +0200
mm: extend prefault helpers to fault in more than PAGE_SIZE
I have failed to notice this because x86 asm seems to happily compile
things as-is.
https://bugs.freedesktop.org/show_bug.cgi?id=48424
--- Comment #3 from Johannes Obermayr 2012-04-14
10:37:00 PDT ---
A new weekend a new run pushed.
False positives are still there.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=48693
Bug #: 48693
Summary: -O2 optimization breaks 32 bit wine 3D on 64 bit
system
Classification: Unclassified
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
During DRM release, all the FBs and gem objects are released. If
a gem object is being used as a FB and set to a crtc, it must not
be freed before releasing the framebuffer first.
If FBs are released first, the crtc using the FB is disabled first
so now the GEM object can be freed safely. The CRTC
While freeing an fb, if the fb is being used by a crtc, the drm
driver tries to disable the CRTC. Currently there is no disable
function provided by exynos drm crtc module so the driver tries
to suspend the crtc (by calling dpms) which only works if
RUNTIME PM is enabled.
Signed-off-by: Prathyush
GEM objects get mapped to user space in two ways - DIRECT and
INDIRECT mapping. DIRECT mapping is by calling an ioctl and it
maps all the pages to user space by calling remap-pfn-range.
Indirect mapping is done by calling 'mmap'. The actual mapping
is done when a page fault gets generated and is ha
With this change, the exynos drm dmabuf module can export and
import dmabuf of gem objects with non-continuous memory.
The exynos_map_dmabuf function can create SGT of a non-contiguous
buffer by calling dma_get_pages to retrieve the allocated pages
and then maps the SGT to the caller's address spa
From: Prathyush K
With these set of patches, the Exynos5 DRM module will be able to
allocate, export and map non-contiguous memory for GEM objects using the
dma-mapping IOMMU framework.
These patches are based on the following references:
1> Exynos 5 SYSMMU driver by Kyongho Cho
http://lists.in
We use errno and EINVAL so include errno.h.
Signed-off-by: David Herrmann
---
src/gallium/state_trackers/egl/fbdev/native_fbdev.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
b/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
inde
https://bugs.freedesktop.org/show_bug.cgi?id=45921
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=34969
--- Comment #20 from Andrew Randrianasulu 2012-04-14 14:53:55
PDT ---
At least my hangs seems to be fixed by big driver rewrite. Currently using
3.4.0-rc2 nouveau kernel, libdrm up to commit
292da616fe1f936ca78a3fa8e1b1b19883e343b6 ("nouveau:
Oops, meant to put dri-devel on cc here.
Am Freitag, den 13.04.2012, 22:12 +0200 schrieb Lucas Stach:
> Am Freitag, den 13.04.2012, 08:33 +0100 schrieb Dave Airlie:
> > On Fri, Apr 13, 2012 at 12:10 AM, Lucas Stach wrote:
> > > Am Mittwoch, den 11.04.2012, 15:18 + schrieb Arnd Bergmann:
> > >
https://bugs.freedesktop.org/show_bug.cgi?id=19068
Chris Wilson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||oxmosys at gmail.com
--- Comment #144 fro
https://bugs.freedesktop.org/show_bug.cgi?id=33309
Chris Wilson changed:
What|Removed |Added
Status|NEW |NEEDINFO
Keywords|NEEDINFO
On Sat, Apr 14, 2012 at 12:21 PM, Steven Newbury wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 14/04/12 20:08, Steven Newbury wrote:
>> On 14/04/12 19:42, Steven Newbury wrote:
>>> On 14/04/12 19:05, Steven Newbury wrote:
On 14/04/12 18:37, Steven Newbury wrote:
> On 12/
On Sat, Apr 14, 2012 at 12:21 PM, Steven Newbury
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 14/04/12 20:08, Steven Newbury wrote:
>> On 14/04/12 19:42, Steven Newbury wrote:
>>> On 14/04/12 19:05, Steven Newbury wrote:
On 14/04/12 18:37, Steven Newbury wrote:
> On 12
https://bugs.freedesktop.org/show_bug.cgi?id=40181
Chris Wilson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||pjm at nac.net
--- Comment #143 from Chri
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||ptichy at pobox.sk
--- Comment #142 from
https://bugs.freedesktop.org/show_bug.cgi?id=48693
--- Comment #2 from Christoph Haag 2012-04-14
12:33:27 PDT ---
(In reply to comment #1)
> It looks similar to what I'm experiencing over here. I'm also available to
> help. Christoph, was this problem reported under Arch?
I'm on archlinux, yes.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 20:08, Steven Newbury wrote:
> On 14/04/12 19:42, Steven Newbury wrote:
>> On 14/04/12 19:05, Steven Newbury wrote:
>>> On 14/04/12 18:37, Steven Newbury wrote:
On 12/04/12 17:40, Steven Newbury wrote:
> On Thu, 12 Apr 2012, 17:07:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 19:42, Steven Newbury wrote:
> On 14/04/12 19:05, Steven Newbury wrote:
>> On 14/04/12 18:37, Steven Newbury wrote:
>>> On 12/04/12 17:40, Steven Newbury wrote:
On Thu, 12 Apr 2012, 17:07:33 BST, Yinghai Lu
wrote:
>
> On Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 19:05, Steven Newbury wrote:
> On 14/04/12 18:37, Steven Newbury wrote:
>> On 12/04/12 17:40, Steven Newbury wrote:
>>> On Thu, 12 Apr 2012, 17:07:33 BST, Yinghai Lu
>>> wrote:
>
On Thu, Apr 12, 2012 at 4:22 AM, Steven Newbury
https://bugs.freedesktop.org/show_bug.cgi?id=48693
--- Comment #1 from Alexandre Demers 2012-04-14
11:38:05 PDT ---
It looks similar to what I'm experiencing over here. I'm also available to
help. Christoph, was this problem reported under Arch?
--
Configure bugmail: https://bugs.freedesktop.o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/04/12 18:37, Steven Newbury wrote:
> On 12/04/12 17:40, Steven Newbury wrote:
>> On Thu, 12 Apr 2012, 17:07:33 BST, Yinghai Lu
>> wrote:
>
>>> On Thu, Apr 12, 2012 at 4:22 AM, Steven Newbury
>>> wrote:
Thanks, that fixed it! :) I had a s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/04/12 17:40, Steven Newbury wrote:
> On Thu, 12 Apr 2012, 17:07:33 BST, Yinghai Lu
> wrote:
>
>> On Thu, Apr 12, 2012 at 4:22 AM, Steven Newbury
>> wrote:
>>> Thanks, that fixed it! :) I had a similar patch I've been
>>> working on but I had m
https://bugs.freedesktop.org/show_bug.cgi?id=48424
--- Comment #3 from Johannes Obermayr 2012-04-14
10:37:00 PDT ---
A new weekend a new run pushed.
False positives are still there.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=48693
Bug #: 48693
Summary: -O2 optimization breaks 32 bit wine 3D on 64 bit
system
Classification: Unclassified
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
This regression has been introduced in
commit f56f821feb7b36223f309e0ec05986bb137ce418
Author: Daniel Vetter
Date: Sun Mar 25 19:47:41 2012 +0200
mm: extend prefault helpers to fault in more than PAGE_SIZE
I have failed to notice this because x86 asm seems to happily compile
things as-is.
https://bugs.freedesktop.org/show_bug.cgi?id=45921
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
We use errno and EINVAL so include errno.h.
Signed-off-by: David Herrmann
---
src/gallium/state_trackers/egl/fbdev/native_fbdev.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
b/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
inde
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||oxmo...@gmail.com
--- Comment #144 from C
https://bugs.freedesktop.org/show_bug.cgi?id=19068
Chris Wilson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=33309
Chris Wilson changed:
What|Removed |Added
Status|NEW |NEEDINFO
Keywords|NEEDINFO
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||p...@nac.net
--- Comment #143 from Chris
https://bugs.freedesktop.org/show_bug.cgi?id=40181
Chris Wilson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=26345
Chris Wilson changed:
What|Removed |Added
CC||pti...@pobox.sk
--- Comment #142 from Chr
During DRM release, all the FBs and gem objects are released. If
a gem object is being used as a FB and set to a crtc, it must not
be freed before releasing the framebuffer first.
If FBs are released first, the crtc using the FB is disabled first
so now the GEM object can be freed safely. The CRTC
While freeing an fb, if the fb is being used by a crtc, the drm
driver tries to disable the CRTC. Currently there is no disable
function provided by exynos drm crtc module so the driver tries
to suspend the crtc (by calling dpms) which only works if
RUNTIME PM is enabled.
Signed-off-by: Prathyush
GEM objects get mapped to user space in two ways - DIRECT and
INDIRECT mapping. DIRECT mapping is by calling an ioctl and it
maps all the pages to user space by calling remap-pfn-range.
Indirect mapping is done by calling 'mmap'. The actual mapping
is done when a page fault gets generated and is ha
With this change, the exynos drm dmabuf module can export and
import dmabuf of gem objects with non-continuous memory.
The exynos_map_dmabuf function can create SGT of a non-contiguous
buffer by calling dma_get_pages to retrieve the allocated pages
and then maps the SGT to the caller's address spa
From: Prathyush K
With these set of patches, the Exynos5 DRM module will be able to
allocate, export and map non-contiguous memory for GEM objects using the
dma-mapping IOMMU framework.
These patches are based on the following references:
1> Exynos 5 SYSMMU driver by Kyongho Cho
http://lists.in
I couldn't load the udl-drm driver with most things built as a module,
getting symbol resolution errors. Adding
MODULE_LICENSE("GPL");
to drm_usb.c fixed this
-Shawn Landden
>From c2db282071f4cc5fb730a13542982125d00144e0 Mon Sep 17 00:00:00 2001
From: Shawn Landden
Date: Wed, 4 Apr 2012 23:06:
Am Samstag 14 April 2012, 02:52:19 schrieb Jonathan Nieder:
> Hi,
>
> Peter Huewe wrote:
> > mode_config should be locked when calling drm_helper_resume_force_mode.
> > This patch adds the lock, similar to #927a2f119.
>
> Does this fix a problem that has been observed in the wild, or only a
> the
mode_config should be locked when calling drm_helper_resume_force_mode.
This patch adds the lock, similar to #927a2f119.
Cc: sta...@kernel.org
Signed-off-by: Peter Huewe
---
drivers/gpu/drm/radeon/radeon_device.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/g
On 04/13/2012 03:14 AM, Thierry Reding wrote:
> * Stephen Warren wrote:
>> On 04/12/2012 11:44 AM, Thierry Reding wrote:
> [...]
>> And given that, I don't think we should name the node after some
>> OS-specific software concept. Device tree is intended to model hardware.
> [...]
>>> Maybe one solu
Hi,
Peter Huewe wrote:
> mode_config should be locked when calling drm_helper_resume_force_mode.
> This patch adds the lock, similar to #927a2f119.
Does this fix a problem that has been observed in the wild, or only a
theoretical one?
Curious,
Jonathan
__
mode_config should be locked when calling drm_helper_resume_force_mode.
This patch adds the lock, similar to #927a2f119.
Cc: sta...@kernel.org
Signed-off-by: Peter Huewe
---
drivers/gpu/drm/nouveau/nouveau_drv.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gp
Oops, meant to put dri-devel on cc here.
Am Freitag, den 13.04.2012, 22:12 +0200 schrieb Lucas Stach:
> Am Freitag, den 13.04.2012, 08:33 +0100 schrieb Dave Airlie:
> > On Fri, Apr 13, 2012 at 12:10 AM, Lucas Stach wrote:
> > > Am Mittwoch, den 11.04.2012, 15:18 + schrieb Arnd Bergmann:
> > >
Am Samstag 14 April 2012, 02:52:19 schrieb Jonathan Nieder:
> Hi,
>
> Peter Huewe wrote:
> > mode_config should be locked when calling drm_helper_resume_force_mode.
> > This patch adds the lock, similar to #927a2f119.
>
> Does this fix a problem that has been observed in the wild, or only a
> the
https://bugs.freedesktop.org/show_bug.cgi?id=45901
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=46005
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31533
--- Comment #3 from Jos van Wolput 2012-04-13
19:33:15 PDT ---
(In reply to comment #2)
> Is this still an issue with the latest code in xf86-video-ati git master?
Yes it is, at least when scrolling Iceweasel pages, showing some black or
blurre
mode_config should be locked when calling drm_helper_resume_force_mode.
This patch adds the lock, similar to #927a2f119.
Cc: stable at kernel.org
Signed-off-by: Peter Huewe
---
drivers/gpu/drm/radeon/radeon_device.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/driver
mode_config should be locked when calling drm_helper_resume_force_mode.
This patch adds the lock, similar to #927a2f119.
Cc: stable at kernel.org
Signed-off-by: Peter Huewe
---
drivers/gpu/drm/nouveau/nouveau_drv.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers
https://bugs.freedesktop.org/show_bug.cgi?id=43405
--- Comment #9 from Jos van Wolput 2012-04-13
18:53:46 PDT ---
(In reply to comment #8)
I still get the same issue when using r600g driver from git mesa, no such issue
using mesa-8.0.2.
All 3D demos are affected as well as google earth and GLC_
68 matches
Mail list logo