]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9000a901c43ff8e77cab17b6726028dbb7b43bc4
treebbc75659b0b2db11fea3cb0098e60016549372ad
parent3ce3ca8c9a7bd189cd30d07ed45806e660df6fe6
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