summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r200.c
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2014-11-27 14:48:42 +0100
committerAlex Deucher <alexander.deucher@amd.com>2014-12-03 14:26:47 -0500
commit1d0c094201bd4cae03118a1dfcb45516bb6a3ec7 (patch)
tree1e31b57d4870b9ec83d3f219dac2e19b438b5d27 /drivers/gpu/drm/radeon/r200.c
parentfc003bd4de12a8935481b2097e4120796ef6efad (diff)
drm/radeon: rename radeon_cs_reloc to radeon_bo_list
Better match what it is actually doing. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r200.c')
-rw-r--r--drivers/gpu/drm/radeon/r200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r200.c b/drivers/gpu/drm/radeon/r200.c
index 732d4938aab7..c70e6d5bcd19 100644
--- a/drivers/gpu/drm/radeon/r200.c
+++ b/drivers/gpu/drm/radeon/r200.c
@@ -146,7 +146,7 @@ int r200_packet0_check(struct radeon_cs_parser *p,
struct radeon_cs_packet *pkt,
unsigned idx, unsigned reg)
{
- struct radeon_cs_reloc *reloc;
+ struct radeon_bo_list *reloc;
struct r100_cs_track *track;
volatile uint32_t *ib;
uint32_t tmp;