drm: update ast/cirrus/mgag200 for change in TTM api
New drivers merged after changes were done in prime TTM code. Fix build. Signed-off-by: Dave Airlie <airlied@redhat.com>
这个提交包含在:
@@ -357,7 +357,7 @@ int ast_bo_create(struct drm_device *dev, int size, int align,
|
||||
ret = ttm_bo_init(&ast->ttm.bdev, &astbo->bo, size,
|
||||
ttm_bo_type_device, &astbo->placement,
|
||||
align >> PAGE_SHIFT, 0, false, NULL, acc_size,
|
||||
ast_bo_ttm_destroy);
|
||||
NULL, ast_bo_ttm_destroy);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户