drm/amd/display: rename function to add otg master for stream
authorWenjing Liu <wenjing.liu@amd.com>
Wed, 2 Aug 2023 21:35:14 +0000 (17:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:34:53 +0000 (15:34 -0400)
commit9ba46183eb905589a845f3a973a37ffed7aebf1a
tree7a4423d6c0af21cd560e09c223190f4b68e31fe9
parent9e0530257e2b45e88cf8bc0c32c457cadf7a07a7
drm/amd/display: rename function to add otg master for stream

We are renaming acquire first free pipe to add
otg master pipe for stream because the former name
doesn't indicate that it acquires the first free pipe
to use as an otg master pipe. This could cause coding
errors if someone uses it to acquire a different pipe type.

Reviewed-by: Jun Lei <jun.lei@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c