Re: [Intel-gfx] [PATCH 23/25] drm/i915: move HDMI structs to shared location

2012-05-09 Thread Daniel Vetter
On Wed, May 09, 2012 at 03:37:30PM -0300, Eugeni Dodonov wrote: > Move intel_hdmi data structure and support functions to a shared location, > to allow their usage from intel_ddi module. > > Reviewed-by: Jesse Barnes > Signed-off-by: Eugeni Dodonov > --- > drivers/gpu/drm/i915/intel_drv.h |

[Intel-gfx] [PATCH 23/25] drm/i915: move HDMI structs to shared location

2012-05-09 Thread Eugeni Dodonov
Move intel_hdmi data structure and support functions to a shared location, to allow their usage from intel_ddi module. Reviewed-by: Jesse Barnes Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/intel_drv.h | 19 ++- drivers/gpu/drm/i915/intel_hdmi.c | 19 +++--