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 00ae149 commit 1500805Copy full SHA for 1500805
drivers/gpu/drm/drm_fbdev_dma.c
@@ -218,7 +218,7 @@ static const struct drm_client_funcs drm_fbdev_dma_client_funcs = {
218
* drm_fbdev_dma_setup() - Setup fbdev emulation for GEM DMA helpers
219
* @dev: DRM device
220
* @preferred_bpp: Preferred bits per pixel for the device.
221
- * @dev->mode_config.preferred_depth is used if this is zero.
+ * 32 is used if this is zero.
222
*
223
* This function sets up fbdev emulation for GEM DMA drivers that support
224
* dumb buffers with a virtual address and that can be mmap'ed.
0 commit comments