diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/r600_blit.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r600_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600_blit.c b/drivers/gpu/drm/radeon/r600_blit.c index 7d8ac42e3846..661fec2a2cc1 100644 --- a/drivers/gpu/drm/radeon/r600_blit.c +++ b/drivers/gpu/drm/radeon/r600_blit.c | |||
@@ -499,7 +499,7 @@ set_default_state(drm_radeon_private_t *dev_priv) | |||
499 | * as the fractional bits will not fit in a float. (It would be better to | 499 | * as the fractional bits will not fit in a float. (It would be better to |
500 | * round towards even as the fpu does, but that is slower.) | 500 | * round towards even as the fpu does, but that is slower.) |
501 | */ | 501 | */ |
502 | uint32_t int2float(uint32_t x) | 502 | __pure uint32_t int2float(uint32_t x) |
503 | { | 503 | { |
504 | uint32_t msb, exponent, fraction; | 504 | uint32_t msb, exponent, fraction; |
505 | 505 | ||