* [PATCH] drm/vkms: Fix an undefined reference error in vkms_composer_worker
@ 2019-09-23 1:21 zhong jiang
2019-09-23 1:26 ` zhong jiang
0 siblings, 1 reply; 2+ messages in thread
From: zhong jiang @ 2019-09-23 1:21 UTC (permalink / raw)
To: maarten.lankhorst, mripard, sean
Cc: airlied, daniel, dri-devel, linux-kernel, zhongjiang
From: YueHaibing <yuehaibing@huawei.com>
I hit the following error when compile the kernel.
drivers/gpu/drm/vkms/vkms_composer.o: In function `vkms_composer_worker':
vkms_composer.c:(.text+0x5e4): undefined reference to `crc32_le'
make: *** [vmlinux] Error 1
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
drivers/gpu/drm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index e67c194..285d649 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -257,6 +257,7 @@ config DRM_VKMS
tristate "Virtual KMS (EXPERIMENTAL)"
depends on DRM
select DRM_KMS_HELPER
+ select CRC32
default n
help
Virtual Kernel Mode-Setting (VKMS) is used for testing or for
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/vkms: Fix an undefined reference error in vkms_composer_worker
2019-09-23 1:21 [PATCH] drm/vkms: Fix an undefined reference error in vkms_composer_worker zhong jiang
@ 2019-09-23 1:26 ` zhong jiang
0 siblings, 0 replies; 2+ messages in thread
From: zhong jiang @ 2019-09-23 1:26 UTC (permalink / raw)
To: zhong jiang
Cc: maarten.lankhorst, mripard, sean, airlied, daniel, dri-devel,
linux-kernel
please ignore the patch, author is incorrect, will repost. Thanks
Sincerely,
zhong jiang
On 2019/9/23 9:21, zhong jiang wrote:
> From: YueHaibing <yuehaibing@huawei.com>
>
> I hit the following error when compile the kernel.
>
> drivers/gpu/drm/vkms/vkms_composer.o: In function `vkms_composer_worker':
> vkms_composer.c:(.text+0x5e4): undefined reference to `crc32_le'
> make: *** [vmlinux] Error 1
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
> ---
> drivers/gpu/drm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index e67c194..285d649 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -257,6 +257,7 @@ config DRM_VKMS
> tristate "Virtual KMS (EXPERIMENTAL)"
> depends on DRM
> select DRM_KMS_HELPER
> + select CRC32
> default n
> help
> Virtual Kernel Mode-Setting (VKMS) is used for testing or for
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-23 1:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 1:21 [PATCH] drm/vkms: Fix an undefined reference error in vkms_composer_worker zhong jiang
2019-09-23 1:26 ` zhong jiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox