RE: [PATCH] drm/amd/display: Fix incorrectly reading prev_dppclk

2022-05-10 Thread Swarnakar, Praful
[AMD Official Use Only - General] On 2022-05-11 00:08, Wentland, Harry wrote: > From: Wentland, Harry > > On 2022-05-10 14:34, Bhawanpreet Lakha wrote: >> From: Bhawanpreet Lakha >> >> >> [Why] >> we save the prev_dppclk value using "dpp_inst" but when reading this >> value we use the index

Re: [PATCH] drm/amd/display: Fix incorrectly reading prev_dppclk

2022-05-10 Thread Harry Wentland
On 2022-05-10 14:34, Bhawanpreet Lakha wrote: > From: Bhawanpreet Lakha > > [Why] > we save the prev_dppclk value using "dpp_inst" but when reading this > value we use the index "i". In a case where a pipe is fused off we can > end up reading the incorrect instance because i != dpp_inst in this >

[PATCH] drm/amd/display: Fix incorrectly reading prev_dppclk

2022-05-10 Thread Bhawanpreet Lakha
From: Bhawanpreet Lakha [Why] we save the prev_dppclk value using "dpp_inst" but when reading this value we use the index "i". In a case where a pipe is fused off we can end up reading the incorrect instance because i != dpp_inst in this case. [How] read the prev_dppclk using dpp_inst instead of