drm_fb_cma_create(9) drm_mode_config_funcs ->fb_create callback function

SYNOPSIS

struct drm_framebuffer * drm_fb_cma_create(struct drm_device * dev, struct drm_file * file_priv, const struct drm_mode_fb_cmd2 * mode_cmd);

ARGUMENTS

dev

-- undescribed --

file_priv

-- undescribed --

mode_cmd

-- undescribed --

DESCRIPTION

If your hardware has special alignment or pitch requirements these should be checked before calling this function. Use drm_fb_cma_create_with_funcs if you need to set drm_framebuffer_funcs ->dirty.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT