aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
diff options
context:
space:
mode:
authorMichał Winiarski <[email protected]>2017-02-07 19:55:59 +0000
committerJani Nikula <[email protected]>2017-02-08 11:27:28 +0000
commit6e7eb1783be7f19eb071c96ddda0bbf22279ff46 (patch)
treea25d5167c39e758868b7add29ac7b87596eefde7 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
parentdrm/i915: Remove overzealous fence warn on runtime suspend (diff)
downloadkernel-6e7eb1783be7f19eb071c96ddda0bbf22279ff46.tar.gz
kernel-6e7eb1783be7f19eb071c96ddda0bbf22279ff46.zip
drm/i915: Always convert incoming exec offsets to non-canonical
We're using non-canonical addresses in drm_mm, and we're making sure that userspace is using canonical addressing - both in case of softpin (verifying incoming offset) and when relocating (converting to canonical when updating offset returned to userspace). Unfortunately when considering the need for relocations, we're comparing offset from userspace (in canonical form) with drm_mm node (in non-canonical form), and as a result, we end up always relocating if our offsets are in the "problematic" range. Let's always convert the offsets to avoid the performance impact of relocations. Fixes: a5f0edf63bdf ("drm/i915: Avoid writing relocs with addresses in non-canonical form") Cc: Chris Wilson <[email protected]> Cc: Michel Thierry <[email protected]> Reported-by: Michał Pyrzowski <[email protected]> Signed-off-by: Michał Winiarski <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Chris Wilson <[email protected]> (cherry picked from commit 038c95a313e4ca954ee5ab8a0c7559a646b0f462) Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions