diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2022-07-20 15:43:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-07-25 09:31:01 -0400 |
commit | 473683a03495a5ed9c75a02c7497f32d6cf92c7a (patch) | |
tree | eb1a16397f53d1245c6602a7f326965f2eb59c57 /drivers/gpu/drm/amd/include/navi10_enum.h | |
parent | 5d945cbcd4b16a29d6470a80dfb19738f9a4319f (diff) |
drm/amd/display: Create a file dedicated for CRTC
[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 CRTC manipulation.
[How]
This commit extracts the CRTC code to its specific file named
amdgpu_dm_crtc. This change does not change anything inside the
functions; the only exception is converting some static functions to a
global function.
v2: fix ifdef merge mix up (Alex)
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/navi10_enum.h')
0 files changed, 0 insertions, 0 deletions