]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Avoid requesting a zero-sized stolen object
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 10 Mar 2014 08:07:02 +0000 (08:07 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 10 Mar 2014 08:18:15 +0000 (09:18 +0100)
commit1eccc5c09e9d5c70e354930e8ac9ee3d616c9f45
tree4408f4ba9be20bfd107e1182a534dafb2fdd4036
parentd631355f1c79d8ed0b54d399bcc03de74455a5b4
drm/i915: Avoid requesting a zero-sized stolen object

The stolen allocator objects loudly if the caller requests a zero-sized
object. This is a useful verbose check as in most cases the request
should have been pruned much early. Here we just want to silently return
before attempting the allocation.

Regression from
commit 1934d1ae928097ebfb67c8ec1f5342f48167e2c5
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Fri Mar 7 08:57:55 2014 -0800

    drm/i915: remove early fb allocation dependency on CONFIG_FB v2

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75963
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c