commit | ce8a805ae1768be16c62a541ce1b2d23e7b99124 | [log] [tgz] |
---|---|---|
author | David Francis <David.Francis@amd.com> | Fri Sep 21 14:36:17 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Nov 05 14:20:44 2018 -0500 |
tree | d7fcfa0f340535a4e1177b35a8b3f18695d434cc | |
parent | e1e8a020c6b88931d541ccd44043285ab93324d3 [diff] |
drm/amd/display: initialize dc_transfer_func->ctx [Why] dc_transfer_func structs were being passed around with a null pointer, waiting for unsuspecting programmers to dereference it. [How] Initialize it Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>