]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: gem: Remove check for impossible condition
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 14 Dec 2015 20:39:42 +0000 (22:39 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 31 Dec 2015 09:25:46 +0000 (11:25 +0200)
commit32112a8561636040582b1ef0b22590a3a2e2b384
treef076c0ff68e6fdb4d8984e60869d29c597e40b80
parentf2b1a558e31884c0d01dd63173521525b4754a32
drm: omapdrm: gem: Remove check for impossible condition

The GEM object can't be tiled without a usergart as that condition is
checked and considered as an error when creating the GEM object.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_gem.c