Re: [Mesa-dev] gitlab.fd.o financial situation and impact on services

2020-02-27 Thread Tom Stellard
On 02/27/2020 05:00 PM, Tom Stellard wrote: > On 02/27/2020 01:27 PM, Daniel Vetter wrote: >> Hi all, >> >> You might have read the short take in the X.org board meeting minutes >> already, here's the long version. >> >> The good news: gitlab.fd.o has beco

Re: [Mesa-dev] gitlab.fd.o financial situation and impact on services

2020-02-27 Thread Tom Stellard
On 02/27/2020 01:27 PM, Daniel Vetter wrote: > Hi all, > > You might have read the short take in the X.org board meeting minutes > already, here's the long version. > > The good news: gitlab.fd.o has become very popular with our > communities, and is used extensively. This especially includes

XDC 2015: Updated Schedule, Social Event, Video release form

2015-09-14 Thread Tom Stellard
Hi, I just wanted to pass along a few XDC updates: - I have made some changes to the schedule, but it should still be considered tentative. I will let announce once it has been finalized. - There is an informal get together planned for Tuesday night if you are in town early. Please sign up on

XDC2015: Tentative schedule posted

2015-09-10 Thread Tom Stellard
Hi all, XDC2015, is less than a week a way! I have posted a tentative schedule on the wiki[1]. If you are a speaker and have questions about the schedule or want to request a new time slot, please let me know. I will do my best, but I may not be able to accommodate everyone's request. Each

XDC2015: Call for papers

2015-06-01 Thread Tom Stellard
please add your name as early as possible. I am looking forward to seeing you there, if you have any inquiries/questions, please send them to me (please also CC: board at foundation.x.org). Tom Stellard

[PATCH 1/2] drm/dp: retry AUX transactions 32 times

2014-11-25 Thread Tom Stellard
On Wed, Nov 26, 2014 at 01:17:22PM +1000, Dave Airlie wrote: > From: Dave Airlie > > At least on two MST devices I've tested with, when > they are link training downstream, they are totally > unable to handle aux ch msgs, so they defer like nuts. > I tried 16, it wasn't enough, 32 seems better.

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Tom Stellard
On Thu, Jan 16, 2014 at 11:30:14PM +, Deucher, Alexander wrote: > > -Original Message- > > From: Tom Stellard [mailto:tom at stellard.net] > > Sent: Thursday, January 16, 2014 6:25 PM > > To: Alex Deucher > > Cc: dri-devel at lists.freedesktop.org;

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Tom Stellard
On Thu, Jan 16, 2014 at 06:14:58PM -0500, Alex Deucher wrote: > We need to set the engine bit to select the ME and > also set the full cache bit. Should help stability > on TN and cayman. > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/ni.c | 7

[PATCH] drm/radeon: fix typo in cik_copy_dma

2013-12-10 Thread Tom Stellard
On Tue, Dec 10, 2013 at 05:57:37PM +0100, Christian K?nig wrote: > From: Christian K?nig > > Otherwise we end up with a rather strange looking result. > Tested-by: Tom Stellard > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org > --- > drivers/gpu/d

[PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-16 Thread Tom Stellard
From: Tom Stellard <thomas.stell...@amd.com> Also add a new RADEON_INFO query to check that CP DMA packets are supported on the compute ring. v2: - Don't bump kms version, so this patch can be backported to stable kernels. Cc: stable at vger.kernel.org Signed-off-by: Tom St

[PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-16 Thread Tom Stellard
On Fri, Aug 16, 2013 at 03:34:09PM -0700, Greg KH wrote: > On Fri, Aug 16, 2013 at 05:47:39PM -0400, Tom Stellard wrote: > > From: Tom Stellard > > > > Also add a new RADEON_INFO query to check that CP DMA packets are > > supported on the compute ring. > > >

[PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute

2013-08-16 Thread Tom Stellard
From: Tom Stellard <thomas.stell...@amd.com> Also add a new RADEON_INFO query to check that CP DMA packets are supported on the compute ring. Signed-off-by: Tom Stellard --- drivers/gpu/drm/radeon/radeon_drv.c | 3 +- drivers/gpu/drm/radeon/radeon_kms.c | 3 + drivers/gpu/drm/radeo

[PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute

2013-08-16 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com Also add a new RADEON_INFO query to check that CP DMA packets are supported on the compute ring. Signed-off-by: Tom Stellard thomas.stell...@amd.com --- drivers/gpu/drm/radeon/radeon_drv.c | 3 +- drivers/gpu/drm/radeon/radeon_kms.c | 3 + drivers

[PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-16 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com Also add a new RADEON_INFO query to check that CP DMA packets are supported on the compute ring. v2: - Don't bump kms version, so this patch can be backported to stable kernels. Cc: sta...@vger.kernel.org Signed-off-by: Tom Stellard thomas.stell

Re: [PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-16 Thread Tom Stellard
On Fri, Aug 16, 2013 at 03:34:09PM -0700, Greg KH wrote: On Fri, Aug 16, 2013 at 05:47:39PM -0400, Tom Stellard wrote: From: Tom Stellard thomas.stell...@amd.com Also add a new RADEON_INFO query to check that CP DMA packets are supported on the compute ring. v2: - Don't bump kms

[PATCH] radeon: Allow N x 1 x 1 surfaces for evergreen+

2012-09-21 Thread Tom Stellard
From: Tom Stellard <thomas.stell...@amd.com> This makes it possible to create a surface for a buffer. --- radeon/radeon_surface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index 80b1505..235f4ae 100644 --- a/

[PATCH] radeon: Allow N x 1 x 1 surfaces for evergreen+

2012-09-21 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com This makes it possible to create a surface for a buffer. --- radeon/radeon_surface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index 80b1505..235f4ae 100644 --- a/radeon

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian K?nig wrote: > Const IBs are executed on the CE not the CP, so we can't > fence them in the normal way. > > So submit them directly before the IB instead, just as > the documentation says. > > Signed-off-by: Christian K?nig > --- >

[PATCH 2/3] drm/radeon: let sa manager block for fences to wait for

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:14PM +0200, Christian K?nig wrote: > Otherwise we can encounter out of memory situations under extreme load. > > Signed-off-by: Christian K?nig > --- > drivers/gpu/drm/radeon/radeon.h|2 +- > drivers/gpu/drm/radeon/radeon_sa.c | 72 >

Re: [PATCH 2/3] drm/radeon: let sa manager block for fences to wait for

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:14PM +0200, Christian König wrote: Otherwise we can encounter out of memory situations under extreme load. Signed-off-by: Christian König deathsim...@vodafone.de --- drivers/gpu/drm/radeon/radeon.h|2 +- drivers/gpu/drm/radeon/radeon_sa.c | 72

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian König wrote: Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. Signed-off-by: Christian König deathsim...@vodafone.de

[PATCH 00/10] Start documenting the radeon drm better

2012-06-29 Thread Tom Stellard
On Fri, Jun 29, 2012 at 10:28:20AM -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > This is something I've been wanting to do for a while and > I finally spent a little time getting a start on it. There > is still a lot to do and not all of my descriptions are great, > but I

Re: [PATCH 00/10] Start documenting the radeon drm better

2012-06-29 Thread Tom Stellard
On Fri, Jun 29, 2012 at 10:28:20AM -0400, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com This is something I've been wanting to do for a while and I finally spent a little time getting a start on it. There is still a lot to do and not all of my descriptions are

[PATCH] drm/radeon/kms: add info query for max pipes

2012-03-20 Thread Tom Stellard
The maximum number of pipes is needed by the user space compute driver to calculate the number of wavefronts per thread group. Signed-off-by: Tom Stellard --- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- drivers/gpu/drm/radeon/radeon_kms.c | 13 + include/drm/radeon_drm.h

[PATCH] drm/radeon/kms: add info query for max pipes

2012-03-20 Thread Tom Stellard
The maximum number of pipes is needed by the user space compute driver to calculate the number of wavefronts per thread group. Signed-off-by: Tom Stellard thomas.stell...@amd.com --- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- drivers/gpu/drm/radeon/radeon_kms.c | 13 + include