Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/tegra
Thierry Reding 73c42c7976 drm/tegra: gem: Use the proper size for GEM objects
If the requested buffer size wasn't a multiple of the page size, the
IOMMU code would round down the size to the next multiple of the page
size, thereby causing translation errors. To fix this we no longer pass
around the requested size but reuse the computed size of the GEM object.
This is already rounded to the next page boundary, so mapping that size
works out fine.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-12-17 14:27:38 +01:00
..
2014-08-04 10:07:34 +02:00
2014-11-13 16:12:36 +01:00
2014-08-04 10:07:39 +02:00
2013-10-31 09:55:45 +01:00
2014-08-04 10:07:39 +02:00
2014-06-05 23:09:25 +02:00
2014-11-13 16:10:27 +01:00
2014-04-04 09:12:51 +02:00
2014-04-04 09:12:51 +02:00
2014-06-05 23:09:17 +02:00