Re: [PATCH 1/2] drm/msm: Call msm_init_vram before binding the gpu
From: Alexey Minnekhanov
Date: Sun Jan 03 2021 - 01:11:03 EST
Tested these patches on Samsung Galaxy S5 along with other patches that
add panel driver and enable GPU support on this device.
Tested-by: Alexey Minnekhanov <alexeymin@xxxxxxxxxxxxxxxx>
On 12/30/20 6:29 PM, Iskren Chernev wrote:
From: Craig Tatlor <ctatlor97@xxxxxxxxx>
vram.size is needed when binding a gpu without an iommu and is defined
in msm_init_vram(), so run that before binding it.
Signed-off-by: Craig Tatlor <ctatlor97@xxxxxxxxx>
---
drivers/gpu/drm/msm/msm_drv.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)