Re: [Intel-gfx] [PATCH] drm/i915: Remove memory frequency calculation

2021-10-12 Thread Matt Roper
On Tue, Oct 12, 2021 at 05:24:55PM -0700, José Roberto de Souza wrote: > This memory frequency calculated is only used to check if it is zero, > what is not useful as it will never actually be zero. > > Also the calculation is wrong, we should be checking other bit to > select the appropriate freq

[Intel-gfx] [PATCH] drm/i915: Remove memory frequency calculation

2021-10-12 Thread José Roberto de Souza
This memory frequency calculated is only used to check if it is zero, what is not useful as it will never actually be zero. Also the calculation is wrong, we should be checking other bit to select the appropriate frequency multiplier while this code is stuck with a fixed multiplier. So here dropp