drm/amdgpu/mes: add amdgpu_mes driver parameter
authorJack Xiao <Jack.Xiao@amd.com>
Fri, 25 Jan 2019 06:11:35 +0000 (14:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:58:22 +0000 (18:58 -0500)
commit384872846f719760645dbe1b0c70edccb9cc941a
tree25b684f956b667637fb35bd49668646ebb24f822
parent1b61de45dfaff00b627e47349a019658e39268b9
drm/amdgpu/mes: add amdgpu_mes driver parameter

amdgpu_mes, which is a driver scope parameter, is used
to whether enable mes or not.

MES (Micro Engine Scheduler) is the new on chip hw scheduling
microcontroller.  It can be used to handle queue scheduling and
preemption and priorities.

Acked-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c