Re: [Intel-gfx] [PATCH v6 1/4] drm/i915: Store port enum in intel_encoder

2016-09-13 Thread Pandiyan, Dhinakaran
On Mon, 2016-09-12 at 18:00 -0700, Dhinakaran Pandiyan wrote: > Storing the port enum in intel_encoder makes it convenient to know the > port attached to an encoder. Moving the port information up from > intel_digital_port to intel_encoder avoids unecessary intel_digital_port > access and handles

[Intel-gfx] [PATCH v6 1/4] drm/i915: Store port enum in intel_encoder

2016-09-12 Thread Dhinakaran Pandiyan
Storing the port enum in intel_encoder makes it convenient to know the port attached to an encoder. Moving the port information up from intel_digital_port to intel_encoder avoids unecessary intel_digital_port access and handles MST encoders cleanly without requiring conditional checks for them