Re: [PATCH 1/2] drm/amdgpu: use PAGE_SHIFT rather than PAGE_SIZE to get the shift

2019-09-16 Thread Christian König
Am 16.09.19 um 20:43 schrieb Alex Deucher: Looks like a copy and paste typo. Fixes: 0d9a80213829 ("drm/amdgpu: cleanup creating BOs at fixed location") Signed-off-by: Alex Deucher Reviewed-by: Christian König for the series. Sorry for the noise, I don't have hardware to actually test that

Re: [PATCH 1/2] drm/amdgpu: use PAGE_SHIFT rather than PAGE_SIZE to get the shift

2019-09-16 Thread Grodzovsky, Andrey
Series is Reviewed-by: Andrey Grodzovsky Andrey On 9/16/19 2:43 PM, Alex Deucher wrote: > Looks like a copy and paste typo. > > Fixes: 0d9a80213829 ("drm/amdgpu: cleanup creating BOs at fixed location") > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +- >

[PATCH 1/2] drm/amdgpu: use PAGE_SHIFT rather than PAGE_SIZE to get the shift

2019-09-16 Thread Alex Deucher
Looks like a copy and paste typo. Fixes: 0d9a80213829 ("drm/amdgpu: cleanup creating BOs at fixed location") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c