[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-30 Thread Sergey Senozhatsky
On (08/29/13 16:06), Alex Deucher wrote: > On Thu, Aug 29, 2013 at 4:07 PM, Greg Kroah-Hartman > wrote: > > On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: > >> On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos wrote: > >> >> Reported-by: Meelis Roos > >> >> Signed-off-by: Sergey

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Alex Deucher
On Thu, Aug 29, 2013 at 4:07 PM, Greg Kroah-Hartman wrote: > On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: >> On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos wrote: >> >> Reported-by: Meelis Roos >> >> Signed-off-by: Sergey Senozhatsky >> > >> > It works, thank you for quick

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Alex Deucher
On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos wrote: >> Reported-by: Meelis Roos >> Signed-off-by: Sergey Senozhatsky > > It works, thank you for quick response! > > Tested-by: Meelis Roos Thanks. I've added it to my patch queue. Alex > >> drivers/gpu/drm/radeon/radeon_irq_kms.c | 10

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Meelis Roos
> Reported-by: Meelis Roos > Signed-off-by: Sergey Senozhatsky It works, thank you for quick response! Tested-by: Meelis Roos > drivers/gpu/drm/radeon/radeon_irq_kms.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Greg Kroah-Hartman
On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: > On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos wrote: > >> Reported-by: Meelis Roos > >> Signed-off-by: Sergey Senozhatsky > > > > It works, thank you for quick response! > > > > Tested-by: Meelis Roos > > Thanks. I've added it to

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Sergey Senozhatsky
Commit a01c34f72e7cd2624570818f579b5ab464f93de2 (radeon kms: do not flush uninitialized hotplug work) moved work initialisation phase to the last step of radeon_irq_kms_init(). Meelis Roos reported that this causes problems on his machine because drm_irq_install() uses hotplug work on r100.

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Sergey Senozhatsky
Commit a01c34f72e7cd2624570818f579b5ab464f93de2 (radeon kms: do not flush uninitialized hotplug work) moved work initialisation phase to the last step of radeon_irq_kms_init(). Meelis Roos reported that this causes problems on his machine because drm_irq_install() uses hotplug work on r100.

Re: [PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Meelis Roos
Reported-by: Meelis Roos mr...@linux.ee Signed-off-by: Sergey Senozhatsky sergey.senozhat...@gmail.com It works, thank you for quick response! Tested-by: Meelis Roos mr...@linux.ee drivers/gpu/drm/radeon/radeon_irq_kms.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)

Re: [PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Alex Deucher
On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos mr...@linux.ee wrote: Reported-by: Meelis Roos mr...@linux.ee Signed-off-by: Sergey Senozhatsky sergey.senozhat...@gmail.com It works, thank you for quick response! Tested-by: Meelis Roos mr...@linux.ee Thanks. I've added it to my patch queue.

Re: [PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Alex Deucher
On Thu, Aug 29, 2013 at 4:07 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos mr...@linux.ee wrote: Reported-by: Meelis Roos mr...@linux.ee Signed-off-by: Sergey Senozhatsky

Re: [PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Sergey Senozhatsky
On (08/29/13 16:06), Alex Deucher wrote: On Thu, Aug 29, 2013 at 4:07 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos mr...@linux.ee wrote: Reported-by: Meelis Roos

Re: [PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-29 Thread Greg Kroah-Hartman
On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos mr...@linux.ee wrote: Reported-by: Meelis Roos mr...@linux.ee Signed-off-by: Sergey Senozhatsky sergey.senozhat...@gmail.com It works, thank you for quick response! Tested-by: