Re: [Intel-gfx] [PATCH v2 16/25] drm/i915/tgl: port to ddc pin mapping

2019-07-09 Thread Lucas De Marchi
On Tue, Jul 09, 2019 at 05:11:08AM -0700, Rodrigo Vivi wrote: On Mon, Jul 08, 2019 at 04:16:20PM -0700, Lucas De Marchi wrote: From: Mahesh Kumar Create a helper function to get ddc pin according to port number. Could you please explain why we can't simply reuse the icl one? I couldn't find

Re: [Intel-gfx] [PATCH v2 16/25] drm/i915/tgl: port to ddc pin mapping

2019-07-09 Thread Rodrigo Vivi
On Mon, Jul 08, 2019 at 04:16:20PM -0700, Lucas De Marchi wrote: > From: Mahesh Kumar > > Create a helper function to get ddc pin according to port number. Could you please explain why we can't simply reuse the icl one? I couldn't find a new table for tgl on bspec... > > Cc: Anusha Srivatsa

[Intel-gfx] [PATCH v2 16/25] drm/i915/tgl: port to ddc pin mapping

2019-07-08 Thread Lucas De Marchi
From: Mahesh Kumar Create a helper function to get ddc pin according to port number. Cc: Anusha Srivatsa Signed-off-by: Mahesh Kumar Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_hdmi.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git