Lines Matching refs:mode_config
156 drm->mode_config.min_width = 0; in tegra_drm_load()
157 drm->mode_config.min_height = 0; in tegra_drm_load()
159 drm->mode_config.max_width = 4096; in tegra_drm_load()
160 drm->mode_config.max_height = 4096; in tegra_drm_load()
162 drm->mode_config.funcs = &tegra_drm_mode_funcs; in tegra_drm_load()
185 err = drm_vblank_init(drm, drm->mode_config.num_crtc); in tegra_drm_load()
817 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) { in tegra_crtc_from_pipe()
865 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) in tegra_drm_preclose()
881 mutex_lock(&drm->mode_config.fb_lock); in tegra_debugfs_framebuffers()
883 list_for_each_entry(fb, &drm->mode_config.fb_list, head) { in tegra_debugfs_framebuffers()
890 mutex_unlock(&drm->mode_config.fb_lock); in tegra_debugfs_framebuffers()