summaryrefslogtreecommitdiff
path: root/geoip.conf
AgeCommit message (Expand)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+2
authorChristian König <christian.koenig@amd.com>2016-06-15 13:44:02 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:54:40 -0400
commitf849c6d6527a4108b1d7813e1a0eac9f1568cc4b (patch)
tree0d3e39ee3533d68a0de4e6567bf8481d6327d9ad
parent5bc730677b1698c479f0134926b90789759b17ee (diff)
drm/ttm: simplify ttm_bo_wait
As far as I can see no need for a custom implementation any more. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat
-rw-r--r--drivers/gpu/drm/ttm/ttm_bo.c37
1 files changed, 4 insertions, 33 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c