Re: [Intel-gfx] [PATCH 04/14] drm/i915/tgl: Fix driver crash when update_active_dpll is called

2019-09-17 Thread Souza, Jose
On Fri, 2019-09-13 at 23:32 -0700, Lucas De Marchi wrote: > On Fri, Sep 13, 2019 at 3:33 PM José Roberto de Souza > wrote: > > From: "Taylor, Clinton A" > > > > TGL PLL function table doesn't include and update_active_pll > > function. > > The driver attempts to make a call to this function and

Re: [Intel-gfx] [PATCH 04/14] drm/i915/tgl: Fix driver crash when update_active_dpll is called

2019-09-13 Thread Lucas De Marchi
On Fri, Sep 13, 2019 at 3:33 PM José Roberto de Souza wrote: > > From: "Taylor, Clinton A" > > TGL PLL function table doesn't include and update_active_pll function. > The driver attempts to make a call to this function and crashes during > PLL changes. the crash would only occur if the port was

[Intel-gfx] [PATCH 04/14] drm/i915/tgl: Fix driver crash when update_active_dpll is called

2019-09-13 Thread José Roberto de Souza
From: "Taylor, Clinton A" TGL PLL function table doesn't include and update_active_pll function. The driver attempts to make a call to this function and crashes during PLL changes. Signed-off-by: Taylor, Clinton A --- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 1 + 1 file changed, 1 inser