Re: [PATCH] drm/amd/display: Drop unnecessary function call

2020-12-08 Thread Deucher, Alexander
Subject: [PATCH] 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. Signed

[PATCH] drm/amd/display: Drop unnecessary function call

2020-12-07 Thread Rodrigo Siqueira
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. Signed-off-by: Rodrigo Siqueira ---