Re: [Intel-gfx] [PATCH v2 1/2] drm/i915: factor out ddi_get_encoder_port

2015-04-27 Thread Damien Lespiau
On Fri, Apr 17, 2015 at 07:31:21PM +0300, Imre Deak wrote: > In the next patch we'll need to get at both the encoder's intel_digital_port > object - which maybe NULL for a CRT - and it's port, so factor out this > functionality. > > No functional change. > > Bugzilla: https://bugs.freedesktop.org

[Intel-gfx] [PATCH v2 1/2] drm/i915: factor out ddi_get_encoder_port

2015-04-17 Thread Imre Deak
In the next patch we'll need to get at both the encoder's intel_digital_port object - which maybe NULL for a CRT - and it's port, so factor out this functionality. No functional change. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90067 Signed-off-by: Imre Deak --- drivers/gpu/drm/i91