]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Drop unnecessary function call
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 7 Dec 2020 22:20:27 +0000 (17:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Dec 2020 21:41:49 +0000 (16:41 -0500)
commit0f5aced6c094d0a00d504225994ed8fdb63f0bb2
treee673cbbbd1a5fe90b43af5fe3679f6aa73b455f0
parentfa016b8764859c84a973100651e6a263d6d4edd8
drm/amd/display: Drop unnecessary function call

After refactor our amdgpu_dm_atomic_commit, this function only invoke
drm_atomic_helper_commit. For this reason, this commit drops
amdgpu_dm_atomic_commit and add drm_atomic_helper_commit directly in the
atomic_commit hook.

v2: squash in warning fix (Alex)

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c