Re: [Intel-gfx] [PATCH] drm/i915/display: Exploratory patch for fi-icl-dsi

2019-07-02 Thread Imre Deak
On Tue, Jul 02, 2019 at 01:33:26PM +0100, Chris Wilson wrote: > icl-dsi is dying on suspend/resume at > > RIP: 0010:icl_update_active_dpll+0x2c/0xa0 [i915] > > so take a guess that it is the primary_port is NULL. Yes, DSI ports are not intel_digital_ports but use the shared DPLL code. Not

[Intel-gfx] [PATCH] drm/i915/display: Exploratory patch for fi-icl-dsi

2019-07-02 Thread Chris Wilson
icl-dsi is dying on suspend/resume at RIP: 0010:icl_update_active_dpll+0x2c/0xa0 [i915] so take a guess that it is the primary_port is NULL. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-)