diff options
| author | Dmitry Torokhov <[email protected]> | 2017-09-04 09:22:54 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2017-09-04 09:22:54 -0700 | 
| commit | a6cbfa1e6d38c4b3ab0ce7e3aea4bb4e744f24b8 (patch) | |
| tree | 8960e571a398b5d32e72bdb9c89ce965daa870ab /drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | |
| parent | f5308d1b83eba20e69df5e0926ba7257c8dd9074 (diff) | |
| parent | 08d6ac9ee5fedd82040bc878705981b67a116a3f (diff) | |
Merge branch 'next' into for-linus
Prepare input updates for 4.14 merge window.
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atombios_crtc.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c b/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c index 8c9bc75a9c2d..8a0818b23ea4 100644 --- a/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c +++ b/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c @@ -165,7 +165,7 @@ void amdgpu_atombios_crtc_powergate(struct drm_crtc *crtc, int state)  	struct drm_device *dev = crtc->dev;  	struct amdgpu_device *adev = dev->dev_private;  	int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating); -	ENABLE_DISP_POWER_GATING_PARAMETERS_V2_1 args; +	ENABLE_DISP_POWER_GATING_PS_ALLOCATION args;  	memset(&args, 0, sizeof(args)); @@ -178,7 +178,7 @@ void amdgpu_atombios_crtc_powergate(struct drm_crtc *crtc, int state)  void amdgpu_atombios_crtc_powergate_init(struct amdgpu_device *adev)  {  	int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating); -	ENABLE_DISP_POWER_GATING_PARAMETERS_V2_1 args; +	ENABLE_DISP_POWER_GATING_PS_ALLOCATION args;  	memset(&args, 0, sizeof(args));  |