On 05/19/2010 10:13 PM, Daniel Vetter wrote:
> On Wed, May 19, 2010 at 09:51:33PM +0200, Thomas Hellstr?m wrote:
>
>> Daniel,
>> TTM releases the spinlock protecting the drm_mm manager in between
>> evictions to be able to wait (without holding locks) for bo idle.
>> That means that the lru lis
On Wed, May 19, 2010 at 09:51:33PM +0200, Thomas Hellstr?m wrote:
> Daniel,
> TTM releases the spinlock protecting the drm_mm manager in between
> evictions to be able to wait (without holding locks) for bo idle.
> That means that the lru list may have changed between the first
> eviction and the n
Daniel,
Daniel Vetter wrote:
> Hi all,
>
> This patch series implements the fair-lru eviction Chris Wilson already
> posted with a twist. It's essentially the same idea & algorithm.
> Differnences versus his patch:
> - Doesn't do any allocations while scanning.
> - Implemented in drm_mm.c
>
> In o
On Wed, May 19, 2010 at 11:25:07AM +0200, Jerome Glisse wrote:
> On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote:
> > Only ever assigned, never used.
> >
> > Signed-off-by: Daniel Vetter
>
> NAK
>
> private was to be use when doing range restricted allocation
> somehow the patch t
On Wed, May 19, 2010 at 09:06:52AM +0100, Chris Wilson wrote:
> On Tue, 18 May 2010 23:11:42 +0200, Daniel Vetter
> wrote:
> > Hi all,
> >
> > This patch series implements the fair-lru eviction Chris Wilson already
> > posted with a twist. It's essentially the same idea & algorithm.
> > Differne
On Thu, 2010-05-20 at 04:13 +0300, Maxim Levitsky wrote:
> On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote:
> > On Fri, 9 Apr 2010 15:10:50 -0700
> > Jesse Barnes wrote:
> >
> > > This set of 3 patches makes it a little more likely we'll get panic
> > > output onto the screen even when X
On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote:
> On Fri, 9 Apr 2010 15:10:50 -0700
> Jesse Barnes wrote:
>
> > This set of 3 patches makes it a little more likely we'll get panic
> > output onto the screen even when X is running, assuming a KMS enabled
> > stack anyway.
> >
> > It gets
On Wed, 19 May 2010 18:57:52 +0200, Daniel Vetter wrote:
> On Wed, May 19, 2010 at 09:06:52AM +0100, Chris Wilson wrote:
> > The next adaptation I did was to clean up evict_something to add objects
> > from the inactive, active&&!pinned&&!write, flushing&&!pinned,
> > active&&!pinned&&write lists.
On Fri, 9 Apr 2010 15:10:50 -0700
Jesse Barnes wrote:
> This set of 3 patches makes it a little more likely we'll get panic
> output onto the screen even when X is running, assuming a KMS enabled
> stack anyway.
>
> It gets me from a blank or very sparsely populated black screen at
> panic time,
Alex Deucher wrote:
> Spotted by Scott Bertilson.
> Fixes fdo bug 28146.
>
> Signed-off-by: Alex Deucher
> ---
> drivers/gpu/drm/drm_edid.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index 7188674..54d
On Fri, 9 Apr 2010 15:10:50 -0700
Jesse Barnes wrote:
> This set of 3 patches makes it a little more likely we'll get panic
> output onto the screen even when X is running, assuming a KMS enabled
> stack anyway.
>
> It gets me from a blank or very sparsely populated black screen at
> panic time,
https://bugs.freedesktop.org/show_bug.cgi?id=27901
--- Comment #5 from Conn Clark 2010-05-19 16:46:22 PDT
---
On Wed, May 19, 2010 at 3:58 PM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=27901
>
> --- Comment #4 from Alain Perrot 2010-05-19 15:58:12
> PDT ---
> (In reply to comment
On Wed, May 19, 2010 at 3:58 PM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=27901
>
> --- Comment #4 from Alain Perrot 2010-05-19 15:58:12
> PDT ---
> (In reply to comment #3)
>> Alain,
>>
>> Okay, The patch I just posted might fix this bug. It doesn't cause any
>> additional errors
https://bugs.freedesktop.org/show_bug.cgi?id=27901
--- Comment #5 from Conn Clark 2010-05-19 16:46:22
PDT ---
On Wed, May 19, 2010 at 3:58 PM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=27901
>
> --- Comment #4 from Alain Perrot 2010-05-19
> 15:58:12 PDT ---
> (In reply to comment
On Wed, May 19, 2010 at 3:58 PM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=27901
>
> --- Comment #4 from Alain Perrot 2010-05-19
> 15:58:12 PDT ---
> (In reply to comment #3)
>> Alain,
>>
>> Okay, The patch I just posted might fix this bug. It doesn't cause any
>> additional errors
list reservation was too optimistic about ttm object reservation
and could think that an object reserved by some other process
as reserved by the list reservation which was false. Thus when
unreserving the list it might unreserve object that it didn't
reserved in the list. Sorry if it's hard to fol
https://bugs.freedesktop.org/show_bug.cgi?id=27901
--- Comment #4 from Alain Perrot 2010-05-19 15:58:12
PDT ---
(In reply to comment #3)
> Alain,
>
> Okay, The patch I just posted might fix this bug. It doesn't cause any
> additional errors in piglit either. I think its working right with
> ht
https://bugs.freedesktop.org/show_bug.cgi?id=27901
--- Comment #4 from Alain Perrot 2010-05-19
15:58:12 PDT ---
(In reply to comment #3)
> Alain,
>
> Okay, The patch I just posted might fix this bug. It doesn't cause any
> additional errors in piglit either. I think its working right with
> ht
On Wed, May 19, 2010 at 07:03:32PM +0200, Daniel Vetter wrote:
> On Wed, May 19, 2010 at 11:25:07AM +0200, Jerome Glisse wrote:
> > On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote:
> > > Only ever assigned, never used.
> > >
> > > Signed-off-by: Daniel Vetter
> >
> > NAK
> >
> > p
On 05/19/2010 10:13 PM, Daniel Vetter wrote:
On Wed, May 19, 2010 at 09:51:33PM +0200, Thomas Hellström wrote:
Daniel,
TTM releases the spinlock protecting the drm_mm manager in between
evictions to be able to wait (without holding locks) for bo idle.
That means that the lru list may have ch
On Wed, May 19, 2010 at 09:51:33PM +0200, Thomas Hellström wrote:
> Daniel,
> TTM releases the spinlock protecting the drm_mm manager in between
> evictions to be able to wait (without holding locks) for bo idle.
> That means that the lru list may have changed between the first
> eviction and the n
Daniel,
Daniel Vetter wrote:
Hi all,
This patch series implements the fair-lru eviction Chris Wilson already
posted with a twist. It's essentially the same idea & algorithm.
Differnences versus his patch:
- Doesn't do any allocations while scanning.
- Implemented in drm_mm.c
In other words, th
From: Michel D?nzer
Fixes AGP initialization failure with Apple UniNorth bridges due to trying to
ioremap() normal RAM.
Signed-off-by: Michel D?nzer
---
Nouveau probably needs something similar.
drivers/gpu/drm/radeon/radeon_ttm.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d
On Mit, 2010-05-12 at 18:01 +0200, Jerome Glisse wrote:
> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> crtc id. Bump the minor version so userspace can enable conditionaly
> features depend on this.
>
> V2 use num_crtc and avoid DRM_ERROR
>
> Signed-off-by: Jerome Glisse
https://bugs.freedesktop.org/show_bug.cgi?id=28165
--- Comment #2 from pe...@peter-server.homelinux.net 2010-05-19 12:29:59 PDT ---
I just compiled a fresh kernel from git, as decribed here:
http://wiki.x.org/wiki/radeonBuildHowTo#Bleedingedgecodefromdevelopmentbranch
Same results as before...
--
https://bugs.freedesktop.org/show_bug.cgi?id=28165
--- Comment #2 from peter at peter-server.homelinux.net 2010-05-19 12:29:59 PDT
---
I just compiled a fresh kernel from git, as decribed here:
http://wiki.x.org/wiki/radeonBuildHowTo#Bleedingedgecodefromdevelopmentbranch
Same results as before...
https://bugs.freedesktop.org/show_bug.cgi?id=28163
--- Comment #2 from Scott Moreau 2010-05-19 12:01:28 PDT ---
(In reply to comment #1)
> This is already fixed in 2.6.34:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=commit;h=f46c01208da1881591e3f55ca77d37f54469f8e4
Th
https://bugs.freedesktop.org/show_bug.cgi?id=28163
--- Comment #2 from Scott Moreau 2010-05-19 12:01:28 PDT
---
(In reply to comment #1)
> This is already fixed in 2.6.34:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=commit;h=f46c01208da1881591e3f55ca77d37f54469f8e4
T
Spotted by Scott Bertilson.
Fixes fdo bug 28146.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/drm_edid.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 7188674..54d749d 100644
--- a/drivers/gpu/drm/drm_ed
On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote:
> Only ever assigned, never used.
>
> Signed-off-by: Daniel Vetter
NAK
private was to be use when doing range restricted allocation
somehow the patch that use it was drop/forgot/lost along the
was i will try to see i have it and red
#x27;
drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long
unsigned int', but argument 5 has type 'resource_size_t'
Signed-off-by: Randy Dunlap
---
drivers/video/fbmem.c |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
-
#x27;
drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long
unsigned int', but argument 5 has type 'resource_size_t'
Signed-off-by: Randy Dunlap
---
drivers/video/fbmem.c |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
-
On Wed, 19 May 2010 18:57:52 +0200, Daniel Vetter wrote:
> On Wed, May 19, 2010 at 09:06:52AM +0100, Chris Wilson wrote:
> > The next adaptation I did was to clean up evict_something to add objects
> > from the inactive, active&&!pinned&&!write, flushing&&!pinned,
> > active&&!pinned&&write lists.
On Wed, May 19, 2010 at 11:25:07AM +0200, Jerome Glisse wrote:
> On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote:
> > Only ever assigned, never used.
> >
> > Signed-off-by: Daniel Vetter
>
> NAK
>
> private was to be use when doing range restricted allocation
> somehow the patch t
On Wed, May 19, 2010 at 09:06:52AM +0100, Chris Wilson wrote:
> On Tue, 18 May 2010 23:11:42 +0200, Daniel Vetter
> wrote:
> > Hi all,
> >
> > This patch series implements the fair-lru eviction Chris Wilson already
> > posted with a twist. It's essentially the same idea & algorithm.
> > Differne
Alex Deucher wrote:
Spotted by Scott Bertilson.
Fixes fdo bug 28146.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/drm_edid.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 7188674..54d749d 100644
--- a/
On Tue, 18 May 2010 23:11:42 +0200, Daniel Vetter
wrote:
> Hi all,
>
> This patch series implements the fair-lru eviction Chris Wilson already
> posted with a twist. It's essentially the same idea & algorithm.
> Differnences versus his patch:
> - Doesn't do any allocations while scanning.
> - Im
https://bugs.freedesktop.org/show_bug.cgi?id=28146
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=28146
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=28146
--- Comment #2 from Alex Deucher 2010-05-19 08:51:05 PDT ---
Created an attachment (id=35762)
View: https://bugs.freedesktop.org/attachment.cgi?id=35762
Review: https://bugs.freedesktop.org/review?bug=28146&attachment=35762
fix the clock
Here
https://bugs.freedesktop.org/show_bug.cgi?id=28146
--- Comment #2 from Alex Deucher 2010-05-19 08:51:05 PDT
---
Created an attachment (id=35762)
View: https://bugs.freedesktop.org/attachment.cgi?id=35762
Review: https://bugs.freedesktop.org/review?bug=28146&attachment=35762
fix the clock
Her
Spotted by Scott Bertilson.
Fixes fdo bug 28146.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/drm_edid.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 7188674..54d749d 100644
--- a/drivers/gpu/drm/drm_ed
2010/5/19 Alex Deucher :
> Some LVDS connectors don't have a ddc bus, so reset the
> ddc bus to invalid before parsing the next connector
> to avoid using stale ddc bus data. ?Should fix
> fdo bug 28164.
It does, thanks :)
Tested-by: Rafa? Mi?ecki
--
Rafa?
https://bugs.freedesktop.org/show_bug.cgi?id=28165
--- Comment #1 from pe...@peter-server.homelinux.net 2010-05-19 07:42:51 PDT ---
> But I could also pulg in the dvd player. I can see the bios messages and grub
> menu on both screens. I might even see (part of) usplash. Then the dvd player
> turn
https://bugs.freedesktop.org/show_bug.cgi?id=28165
--- Comment #1 from peter at peter-server.homelinux.net 2010-05-19 07:42:51 PDT
---
> But I could also pulg in the dvd player. I can see the bios messages and grub
> menu on both screens. I might even see (part of) usplash. Then the dvd player
>
list reservation was too optimistic about ttm object reservation
and could think that an object reserved by some other process
as reserved by the list reservation which was false. Thus when
unreserving the list it might unreserve object that it didn't
reserved in the list. Sorry if it's hard to fol
From: Michel Dänzer
Fixes AGP initialization failure with Apple UniNorth bridges due to trying to
ioremap() normal RAM.
Signed-off-by: Michel Dänzer
---
Nouveau probably needs something similar.
drivers/gpu/drm/radeon/radeon_ttm.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d
On Mit, 2010-05-12 at 18:01 +0200, Jerome Glisse wrote:
> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> crtc id. Bump the minor version so userspace can enable conditionaly
> features depend on this.
>
> V2 use num_crtc and avoid DRM_ERROR
>
> Signed-off-by: Jerome Glisse
https://bugs.freedesktop.org/show_bug.cgi?id=28173
--- Comment #1 from Andrew Randrianasulu 2010-05-19 03:34:40
PDT ---
Created an attachment (id=35756)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35756)
screenshot showing bug
--
Configure bugmail: https://bugs.freedesktop.org/userpre
https://bugs.freedesktop.org/show_bug.cgi?id=28173
--- Comment #1 from Andrew Randrianasulu 2010-05-19
03:34:40 PDT ---
Created an attachment (id=35756)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35756)
screenshot showing bug
--
Configure bugmail: https://bugs.freedesktop.org/userpre
https://bugs.freedesktop.org/show_bug.cgi?id=28173
Summary: mipmap_comp_tests show strange image, green bar at
left side
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=28173
Summary: mipmap_comp_tests show strange image, green bar at
left side
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=23122
--- Comment #3 from Andrew Randrianasulu 2010-05-19 03:29:43
PDT ---
I can't see any error with mipmap_comp_tests on rv280 and mesa up to
commit 4cd259ca59128ff2712c42ff2d2340b01a3b74a8
Author: Kristian Høgsberg
Date: Tue May 18 14:45:10 2
https://bugs.freedesktop.org/show_bug.cgi?id=23122
--- Comment #3 from Andrew Randrianasulu 2010-05-19
03:29:43 PDT ---
I can't see any error with mipmap_comp_tests on rv280 and mesa up to
commit 4cd259ca59128ff2712c42ff2d2340b01a3b74a8
Author: Kristian H??gsberg
Date: Tue May 18 14:45:10 2
This is a combined drm/agp tree.
Highlights:
core: initial dev docs, agp scratch page support
kms: framebuffer cleanup + improved disconnected monitor at boot handling,
lots of edid parser updates to bring us in line with the X.org code,
improved fbdev handover mechanism.
ttm: add AGP page poo
On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote:
> Only ever assigned, never used.
>
> Signed-off-by: Daniel Vetter
NAK
private was to be use when doing range restricted allocation
somehow the patch that use it was drop/forgot/lost along the
was i will try to see i have it and red
On Tue, 18 May 2010 23:11:42 +0200, Daniel Vetter
wrote:
> Hi all,
>
> This patch series implements the fair-lru eviction Chris Wilson already
> posted with a twist. It's essentially the same idea & algorithm.
> Differnences versus his patch:
> - Doesn't do any allocations while scanning.
> - Im
https://bugs.freedesktop.org/show_bug.cgi?id=27729
Fabio Pedretti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27729
Fabio Pedretti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
59 matches
Mail list logo