Re: [Intel-gfx] [PATCH 2/2] drm/i915/tgl: Fix the read of the DDI that transcoder is attached to

2019-08-01 Thread Souza, Jose
On Thu, 2019-08-01 at 17:50 -0700, Lucas De Marchi wrote: > On Thu, Aug 01, 2019 at 04:28:12PM -0700, Jose Souza wrote: > > On TGL this register do not map directly to port, it was already > > handled when setting it(TGL_TRANS_DDI_SELECT_PORT()) but not when > > reading it. > > > > Cc: Lucas De Ma

Re: [Intel-gfx] [PATCH 2/2] drm/i915/tgl: Fix the read of the DDI that transcoder is attached to

2019-08-01 Thread Lucas De Marchi
On Thu, Aug 01, 2019 at 04:28:12PM -0700, Jose Souza wrote: On TGL this register do not map directly to port, it was already handled when setting it(TGL_TRANS_DDI_SELECT_PORT()) but not when reading it. Cc: Lucas De Marchi Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/i

[Intel-gfx] [PATCH 2/2] drm/i915/tgl: Fix the read of the DDI that transcoder is attached to

2019-08-01 Thread José Roberto de Souza
On TGL this register do not map directly to port, it was already handled when setting it(TGL_TRANS_DDI_SELECT_PORT()) but not when reading it. Cc: Lucas De Marchi Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_display.c | 10 -- 1 file changed, 8 insertions(