commit | e566658f2efac45bae7603f56fe44e3211c7c5a8 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Nov 28 14:34:15 2014 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Feb 26 12:15:11 2015 +0200 |
tree | 88b5d1f5024dd7e71ec830d02636767b1812ae41 | |
parent | 7b205455ccd1aa7bda065c4c5d9362f53a831d85 [diff] |
OMAPDSS: fix paddr check for TILER addresses The DISPC driver checks that the buffer address is not 0. However, when using TILER, the address space is TILER specific and 0 is a valid address. Fix the check to allow address of 0 for TILER. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reported-by: srinivas pulukuru <srinivas.pulukuru@ti.com>