Re: [Intel-gfx] [PATCH 09/10] drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()

2019-11-15 Thread Ville Syrjälä
On Wed, Nov 13, 2019 at 04:35:47PM -0800, Manasi Navare wrote: > On Tue, Nov 12, 2019 at 04:15:02PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Rename pipe_config to new_crtc_state in the .crtc_enable() hooks. > > The 'pipe_config' name is a zombie that we need to finally put

Re: [Intel-gfx] [PATCH 09/10] drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()

2019-11-13 Thread Manasi Navare
On Tue, Nov 12, 2019 at 04:15:02PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Rename pipe_config to new_crtc_state in the .crtc_enable() hooks. > The 'pipe_config' name is a zombie that we need to finally put down. So basically use pipe_config only in atomic check functions like

[Intel-gfx] [PATCH 09/10] drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()

2019-11-12 Thread Ville Syrjala
From: Ville Syrjälä Rename pipe_config to new_crtc_state in the .crtc_enable() hooks. The 'pipe_config' name is a zombie that we need to finally put down. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 175 +-- 1 file changed, 86 insertions(+),