1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display
Anthony Koo ebf055f95b drm/amd/display: fix issues with incorrectly detecting UPDATE_TYPE_FULL
This is due to how structures are being packed with padding added.
Structure field initialization doesn't clear the padding bytes, which cause
our memcmp to give incorrect result.

Move smaller structure parameters to end of structure.

Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 18:08:05 -04:00
..
amdgpu_dm drm/amd/display: Handle commit plane with no FB. 2017-09-26 18:08:02 -04:00
dc drm/amd/display: fix issues with incorrectly detecting UPDATE_TYPE_FULL 2017-09-26 18:08:05 -04:00
include drm/amd/display: add bw logging for dcn 2017-09-26 18:07:56 -04:00
modules drm/amd/display: Temporary disable BTR FreeSync support for now 2017-09-26 18:07:54 -04:00
Kconfig drm/amd/display: Limit DCN to x86 arch 2017-09-26 18:07:32 -04:00
Makefile drm/amd/dc: Add dc display driver (v2) 2017-09-26 17:01:32 -04:00