drm/amd/display: Reorder dc_state fields to optimize clearing the struct
authorAric Cyr <aric.cyr@amd.com>
Sun, 4 Dec 2022 02:58:37 +0000 (21:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Jan 2023 21:57:58 +0000 (16:57 -0500)
commit9ed90489a479bba7f27fee9b4102ee2a4a2138e8
tree3b4c9811a05ea029751987376d512af716f8ba5d
parentb0fcf88b3f10bf684d636e78113e678dc3b3f053
drm/amd/display: Reorder dc_state fields to optimize clearing the struct

[why & how]
By moving bw_ctx field to the end of the dc_state the state can be
cleared more efficiently without resulting in large DML memcpy
operations, resulting in better mode enumeration performance on some
platforms.

Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/inc/core_types.h