RE: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2020-01-07 Thread Lin, Wayne
Nikula > > > Sent: Monday, December 30, 2019 19:15 > > > To: Lin, Wayne; dri-de...@lists.freedesktop.org; > > > amd-gfx@lists.freedesktop.org > > > Cc: Zuo, Jerry; Kazlauskas, Nicholas; Lin, Wayne > > > Subject: Re: [PATCH] drm/dp_mst: correct the shifting

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2020-01-07 Thread Ville Syrjälä
.freedesktop.org; > > amd-gfx@lists.freedesktop.org > > Cc: Zuo, Jerry; Kazlauskas, Nicholas; Lin, Wayne > > Subject: Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ > > > > On Mon, 30 Dec 2019, Wayne Lin wrote: > > > [Why] >

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-31 Thread Harry Wentland
y >> Sent: Monday, December 30, 2019 23:26 >> To: Lin, Wayne; dri-de...@lists.freedesktop.org; >> amd-gfx@lists.freedesktop.org >> Cc: ly...@redhat.com; Zuo, Jerry; Kazlauskas, Nicholas; Wentland, Harry >> Subject: Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMO

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-30 Thread Lin, Wayne
rry; Kazlauskas, Nicholas; Wentland, Harry > Subject: Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ > > On 2019-12-30 2:05 a.m., Wayne Lin wrote: > > [Why] > > According to DP spec, it should shift left 4 digits for NO_STOP_BIT > > in REMOTE_I2C_READ messag

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-30 Thread Lin, Wayne
las; Lin, Wayne > Subject: Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ > > On Mon, 30 Dec 2019, Wayne Lin wrote: > > [Why] > > According to DP spec, it should shift left 4 digits for NO_STOP_BIT > > in REMOTE_I2C_READ message. Not 5 digits. > > > &g

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-30 Thread Harry Wentland
On 2019-12-30 2:05 a.m., Wayne Lin wrote: > [Why] > According to DP spec, it should shift left 4 digits for NO_STOP_BIT > in REMOTE_I2C_READ message. Not 5 digits. > > [How] > Correct the shifting value of NO_STOP_BIT for DP_REMOTE_I2C_READ case in > drm_dp_encode_sideband_req(). > >

Re: [PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-30 Thread Jani Nikula
On Mon, 30 Dec 2019, Wayne Lin wrote: > [Why] > According to DP spec, it should shift left 4 digits for NO_STOP_BIT > in REMOTE_I2C_READ message. Not 5 digits. > > [How] > Correct the shifting value of NO_STOP_BIT for DP_REMOTE_I2C_READ case in > drm_dp_encode_sideband_req(). Which commit

[PATCH] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2019-12-29 Thread Wayne Lin
[Why] According to DP spec, it should shift left 4 digits for NO_STOP_BIT in REMOTE_I2C_READ message. Not 5 digits. [How] Correct the shifting value of NO_STOP_BIT for DP_REMOTE_I2C_READ case in drm_dp_encode_sideband_req(). Signed-off-by: Wayne Lin --- drivers/gpu/drm/drm_dp_mst_topology.c |