[Intel-gfx] [PATCH 35/37] drm/i915: program iCLKIP on Lynx Point

2012-03-21 Thread Eugeni Dodonov
The iCLKIP clock is used to drive the VGA pixel clock on the PCH. In order to do so, it must be programmed to properly do the clock ticks according to the divisor, phase direction, phase increments and a special auxiliary divisor for 20MHz clock. Those values can be programmed individually, by doi

Re: [Intel-gfx] [PATCH 35/37] drm/i915: program iCLKIP on Lynx Point

2012-03-22 Thread Daniel Vetter
On Wed, Mar 21, 2012 at 10:10:10PM -0300, Eugeni Dodonov wrote: > The iCLKIP clock is used to drive the VGA pixel clock on the PCH. In order > to do so, it must be programmed to properly do the clock ticks according > to the divisor, phase direction, phase increments and a special auxiliary > divis

Re: [Intel-gfx] [PATCH 35/37] drm/i915: program iCLKIP on Lynx Point

2012-03-26 Thread Rodrigo Vivi
Yeah, intel_display is becoming so huge. Paulo, Jesse and I talked a bit about this in osts and I think a reorg here would be good. What do you think about splitting it in something similar to omap displays (drivers/video/omap)? On Thu, Mar 22, 2012 at 7:31 AM, Daniel Vetter wrote: > On Wed, Mar

Re: [Intel-gfx] [PATCH 35/37] drm/i915: program iCLKIP on Lynx Point

2012-03-28 Thread Jesse Barnes
On Mon, 26 Mar 2012 15:00:14 -0300 Rodrigo Vivi wrote: > Yeah, intel_display is becoming so huge. > > Paulo, Jesse and I talked a bit about this in osts and I think a reorg > here would be good. What do you think about splitting it in something > similar to omap displays (drivers/video/omap)? Y