drm/i915: batch_obj vm offset must be u64
authorMichel Thierry <michel.thierry@intel.com>
Wed, 29 Jul 2015 16:23:59 +0000 (17:23 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Aug 2015 16:16:26 +0000 (18:16 +0200)
commitaf98714e5d05fcbf7638ea4b53d158d96d693bf2
tree7a77516a38d034d78c2f3941be7d0a047d7003f0
parent65bd342ff2f1f9f3ca4a17691a825935d2aa13c9
drm/i915: batch_obj vm offset must be u64

Otherwise it can overflow in 48-bit mode, and cause an incorrect
exec_start.

Before commit 5f19e2bffa63a91cd4ac1adcec648e14a44277ce ("drm/i915: Merged
the many do_execbuf() parameters into a structure"), it was already an u64.

Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Akash Goel <akash.goel@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
This page took 0.024842 seconds and 5 git commands to generate.