diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-07-12 15:46:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-04 04:51:05 -0400 |
commit | f92c99de9db693786ffc0f44503eece2bc6a237a (patch) | |
tree | 637c95e0dd937b70ca9016896f726547abb69475 /drivers/gpu/drm/radeon/radeon.h | |
parent | c35486752501196044bbc4a1c61c43f39b17c2ff (diff) |
drm/radeon: allow selection of alignment in the sub-allocator
commit 6c4f978b357bc779c703fda1f200e9179623d3e9 upstream.
There are cases where we need more than 4k alignment. No
functional change with this commit.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 142ce6cc69f5..f4dcfdd5a28b 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -408,6 +408,7 @@ struct radeon_sa_manager { | |||
408 | uint64_t gpu_addr; | 408 | uint64_t gpu_addr; |
409 | void *cpu_ptr; | 409 | void *cpu_ptr; |
410 | uint32_t domain; | 410 | uint32_t domain; |
411 | uint32_t align; | ||
411 | }; | 412 | }; |
412 | 413 | ||
413 | struct radeon_sa_bo; | 414 | struct radeon_sa_bo; |