drm_framebuffer.c | 144 ret = drm_mode_addfb2(dev, &r, file_priv); 341 * drm_mode_addfb2 - add an FB to the graphics configuration 355 int drm_mode_addfb2(struct drm_device *dev, function in typeref:typename:int 400 return drm_mode_addfb2(dev, data, file_priv);
|