diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 67f3c576ab7d..a8552eec0643 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -783,7 +783,7 @@ struct radeon_asic { | |||
783 | int (*set_surface_reg)(struct radeon_device *rdev, int reg, | 783 | int (*set_surface_reg)(struct radeon_device *rdev, int reg, |
784 | uint32_t tiling_flags, uint32_t pitch, | 784 | uint32_t tiling_flags, uint32_t pitch, |
785 | uint32_t offset, uint32_t obj_size); | 785 | uint32_t offset, uint32_t obj_size); |
786 | int (*clear_surface_reg)(struct radeon_device *rdev, int reg); | 786 | void (*clear_surface_reg)(struct radeon_device *rdev, int reg); |
787 | void (*bandwidth_update)(struct radeon_device *rdev); | 787 | void (*bandwidth_update)(struct radeon_device *rdev); |
788 | void (*hpd_init)(struct radeon_device *rdev); | 788 | void (*hpd_init)(struct radeon_device *rdev); |
789 | void (*hpd_fini)(struct radeon_device *rdev); | 789 | void (*hpd_fini)(struct radeon_device *rdev); |