]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0aab1ad72828327e97686d4a57550ca2538a9bb8
treec38bff112dc1fe52b7f96f22b19c0f2e7d343150
parenta7f038fd0309dfe5f36b2238b3894678ddb2dafe
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