On 08/05/17 14:32, Laurent Pinchart wrote: > In preparation for removal of the core module, move the shutdown() > handler from core to dss. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/dss/core.c | 20 -------------------- > drivers/gpu/drm/omapdrm/dss/dss.c | 16 ++++++++++++++++ > 2 files changed, 16 insertions(+), 20 deletions(-) Reviewed-by: Tomi Valkeinen Although I wonder if shutdown is even needed... I think the DRM side should disable all the displays when being removed. Tomi