Lines Matching defs:drm
12 #include <drm/drm_fourcc.h>
13 #include <drm/drm_framebuffer.h>
14 #include <drm/drm_gem_framebuffer_helper.h>
15 #include <drm/drm_modeset_helper.h>
17 #include "drm.h"
104 struct drm_framebuffer *tegra_fb_alloc(struct drm_device *drm,
117 drm_helper_mode_fill_fb_struct(drm, fb, mode_cmd);
122 err = drm_framebuffer_init(drm, fb, &tegra_fb_funcs);
124 dev_err(drm->dev, "failed to initialize framebuffer: %d\n",
133 struct drm_framebuffer *tegra_fb_create(struct drm_device *drm,
137 const struct drm_format_info *info = drm_get_format_info(drm, cmd);
169 fb = tegra_fb_alloc(drm, cmd, planes, i);