summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorChristian König2018-02-01 14:41:37 +0100
committerAlex Deucher2018-02-19 20:19:53 +0100
commit30ac9713b455759e501b6fb4f8c69ee831a842ca (patch)
tree9e9823ba7567c597709e1136831b6415b34322fd /drivers/gpu/drm/radeon
parentdrm/amdgpu: remove extra TT unpopulated check (diff)
downloadkernel-qcow2-linux-30ac9713b455759e501b6fb4f8c69ee831a842ca.tar.gz
kernel-qcow2-linux-30ac9713b455759e501b6fb4f8c69ee831a842ca.tar.xz
kernel-qcow2-linux-30ac9713b455759e501b6fb4f8c69ee831a842ca.zip
drm/radeon: remove extra TT unpopulated check
The subsystem should check that, not the driver. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Roger He <Hongbo.He@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/radeon_ttm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
index c1e3862a48a4..c50620aadbd0 100644
--- a/drivers/gpu/drm/radeon/radeon_ttm.c
+++ b/drivers/gpu/drm/radeon/radeon_ttm.c
@@ -728,9 +728,6 @@ static int radeon_ttm_tt_populate(struct ttm_tt *ttm,
struct radeon_device *rdev;
bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG);
- if (ttm->state != tt_unpopulated)
- return 0;
-
if (gtt && gtt->userptr) {
ttm->sg = kzalloc(sizeof(struct sg_table), GFP_KERNEL);
if (!ttm->sg)