We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc3806 commit 8ce35bfCopy full SHA for 8ce35bf
drivers/gpu/drm/Kconfig
@@ -358,13 +358,15 @@ config DRM_TTM_HELPER
358
tristate
359
depends on DRM
360
select DRM_TTM
361
+ select FB_CORE if DRM_FBDEV_EMULATION
362
select FB_SYSMEM_HELPERS_DEFERRED if DRM_FBDEV_EMULATION
363
help
364
Helpers for ttm-based gem objects
365
366
config DRM_GEM_DMA_HELPER
367
368
369
370
select FB_DMAMEM_HELPERS_DEFERRED if DRM_FBDEV_EMULATION
371
372
Choose this if you need the GEM DMA helper functions
0 commit comments