aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h1
2 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 ef4fb6a6f9db..07924d41ee89 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1247,7 +1247,6 @@ void amdgpu_device_program_register_sequence(struct amdgpu_device *adev,
1247 const u32 array_size); 1247 const u32 array_size);
1248 1248
1249bool amdgpu_device_is_px(struct drm_device *dev); 1249bool amdgpu_device_is_px(struct drm_device *dev);
1250void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable);
1251/* atpx handler */ 1250/* atpx handler */
1252#if defined(CONFIG_VGA_SWITCHEROO) 1251#if defined(CONFIG_VGA_SWITCHEROO)
1253void amdgpu_register_atpx_handler(void); 1252void amdgpu_register_atpx_handler(void);
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
index 4e3d147c2f1b..53e9e2a0821e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
@@ -356,5 +356,6 @@ void amdgpu_gfx_bit_to_queue(struct amdgpu_device *adev, int bit,
356 int *mec, int *pipe, int *queue); 356 int *mec, int *pipe, int *queue);
357bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec, 357bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec,
358 int pipe, int queue); 358 int pipe, int queue);
359void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable);
359 360
360#endif 361#endif