diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 |
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; | |||
121 | extern int amdgpu_param_buf_per_se; | 121 | extern int amdgpu_param_buf_per_se; |
122 | extern int amdgpu_job_hang_limit; | 122 | extern int amdgpu_job_hang_limit; |
123 | extern int amdgpu_lbpw; | 123 | extern int amdgpu_lbpw; |
124 | extern int amdgpu_compute_multipipe; | ||
124 | 125 | ||
125 | #ifdef CONFIG_DRM_AMDGPU_SI | 126 | #ifdef CONFIG_DRM_AMDGPU_SI |
126 | extern int amdgpu_si_support; | 127 | extern int amdgpu_si_support; |
@@ -1310,6 +1311,8 @@ int amdgpu_gem_va_ioctl(struct drm_device *dev, void *data, | |||
1310 | int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data, | 1311 | int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data, |
1311 | struct drm_file *filp); | 1312 | struct drm_file *filp); |
1312 | int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); | 1313 | int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); |
1314 | int amdgpu_cs_fence_to_handle_ioctl(struct drm_device *dev, void *data, | ||
1315 | struct drm_file *filp); | ||
1313 | int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); | 1316 | int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); |
1314 | int amdgpu_cs_wait_fences_ioctl(struct drm_device *dev, void *data, | 1317 | int 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 */ |