Re: [PATCH] drm/radeon/kms: prevent parallel AtomBIOS calls

2009-12-18 Thread Rafał Miłecki
W dniu 18 grudnia 2009 15:17 użytkownik Jerome Glisse napisał: > On Fri, Dec 18, 2009 at 02:27:57PM +0100, Rafał Miłecki wrote: >> W dniu 18 grudnia 2009 13:19 użytkownik Jerome Glisse >> napisał: >> > On Thu, Dec 17, 2009 at 12:04:02AM +0100, Rafał Miłecki wrote: >> >> In future we will execute

Re: [PATCH] drm/radeon/kms: prevent parallel AtomBIOS calls

2009-12-18 Thread Jerome Glisse
On Fri, Dec 18, 2009 at 02:27:57PM +0100, Rafał Miłecki wrote: > W dniu 18 grudnia 2009 13:19 użytkownik Jerome Glisse > napisał: > > On Thu, Dec 17, 2009 at 12:04:02AM +0100, Rafał Miłecki wrote: > >> In future we will execute AtomBIOS commands from contexts (like power > >> management) so we nee

Re: [PATCH] drm/radeon/kms: prevent parallel AtomBIOS calls

2009-12-18 Thread Rafał Miłecki
W dniu 18 grudnia 2009 13:19 użytkownik Jerome Glisse napisał: > On Thu, Dec 17, 2009 at 12:04:02AM +0100, Rafał Miłecki wrote: >> In future we will execute AtomBIOS commands from contexts (like power >> management) so we need to make sure we won't execute two commands at >> same time to prevent l

Re: [PATCH] drm/radeon/kms: prevent parallel AtomBIOS calls

2009-12-18 Thread Jerome Glisse
On Thu, Dec 17, 2009 at 12:04:02AM +0100, Rafał Miłecki wrote: > In future we will execute AtomBIOS commands from contexts (like power > management) so we need to make sure we won't execute two commands at > same time to prevent locking up GPU. > > With this patch applied Sedat Dilek (RV515) was a

[PATCH] drm/radeon/kms: prevent parallel AtomBIOS calls

2009-12-16 Thread Rafał Miłecki
In future we will execute AtomBIOS commands from contexts (like power management) so we need to make sure we won't execute two commands at same time to prevent locking up GPU. With this patch applied Sedat Dilek (RV515) was able to finally test my PM patch. Also tested on my RV620. -- Rafał 00