Re: [Intel-gfx] [PATCH v7 7/8] drm/i915: Decode system memory bandwidth

2017-02-15 Thread Mahesh Kumar
Hi, On Friday 09 December 2016 05:25 AM, Paulo Zanoni wrote: Em Qui, 2016-12-01 às 21:19 +0530, Mahesh Kumar escreveu: This patch adds support to decode system memory bandwidth which will be used for arbitrated display memory percentage calculation in GEN9 based system. Changes from v1: -

Re: [Intel-gfx] [PATCH v7 7/8] drm/i915: Decode system memory bandwidth

2016-12-08 Thread Paulo Zanoni
Em Qui, 2016-12-01 às 21:19 +0530, Mahesh Kumar escreveu: > This patch adds support to decode system memory bandwidth > which will be used for arbitrated display memory percentage > calculation in GEN9 based system. > > Changes from v1: >  - Address comments from Paulo >  - implement decode

[Intel-gfx] [PATCH v7 7/8] drm/i915: Decode system memory bandwidth

2016-12-01 Thread Mahesh Kumar
This patch adds support to decode system memory bandwidth which will be used for arbitrated display memory percentage calculation in GEN9 based system. Changes from v1: - Address comments from Paulo - implement decode function for SKL/KBL also Changes from v2: - Rewrite the code as per HW team