Re: [Intel-gfx] [PATCH 22/71] drm/i915/chv: Add phy supports for Cherryview

2014-05-12 Thread Daniel Vetter
On Wed, Apr 30, 2014 at 03:13:53PM +0300, Imre Deak wrote: On Wed, 2014-04-09 at 13:28 +0300, ville.syrj...@linux.intel.com wrote: From: Chon Ming Lee chon.ming@intel.com Added programming phy layer for CHV based on Application note for 1273 CHV Display phy. v2: Rebase the code

Re: [Intel-gfx] [PATCH 22/71] drm/i915/chv: Add phy supports for Cherryview

2014-04-30 Thread Imre Deak
On Wed, 2014-04-09 at 13:28 +0300, ville.syrj...@linux.intel.com wrote: From: Chon Ming Lee chon.ming@intel.com Added programming phy layer for CHV based on Application note for 1273 CHV Display phy. v2: Rebase the code and do some cleanup. v3: Rework based on Ville review. -Fix

[Intel-gfx] [PATCH 22/71] drm/i915/chv: Add phy supports for Cherryview

2014-04-09 Thread ville . syrjala
From: Chon Ming Lee chon.ming@intel.com Added programming phy layer for CHV based on Application note for 1273 CHV Display phy. v2: Rebase the code and do some cleanup. v3: Rework based on Ville review. -Fix the macro where the ch info need to swap, and add parens to ? operator.