Lines Matching full:drm
115 struct tegra_drm *drm; in host1x_output_poll_changed() local
117 drm = container_of(drm_dev, struct tegra_drm, drm_dev); in host1x_output_poll_changed()
118 if (drm->fb != NULL) in host1x_output_poll_changed()
119 drm_fb_helper_hotplug_event(&drm->fb->fb_helper); in host1x_output_poll_changed()
142 "Cannot init DRM client %s: %d\n", in host1x_drm_init()
173 "Cannot exit DRM client %s: %d\n", in host1x_drm_exit()
262 tegra_drm_preclose(struct drm_device *drm, struct drm_file *file) in tegra_drm_preclose() argument
266 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) in tegra_drm_preclose()
274 struct tegra_drm *drm; in host1x_drm_lastclose() local
276 drm = container_of(drm_dev, struct tegra_drm, drm_dev); in host1x_drm_lastclose()
277 if (drm->fb != NULL) in host1x_drm_lastclose()
278 drm_fb_helper_restore_fbdev_mode(&drm->fb->fb_helper); in host1x_drm_lastclose()
406 panic("Tegra DRM: Attempt to deregister " in host1x_deregister_client()
632 /* tegra drm interface */