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

Commit 532b2280 authored by Ray Zhang's avatar Ray Zhang Committed by Gerrit - the friendly Code Review server
Browse files

disp: msm: support framebuffer emulation in KMS driver



framebuffer support is required in some use cases, so add
framebuffer emulation for KMS driver.

Change-Id: Icf0bbcd59ca430478d2bef4df033988d0338f2bb
Signed-off-by: default avatarRay Zhang <rayz@codeaurora.org>
parent b428acc6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,3 +115,5 @@ msm_drm-$(CONFIG_DRM_MSM) += \
	msm_notifier.o\

obj-$(CONFIG_DRM_MSM)	+= msm_drm.o

obj-$(CONFIG_DRM_FBDEV_EMULATION) += msm_fbdev.o
+2 −0
Original line number Diff line number Diff line
@@ -3150,6 +3150,8 @@ static int _sde_kms_mmu_init(struct sde_kms *sde_kms)
		}
	}

	sde_kms->base.aspace = sde_kms->aspace[0];

	return 0;

early_map_fail: