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

Commit 3bfb8caf authored by Ray Zhang's avatar Ray Zhang Committed by santosh
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 4194c7b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -132,3 +132,5 @@ msm_drm-$(CONFIG_DRM_MSM) += \
msm_drm-$(CONFIG_HDCP_QSEECOM) += ../hdcp/msm_hdcp.o \

obj-$(CONFIG_DISPLAY_BUILD)	+= msm_drm.o

obj-$(CONFIG_DRM_FBDEV_EMULATION) += msm_fbdev.o
+2 −0
Original line number Diff line number Diff line
@@ -2944,6 +2944,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: