Lines Matching refs:ddev
879 atom_card_info->dev = adev->ddev; in amdgpu_atombios_init()
1374 struct drm_device *ddev, in amdgpu_device_init() argument
1383 adev->ddev = ddev; in amdgpu_device_init()
1472 if (amdgpu_device_is_px(ddev)) in amdgpu_device_init()
1513 drm_mode_config_init(adev->ddev); in amdgpu_device_init()
1879 drm_helper_resume_force_mode(adev->ddev); in amdgpu_gpu_reset()
1919 adev->ddev->control->debugfs_root, in amdgpu_debugfs_add_files()
1920 adev->ddev->control); in amdgpu_debugfs_add_files()
1922 adev->ddev->primary->debugfs_root, in amdgpu_debugfs_add_files()
1923 adev->ddev->primary); in amdgpu_debugfs_add_files()
1936 adev->ddev->control); in amdgpu_debugfs_remove_files()
1939 adev->ddev->primary); in amdgpu_debugfs_remove_files()
2016 struct drm_minor *minor = adev->ddev->primary; in amdgpu_debugfs_regs_init()