]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove unused function reverse_planes_order
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 24 Jun 2024 02:22:25 +0000 (10:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jun 2024 21:10:39 +0000 (17:10 -0400)
commit68936346b67d8a4605d8b66f0d345d6bb1f95f4d
tree7d5a5561f3fab4c21fd355dc9ac05a358cc2c86f
parentb72585f1c2228630e5fc5bf1b8a1f68cdcd8a446
drm/amd/display: Remove unused function reverse_planes_order

The function are defined in the amdgpu_dm.c file, but not called
anywhere, so delete the unused function.

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:371:20: warning: unused function 'reverse_planes_order'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9402
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c