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 laurent.pinchart@ideasonboard.com
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 tomi.valkeinen@ti.com
Although I wonder if shutdown is even needed... I think the DRM side should disable all the displays when being removed.
Tomi