aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ebfc267467ee..a23b8af95319 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -121,6 +121,7 @@ extern int amdgpu_cntl_sb_buf_per_se;
121extern int amdgpu_param_buf_per_se; 121extern int amdgpu_param_buf_per_se;
122extern int amdgpu_job_hang_limit; 122extern int amdgpu_job_hang_limit;
123extern int amdgpu_lbpw; 123extern int amdgpu_lbpw;
124extern int amdgpu_compute_multipipe;
124 125
125#ifdef CONFIG_DRM_AMDGPU_SI 126#ifdef CONFIG_DRM_AMDGPU_SI
126extern int amdgpu_si_support; 127extern int amdgpu_si_support;
@@ -1310,6 +1311,8 @@ int amdgpu_gem_va_ioctl(struct drm_device *dev, void *data,
1310int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data, 1311int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data,
1311 struct drm_file *filp); 1312 struct drm_file *filp);
1312int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); 1313int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1314int amdgpu_cs_fence_to_handle_ioctl(struct drm_device *dev, void *data,
1315 struct drm_file *filp);
1313int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); 1316int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1314int amdgpu_cs_wait_fences_ioctl(struct drm_device *dev, void *data, 1317int amdgpu_cs_wait_fences_ioctl(struct drm_device *dev, void *data,
1315 struct drm_file *filp); 1318 struct drm_file *filp);
@@ -1524,7 +1527,6 @@ struct amdgpu_device {
1524 1527
1525 /* powerplay */ 1528 /* powerplay */
1526 struct amd_powerplay powerplay; 1529 struct amd_powerplay powerplay;
1527 bool pp_enabled;
1528 bool pp_force_state_enabled; 1530 bool pp_force_state_enabled;
1529 1531
1530 /* dpm */ 1532 /* dpm */