Re: [PATCH] drm/amd/display: fix 64 bit divide in freesync code

2022-04-08 Thread Nathan Chancellor
On Fri, Apr 08, 2022 at 05:04:55PM -0400, Alex Deucher wrote: > Use div_u64() rather than a a 64 bit divide. > > Fixes: 3fe5739db48843 ("drm/amd/display: Add flip interval workaround") > Reported-by: kernel test robot > Signed-off-by: Alex Deucher > Cc: Angus Wang > Cc: Anthony Koo > Cc: Aric

Re: [PATCH] drm/amd/display: fix 64 bit divide in freesync code

2022-04-08 Thread Alex Deucher
On Thu, Apr 7, 2022 at 7:31 PM Nathan Chancellor wrote: > > On Thu, Apr 07, 2022 at 03:50:29PM -0400, Alex Deucher wrote: > > Use do_div() rather than a a 64 bit divide. > > > > Fixes: 3fe5739db48843 ("drm/amd/display: Add flip interval workaround") > > Reported-by: kernel test robot > > Signed-o

Re: [PATCH] drm/amd/display: fix 64 bit divide in freesync code

2022-04-07 Thread Nathan Chancellor
On Thu, Apr 07, 2022 at 03:50:29PM -0400, Alex Deucher wrote: > Use do_div() rather than a a 64 bit divide. > > Fixes: 3fe5739db48843 ("drm/amd/display: Add flip interval workaround") > Reported-by: kernel test robot > Signed-off-by: Alex Deucher > Cc: Angus Wang > Cc: Anthony Koo > Cc: Aric C

Re: [PATCH] drm/amd/display: fix 64 bit divide

2021-11-24 Thread Randy Dunlap
On 11/24/21 8:36 AM, Alex Deucher wrote: Use do_div. Fixes: c34f1652a18c4b ("drm/amd/display: fixed an error related to 4:2:0/4:2:2 DSC") Reported-by: kernel test robot Reported-by: Randy Dunlap Cc: Bing Guo Signed-off-by: Alex Deucher Acked-by: Randy Dunlap # build-tested Thanks. ---

RE: [PATCH] drm/amd/display: fix 64 bit divide

2021-11-24 Thread Guo, Bing
[AMD Official Use Only] Reviewed-by: Bing Guo < -Original Message- From: Deucher, Alexander Sent: Wednesday, November 24, 2021 11:36 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; kernel test robot ; Randy Dunlap ; Guo, Bing Subject: [PATCH] drm/amd/display: fix 64 bi