Skip to content

Commit ff1ae8f

Browse files
YueHaibingkraxel
authored andcommitted
drm/qxl: Fix randbuild error
If DEM_QXL is y and DRM_TTM_HELPER is m, building fails: drivers/gpu/drm/qxl/qxl_object.o: undefined reference to `drm_gem_ttm_print_info' Select DRM_TTM_HELPER to fix this. Fixes: 78d54f1 ("drm/qxl: use drm_gem_ttm_print_info") Signed-off-by: YueHaibing <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent 472f0ae commit ff1ae8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/qxl/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config DRM_QXL
44
depends on DRM && PCI && MMU
55
select DRM_KMS_HELPER
66
select DRM_TTM
7+
select DRM_TTM_HELPER
78
select CRC32
89
help
910
QXL virtual GPU for Spice virtualization desktop integration.

0 commit comments

Comments
 (0)