commit | f7dbe9186d85dd63df7868d408fea6859281c446 | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel.daenzer@amd.com> | Tue Apr 17 12:25:22 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue May 15 13:44:17 2018 -0500 |
tree | 3a91b1f8d4403c6c60531176e903c960d2bb0574 | |
parent | f3336254263c3b6a7734379084f4873a335f1577 [diff] |
drm/amd/display: Use kvzalloc for potentially large allocations Allocating up to 32 physically contiguous pages can easily fail (and has failed for me), and isn't necessary anyway. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>