OSDN Git Service

drm/amd/display: Create dm_atomic_state
authorHarry Wentland <harry.wentland@amd.com>
Tue, 27 Jun 2017 15:55:43 +0000 (11:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:33 +0000 (18:08 -0400)
commitca3268c45b85d61365ba74939650ae519ecff572
tree72c291cc7ea023d51699f767c7b1316556caf07d
parent97416d4cbb9efab2eea7740fa4ce86b317da06c5
drm/amd/display: Create dm_atomic_state

We really want to use the new private_atomic_state but can't right now
as we have to maintain some backward compatibility to older kernels. For
now let's follow Intel's approach and extend the drm_atomic_state.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.h