Re: [Intel-gfx] [PATCH 10/14] drm/i915/tgl: Fix dkl phy register space addressing

2019-09-18 Thread Souza, Jose
On Sat, 2019-09-14 at 00:26 -0700, Lucas De Marchi wrote: > On Fri, Sep 13, 2019 at 3:33 PM José Roberto de Souza > wrote: > > It was always modifing register space of the first phy in the > > HIP_INDEX_REG for all ports while it should shift 8 bits for each > > port inside of HIP_INDEX_REG. > >

Re: [Intel-gfx] [PATCH 10/14] drm/i915/tgl: Fix dkl phy register space addressing

2019-09-14 Thread Lucas De Marchi
On Fri, Sep 13, 2019 at 3:33 PM José Roberto de Souza wrote: > > It was always modifing register space of the first phy in the > HIP_INDEX_REG for all ports while it should shift 8 bits for each > port inside of HIP_INDEX_REG. > > Signed-off-by: José Roberto de Souza > --- >

[Intel-gfx] [PATCH 10/14] drm/i915/tgl: Fix dkl phy register space addressing

2019-09-13 Thread José Roberto de Souza
It was always modifing register space of the first phy in the HIP_INDEX_REG for all ports while it should shift 8 bits for each port inside of HIP_INDEX_REG. Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_ddi.c | 34 +++