diff options
author | 2024-01-25 12:00:34 +0800 | |
---|---|---|
committer | 2024-01-29 15:35:13 -0500 | |
commit | c0125b848abecfbc944bebe2cab076f09455b230 (patch) | |
tree | 7d42952ae2f4247b482f2f9b1ab736664899759e /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | |
parent | drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' (diff) | |
download | linux-rng-c0125b848abecfbc944bebe2cab076f09455b230.tar.xz linux-rng-c0125b848abecfbc944bebe2cab076f09455b230.zip |
drm/amdgpu: move the drm client creation behind drm device registration
This patch is to eliminate interrupt warning below:
"[drm] Fence fallback timer expired on ring sdma0.0".
An early vm pt clearing job is sent to SDMA ahead of interrupt enabled.
And re-locating the drm client creation following after drm_dev_register
looks like a more proper flow.
v2: wrap the drm client creation
Fixes: 1819200166ce ("drm/amdkfd: Export DMABufs from KFD using GEM handles")
Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c')
0 files changed, 0 insertions, 0 deletions