drm/amdgpu: add tmz feature parameter (v2)
authorHuang Rui <ray.huang@amd.com>
Sun, 4 Aug 2019 08:33:16 +0000 (16:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2020 20:20:28 +0000 (16:20 -0400)
commitd7ccb38df5f7ee24e667a4c61b2ce3ff77a7fd6e
treec38bff112dc1fe52b7f96f22b19c0f2e7d343150
parentc5efd80f48e481946ba201412c7f39b19b39a40b
drm/amdgpu: add tmz feature parameter (v2)

This patch adds tmz parameter to enable/disable
the feature in the amdgpu kernel module. Nomally,
by default, it should be auto (rely on the
hardware capability).

But right now, it need to set "off" to avoid
breaking other developers' work because it's not
totally completed.

Will set "auto" till the feature is stable and
completely verified.

v2: add "auto" option for future use.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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