commit | 13238d4fa6764fa74dcf863d5f2227765b3753eb | [log] [tgz] |
---|---|---|
author | Trek <trek00@inbox.ru> | Sat Aug 31 21:25:36 2019 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Sep 16 10:42:56 2019 -0500 |
tree | e9fd7081de784563e3a5ffd52c8239bfbd5e7102 | |
parent | 80f349ce5572a1392dd4d8d25784378ad2c5f25d [diff] |
drm/amdgpu: Check for valid number of registers to read Do not try to allocate any amount of memory requested by the user. Instead limit it to 128 registers. Actually the longest series of consecutive allowed registers are 48, mmGB_TILE_MODE0-31 and mmGB_MACROTILE_MODE0-15 (0x2644-0x2673). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=111273 Signed-off-by: Trek <trek00@inbox.ru> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>