]> Git Repo - linux.git/commit
drm/amd/display: Create a file dedicated to planes
authorRodrigo Siqueira <[email protected]>
Wed, 20 Jul 2022 19:31:42 +0000 (15:31 -0400)
committerAlex Deucher <[email protected]>
Wed, 20 Jul 2022 20:10:38 +0000 (16:10 -0400)
commit5d945cbcd4b16a29d6470a80dfb19738f9a4319f
tree254d5ed2b0eb5cef1276caa2fe33f6b03d7199e1
parent25f7cde8bad9fe5943851d3d602e9fddb7977961
drm/amd/display: Create a file dedicated to planes

[Why]
The amdgpu_dm file contains most of the code that works as an interface
between DRM API and DC. As a result, this file becomes very large since
it comprises multiple abstractions such as plane manipulation.

[How]
This commit extracts the plane code to its specific file named
amdgpu_dm_plane. This change does not change anything inside the
functions; the only exception is converting some static functions to a
global function.

Tested-by: Daniel Wheeler <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/amdgpu_dm/Makefile
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h [new file with mode: 0644]
This page took 0.056371 seconds and 4 git commands to generate.