Fan control in nouveau driver with geforce 9600gt

2013-01-07 Thread Ozan Çağlayan
> We will be waiting a until one kernel is released before activating fan > management by default. So these fan stuff will be merged into 3.9? -- Ozan ?a?layan Research Assistant Galatasaray University - Computer Engineering Dept. http://www.ozancaglayan.com

Re: Fan control in nouveau driver with geforce 9600gt

2013-01-07 Thread Ozan Çağlayan
> We will be waiting a until one kernel is released before activating fan > management by default. So these fan stuff will be merged into 3.9? -- Ozan Çağlayan Research Assistant Galatasaray University - Computer Engineering Dept. http://www.ozancaglay

Fan control in nouveau driver with geforce 9600gt

2012-12-21 Thread Ozan Çağlayan
> Of course it is, but why would you disable automatic fan management? > > You are supposed to activate it and let it activated at all time. It's not me but someone inexperienced playing with sysfs tunables for example :) -- Ozan ?a?layan Research Assistant Galatasaray University - Computer En

Re: Fan control in nouveau driver with geforce 9600gt

2012-12-21 Thread Ozan Çağlayan
> Of course it is, but why would you disable automatic fan management? > > You are supposed to activate it and let it activated at all time. It's not me but someone inexperienced playing with sysfs tunables for example :) -- Ozan Çağlayan Research Assistant Galatasaray Univers

Fan control in nouveau driver with geforce 9600gt

2012-12-20 Thread Ozan Çağlayan
> So, we had some discussions within the nouveau community about > this and we decided that 0 would mean, no updates on the current status. > > Anything against it? So if I switch automatic mode on and then disable it then do some heavy GPU processing, the fan power will stay at what it was in the

Re: Fan control in nouveau driver with geforce 9600gt

2012-12-20 Thread Ozan Çağlayan
at it was in the low-load state, am I wrong? Isn't this dangerous? -- Ozan Çağlayan Research Assistant Galatasaray University - Computer Engineering Dept. http://www.ozancaglayan.com ___ dri-devel mailing list dri-devel@lists.fre

Fan control in nouveau driver with geforce 9600gt

2012-12-19 Thread Ozan Çağlayan
> Here you go :) > > I managed to reproduce the issue. Please test this patch! Okay switching to automatic mode when pwm1 == 100 now gradually (in a few seconds, it is not cut down to 35 suddenly) lowers it down to 35. Switching to automatic mode while in manual mode doesn't make the pwm increase

Re: Fan control in nouveau driver with geforce 9600gt

2012-12-19 Thread Ozan Çağlayan
reference. Thanks! Ozan Çağlayan ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Fan control in nouveau driver with geforce 9600gt

2012-12-17 Thread Ozan Çağlayan
> > Hi Ozan, > > Please have a look at this documentation: > http://cgit.freedesktop.org/nouveau/linux-2.6/tree/Documentation/thermal/nouveau_thermal > It will tell you how to use fan management on your card :) > > Please report back! I am interested in your results! > > Martin Hey this is nice! I

Re: Fan control in nouveau driver with geforce 9600gt

2012-12-17 Thread Ozan Çağlayan
> Martin Hey this is nice! I'll try it tonight when I'm back home. Thanks :) -- Ozan Çağlayan Research Assistant Galatasaray University - Computer Engineering Dept. http://www.ozancaglayan.com ___ dri-devel mailing list dri-devel@lists.free

Fan control in nouveau driver with geforce 9600gt

2012-12-13 Thread Ozan Çağlayan
Hi, I have a geforce 9600gt (nv94) display adapter which has its fan running at 100% speed. Yesterday I've compiled and booted with the latest nouveau-2.6 tree. sensors from lm_sensors can correctly acquire GPU temperature and PWM speed but as far as I understood setting the speed is still not sup

Fan control in nouveau driver with geforce 9600gt

2012-12-13 Thread Ozan Çağlayan
hanks. -- Ozan Çağlayan Research Assistant Galatasaray University - Computer Engineering Dept. http://www.ozancaglayan.com ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Lf_driver_backport] [ANN] compat-drm tree

2012-06-29 Thread Ozan Çağlayan
> Given that the compat module is shared, and a quite a bit of other > code / style is shared, and I'd love to see us start to formalize > documenting collateral evolutions on the kernel in one place I'd like > to propose to you merging this into compat-wirless and we then rename > the project to c

Re: [Lf_driver_backport] [ANN] compat-drm tree

2012-06-29 Thread Ozan Çağlayan
: > > I wonder if you may be able to get rid of this patch. The attached > patch is an RFC patch for compat.git which explains how I'm thinking > this may be possible, I don't have time to test it but let me know > what you thin

[ANN] compat-drm tree

2012-06-28 Thread Ozan Çağlayan
Hi, I'm maintaining a compat-drm tree (based on compat.git) as part of my GSoC project with Linux Foundation, under the mentorship of Luis R. Rodriguez. The aim of the tree is to offer the latest DRM stuff to people stuck with older kernels (Currently all of the popular and maintained drm drivers

[ANN] compat-drm tree

2012-06-27 Thread Ozan Çağlayan
d drm drivers except i915 (there's an i2c think that I couldn't backport yet) from linux-next can be built against kernels down to 3.0). The tree is on github. I've set up a shiny github pages for it: http://ozancaglayan.github.com/compat-drm/ Thanks

[PATCH] vga_switcheroo: Add include guard

2012-06-19 Thread Ozan Çağlayan
On Thu, Jun 14, 2012 at 3:02 PM, Ozan ?a?layan wrote: > Guard vga_switcheroo.h against multiple inclusion. > > Signed-off-by: Ozan ?a?layan > --- > ?include/linux/vga_switcheroo.h | ? ?4 > ?1 file changed, 4 insertions(+) ping, in case you missed this :)

Re: [PATCH] vga_switcheroo: Add include guard

2012-06-19 Thread Ozan Çağlayan
On Thu, Jun 14, 2012 at 3:02 PM, Ozan Çağlayan wrote: > Guard vga_switcheroo.h against multiple inclusion. > > Signed-off-by: Ozan Çağlayan > --- >  include/linux/vga_switcheroo.h |    4 >  1 file changed, 4 insertions(+) ping, in ca

[PATCH] vga_switcheroo: Add include guard

2012-06-14 Thread Ozan Çağlayan
Guard vga_switcheroo.h against multiple inclusion. Signed-off-by: Ozan ?a?layan --- include/linux/vga_switcheroo.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/vga_switcheroo.h b/include/linux/vga_switcheroo.h index b455c7c..9a1cf11 100644 --- a/include/linux/vga_swit

[PATCH] vga_switcheroo: Add include guard

2012-06-14 Thread Ozan Çağlayan
Guard vga_switcheroo.h against multiple inclusion. Signed-off-by: Ozan Çağlayan --- include/linux/vga_switcheroo.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/vga_switcheroo.h b/include/linux/vga_switcheroo.h index b455c7c..9a1cf11 100644 --- a/include/linux