]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Loop through all pipes for DET allocation
authorTaimur Hassan <Syed.Hassan@amd.com>
Fri, 8 Jul 2022 17:32:46 +0000 (13:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:02 +0000 (09:31 -0400)
commita307a697af42a57cbe132d135c6214c8a9031fc6
tree70869c027c9a2dc9fa5a275f4382446eb8220a6c
parent9b55bb83f1a6b48ce17c481e8a74c76c4fa49c5e
drm/amd/display: Loop through all pipes for DET allocation

[Why & How]
There are cases where the pipes populated are not all at the top
of the pipes list under context. Loop through all pipes for DET
allocation instead of just the number of populated ones, even if
some unpopulated pipes are iterated through unnecessarily.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c