Re: [lvc-project] [PATCH v2] drm/mgag200: Apply upper limit for clock variable

2024-11-14 Thread Jocelyn Falempe
On 14/11/2024 19:05, Fedor Pchelkin wrote: On Thu, 14. Nov 17:47, Jocelyn Falempe wrote: On 11/11/2024 17:33, Murad Masimov wrote: If the value of the clock variable is higher than 80, the value of the variable m, which is used as a divisor, will remain zero, because (clock * testp) will be

Re: [lvc-project] [PATCH v2] drm/mgag200: Apply upper limit for clock variable

2024-11-14 Thread Fedor Pchelkin
On Thu, 14. Nov 17:47, Jocelyn Falempe wrote: > On 11/11/2024 17:33, Murad Masimov wrote: > > If the value of the clock variable is higher than 80, the value of the > > variable m, which is used as a divisor, will remain zero, because > > (clock * testp) will be higher than vcomax in every loop