[PATCH v3 07/11] drm: add helper to get crtc timings

2014-10-07 Thread Ville Syrjälä
On Wed, Sep 24, 2014 at 02:20:28PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > We need to get hdisplay and vdisplay in a few places so create a > helper to make our job easier. > > Suggested-by: Ville Syrj?l? > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/drm_crtc.c

[PATCH v3 07/11] drm: add helper to get crtc timings

2014-09-24 Thread Gustavo Padovan
From: Gustavo Padovan We need to get hdisplay and vdisplay in a few places so create a helper to make our job easier. Suggested-by: Ville Syrj?l? Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/drm_crtc.c | 20 +--- drivers/gpu/drm/i915/intel_display.c | 6 +++---