commit | a36689cb771f06819c3fa8139c3d3716dfdf6d53 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue May 21 16:58:49 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 23 12:51:29 2013 +0200 |
tree | edc6214c1fd10020dd99e91afd27ad3d0992eed4 | |
parent | 90a8864320b2a9f91e5b5d561924a4bb70b90dcc [diff] |
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>