Lines Matching defs:drm
115 struct tegra_drm *drm;
117 drm = container_of(drm_dev, struct tegra_drm, drm_dev);
118 if (drm->fb != NULL)
119 drm_fb_helper_hotplug_event(&drm->fb->fb_helper);
262 tegra_drm_preclose(struct drm_device *drm, struct drm_file *file)
266 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head)
274 struct tegra_drm *drm;
276 drm = container_of(drm_dev, struct tegra_drm, drm_dev);
277 if (drm->fb != NULL)
278 drm_fb_helper_restore_fbdev_mode(&drm->fb->fb_helper);
632 /* tegra drm interface */