]> 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)
commit226f499b577a7606d5c32aa70218571515892c72
treef076c0ff68e6fdb4d8984e60869d29c597e40b80
parent587e7e21846b1ab0adc0eb986f9655eeaa9a6223
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