Re: [Intel-gfx] [PATCH 1/6] drm/i915: Pass intel_atomic_state around

2020-11-09 Thread Navare, Manasi
On Fri, Nov 06, 2020 at 07:30:37PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Pass the whole intel_atomic_state to skl_build_pipe_wm() > and skl_allocate_pipe_ddb() so we can start to iterate > stuff containerd in the commit. > > Signed-off-by: Ville Syrjälä This looks good to me,

[Intel-gfx] [PATCH 1/6] drm/i915: Pass intel_atomic_state around

2020-11-06 Thread Ville Syrjala
From: Ville Syrjälä Pass the whole intel_atomic_state to skl_build_pipe_wm() and skl_allocate_pipe_ddb() so we can start to iterate stuff containerd in the commit. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 24 +--- 1 file changed, 13 insertions(+),