[Intel-gfx] [PATCH v7 0/8] GEN-9 Arbitrated Bandwidth WM WA's & IPC

Paulo Zanoni paulo.r.zanoni at intel.com
Wed Dec 7 19:35:09 UTC 2016


Em Qui, 2016-12-01 às 21:19 +0530, Mahesh Kumar escreveu:
> This series implements following set of functionality
> 	Implement IPC WA's for Broxton/KBL
> 	Enable IPC in supported platforms
> 	Convert WM calculation to fixed point calculation
> 	Calculation of System memory Bandwidth for SKL/KBL/BXT
> 	Implementation of Arbitrated memory Bandwidth related WM WA's

Pushed patches 1, 2, 3, 5 and 6, with small bikesheds applied. Thanks
for the patches!

(actually I had a little problem with dim, so right now only dinq has
the patches, drm-tip doesn't, soon they will appear)

Let's resume the discussion on the remaining patches. For a possible
next series, make sure to rebase and send only what's not applied.

> 
> 
> Mahesh Kumar (8):
>   drm/i915/skl: Add variables to check x_tile and y_tile
>   drm/i915/bxt: IPC WA for Broxton
>   drm/i915/kbl: IPC workaround for kabylake
>   drm/i915/bxt: Enable IPC support
>   drm/i915/skl+: change WM calc to fixed point 16.16
>   drm/i915: Add intel_atomic_get_existing_crtc_state function
>   drm/i915: Decode system memory bandwidth
>   drm/i915/gen9: WM memory bandwidth related workaround
> 
>  drivers/gpu/drm/i915/i915_drv.c      | 175 ++++++++++++++++++++++
>  drivers/gpu/drm/i915/i915_drv.h      | 109 ++++++++++++++
>  drivers/gpu/drm/i915/i915_reg.h      |  38 +++++
>  drivers/gpu/drm/i915/intel_display.c |  24 ++++
>  drivers/gpu/drm/i915/intel_drv.h     |  15 ++
>  drivers/gpu/drm/i915/intel_pm.c      | 272
> +++++++++++++++++++++++++++++------
>  6 files changed, 586 insertions(+), 47 deletions(-)
> 


More information about the Intel-gfx mailing list