Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix read of memory frequency

2021-10-12 Thread Matt Roper
On Tue, Oct 12, 2021 at 02:23:27PM -0700, Souza, Jose wrote: > On Tue, 2021-10-12 at 14:20 -0700, Matt Roper wrote: > > On Fri, Oct 08, 2021 at 01:58:55PM -0700, José Roberto de Souza wrote: > > > All display 9 and display 10 platforms has only 4 bits for the memory > > > frequency but display 11 p

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix read of memory frequency

2021-10-12 Thread Souza, Jose
On Tue, 2021-10-12 at 14:20 -0700, Matt Roper wrote: > On Fri, Oct 08, 2021 at 01:58:55PM -0700, José Roberto de Souza wrote: > > All display 9 and display 10 platforms has only 4 bits for the memory > > frequency but display 11 platforms it changes to 8 bits. > > > > Display 9 platforms has anoth

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix read of memory frequency

2021-10-12 Thread Matt Roper
On Fri, Oct 08, 2021 at 01:58:55PM -0700, José Roberto de Souza wrote: > All display 9 and display 10 platforms has only 4 bits for the memory > frequency but display 11 platforms it changes to 8 bits. > > Display 9 platforms has another register in bits 7:4 that prevents us > to have a single mas

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix read of memory frequency

2021-10-08 Thread Souza, Jose
On Fri, 2021-10-08 at 13:58 -0700, José Roberto de Souza wrote: > All display 9 and display 10 platforms has only 4 bits for the memory > frequency but display 11 platforms it changes to 8 bits. > > Display 9 platforms has another register in bits 7:4 that prevents us > to have a single mask. > Al

[Intel-gfx] [PATCH] drm/i915/icl: Fix read of memory frequency

2021-10-08 Thread José Roberto de Souza
All display 9 and display 10 platforms has only 4 bits for the memory frequency but display 11 platforms it changes to 8 bits. Display 9 platforms has another register in bits 7:4 that prevents us to have a single mask. Also adding new mask with the current name in CRWebViewer, not sure why curren