Lines Matching refs:mode_config
148 drm->mode_config.min_width = 0; in tegra_drm_load()
149 drm->mode_config.min_height = 0; in tegra_drm_load()
151 drm->mode_config.max_width = 4096; in tegra_drm_load()
152 drm->mode_config.max_height = 4096; in tegra_drm_load()
154 drm->mode_config.funcs = &tegra_drm_mode_funcs; in tegra_drm_load()
178 err = drm_vblank_init(drm, drm->mode_config.num_crtc); in tegra_drm_load()
808 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) { in tegra_crtc_from_pipe()
855 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) in tegra_drm_preclose()
871 mutex_lock(&drm->mode_config.fb_lock); in tegra_debugfs_framebuffers()
873 list_for_each_entry(fb, &drm->mode_config.fb_list, head) { in tegra_debugfs_framebuffers()
880 mutex_unlock(&drm->mode_config.fb_lock); in tegra_debugfs_framebuffers()