commit | 31ec0dd38085aaeb75ab04211bf3b51ad917c9b4 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 08 00:29:23 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 12 22:01:53 2019 -0500 |
tree | 69831ae7ccb77b5bf51bea50e7418b322fcec426 | |
parent | 17b6d2d528542bc60ad400add35728b2259b3cc1 [diff] |
drm/amd/display: use kvmalloc for dc_state (v2) It's large and doesn't need contiguous memory. Fixes allocation failures in some cases. v2: kvfree the memory. Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>