linux_dsm_epyc7002/drivers/gpu/drm/amd
Junwei Zhang 27f6d61036 drm/amdgpu: fix before and after mapping judgement for replace mapping
If the before mapping is 1 page size, so its start and last will be same.
Thus below condition will become false, then to free the before mapping.
   > if (before->it.start != before->it.last)
But in this case, we need the before mapping of 1 page size.
So does after mapping.

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-03-29 23:54:02 -04:00
..
acp drm: amd: remove broken include path 2017-03-14 19:19:44 -04:00
amdgpu drm/amdgpu: fix before and after mapping judgement for replace mapping 2017-03-29 23:54:02 -04:00
amdkfd sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> 2017-03-02 08:42:37 +01:00
include drm/amdgpu: add new ATIF ACPI method 2017-03-29 23:53:49 -04:00
powerplay drm/amd/powerplay: remove unneeded conversions to bool 2017-03-29 23:53:58 -04:00
scheduler drm/amd/sched: add a unique job id to amd_sched_job 2017-03-29 23:53:53 -04:00