OSDN Git Service

drm/amdgpu: fix the wrong type of gem object creation
authorHuang Rui <ray.huang@amd.com>
Thu, 28 Jun 2018 06:38:21 +0000 (14:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:39:54 +0000 (16:39 -0500)
commitf8ddb39a15100076884a625e97c91f3578c686f5
treebbc75659b0b2db11fea3cb0098e60016549372ad
parentda5fd66c0eb79e01501578bfc69352cc5e2e979d
drm/amdgpu: fix the wrong type of gem object creation

We still use legacy type of gem_object_create, it should update to ttm_bo_type
now.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c