diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 4653a8d2823a..69895fccb474 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -880,6 +880,7 @@ struct amdgpu_device {  	bool				need_swiotlb;  	bool				accel_working;  	struct notifier_block		acpi_nb; +	struct notifier_block		pm_nb;  	struct amdgpu_i2c_chan		*i2c_bus[AMDGPU_MAX_I2C_BUS];  	struct debugfs_blob_wrapper     debugfs_vbios_blob;  	struct debugfs_blob_wrapper     debugfs_discovery_blob; @@ -1174,7 +1175,6 @@ struct amdgpu_device {  	struct work_struct		reset_work; -	bool                            job_hang;  	bool                            dc_enabled;  	/* Mask of active clusters */  	uint32_t			aid_mask; | 
