Re: [PATCH v2 5/6] drm/tinydrm/mi0283qt: Let the display pipe handle power

2018-01-08 Thread David Lechner
On 01/07/2018 11:44 AM, Noralf Trønnes wrote: It's better to leave power handling and controller init to the modesetting machinery using the simple pipe .enable and .disable callbacks. Remove unused mipi_dbi_pipe_enable(). Signed-off-by: Noralf Trønnes --- Reviewed-by: David Lechner ___

[PATCH v2 5/6] drm/tinydrm/mi0283qt: Let the display pipe handle power

2018-01-07 Thread Noralf Trønnes
It's better to leave power handling and controller init to the modesetting machinery using the simple pipe .enable and .disable callbacks. Remove unused mipi_dbi_pipe_enable(). Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/mi0283qt.c | 47 -- drive