Re: [Intel-gfx] [PATCH 2/4] drm/i915/lspcon: Add dp_to_lspcon helper()

2016-11-22 Thread Imre Deak
On ti, 2016-11-22 at 15:49 +0530, Sharma, Shashank wrote: > Regards > > Shashank > > > On 11/22/2016 12:45 AM, Imre Deak wrote: > > We need to get to LSPCON in the next patch, so factor out the helper for > > it. While at it also remove the redundant GEN9 check. > > > > Cc: Shashank Sharma

Re: [Intel-gfx] [PATCH 2/4] drm/i915/lspcon: Add dp_to_lspcon helper()

2016-11-22 Thread Sharma, Shashank
Regards Shashank On 11/22/2016 12:45 AM, Imre Deak wrote: We need to get to LSPCON in the next patch, so factor out the helper for it. While at it also remove the redundant GEN9 check. Cc: Shashank Sharma Signed-off-by: Imre Deak ---

[Intel-gfx] [PATCH 2/4] drm/i915/lspcon: Add dp_to_lspcon helper()

2016-11-21 Thread Imre Deak
We need to get to LSPCON in the next patch, so factor out the helper for it. While at it also remove the redundant GEN9 check. Cc: Shashank Sharma Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_dp.c | 7 +++