Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6f76f37 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Dave Airlie
Browse files

drm/shmobile: Drop usage of removed drm_plane enabled field



The enabled field has been removed from struct drm_plane. Don't use it
in the driver.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 27911977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ void shmob_drm_plane_setup(struct drm_plane *plane)
{
	struct shmob_drm_plane *splane = to_shmob_plane(plane);

	if (plane->fb == NULL || !plane->enabled)
	if (plane->fb == NULL)
		return;

	__shmob_drm_plane_setup(splane, plane->fb);