X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=cros_gralloc%2Fcros_gralloc_driver.cc;h=28857c2dafc85804f4ccfa60e12daec1c55059f9;hb=7b767e105fa63154c19cb92f16f3b447ebb485ee;hp=615cb6152cbf1045cfbd17df7e9a6726944cf2b5;hpb=311ab3c38550652b52c559722460c9bb6284d6fa;p=android-x86%2Fexternal-minigbm.git diff --git a/cros_gralloc/cros_gralloc_driver.cc b/cros_gralloc/cros_gralloc_driver.cc index 615cb61..28857c2 100644 --- a/cros_gralloc/cros_gralloc_driver.cc +++ b/cros_gralloc/cros_gralloc_driver.cc @@ -141,7 +141,6 @@ int32_t cros_gralloc_driver::allocate(const struct cros_gralloc_buffer_descripto hnd->width = drv_bo_get_width(bo); hnd->height = drv_bo_get_height(bo); hnd->format = drv_bo_get_format(bo); - hnd->tiling_mode = drv_bo_get_stride_or_tiling(bo); hnd->use_flags[0] = static_cast(descriptor->use_flags >> 32); hnd->use_flags[1] = static_cast(descriptor->use_flags); hnd->pixel_stride = drv_bo_get_stride_in_pixels(bo);