[Intel-gfx] [PATCH 08/12] drm/i915/skl+: Watermark calculation cleanup

2017-05-15 Thread Mahesh Kumar
From: "Kumar, Mahesh" This patch cleanup/reorganises the watermark calculation functions. This patch make use of already available macro "drm_atomic_crtc_state_for_each_plane_state" to walk through plane_state list instead of calculating plane_state in function itself. This restructuring will he

[Intel-gfx] [PATCH 08/12] drm/i915/skl+: Watermark calculation cleanup

2017-05-17 Thread Mahesh Kumar
From: "Kumar, Mahesh" This patch cleanup/reorganises the watermark calculation functions. This patch make use of already available macro "drm_atomic_crtc_state_for_each_plane_state" to walk through plane_state list instead of calculating plane_state in function itself. This restructuring will he

Re: [Intel-gfx] [PATCH 08/12] drm/i915/skl+: Watermark calculation cleanup

2017-05-15 Thread Matt Roper
On Mon, May 15, 2017 at 02:04:33PM +0530, Mahesh Kumar wrote: > From: "Kumar, Mahesh" > > This patch cleanup/reorganises the watermark calculation functions. > This patch make use of already available macro > "drm_atomic_crtc_state_for_each_plane_state" to walk through > plane_state list instead