commit | 4f5746c863db1a98535964009da19c6f7a842c55 | [log] [tgz] |
---|---|---|
author | James Jones <jajones@nvidia.com> | Mon Feb 10 15:15:54 2020 -0800 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri May 22 11:11:15 2020 +1000 |
tree | f555c4e6b1bea044aedc0e10269dd3127346ac02 | |
parent | c586f30bf74cb580c1748222b05a0bad57d7dcd4 [diff] |
drm/nouveau/kms: Check framebuffer size against bo Make sure framebuffer dimensions and tiling parameters will not result in accesses beyond the end of the GEM buffer they are bound to. v3: Return EINVAL when creating FB against BO with unsupported tiling v5: Resolved against nouveau_framebuffer cleanup Signed-off-by: James Jones <jajones@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>