]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Be more informative when reporting "too large for aperture" error
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 May 2013 15:58:49 +0000 (16:58 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 May 2013 10:51:29 +0000 (12:51 +0200)
commita36689cb771f06819c3fa8139c3d3716dfdf6d53
treeedc6214c1fd10020dd99e91afd27ad3d0992eed4
parent90a8864320b2a9f91e5b5d561924a4bb70b90dcc
drm/i915: Be more informative when reporting "too large for aperture" error

This should help debugging the truly unexpected cases where it occurs -
in particular to see which value is garbage.

References: https://bugzilla.kernel.org/show_bug.cgi?id=58511
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
[danvet: s/%ld/%zd/ as spotted by Wu Fengguang's autobuilder.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c