From 8f0a87fd310fb6208fc365a68dff499d40cfa997 Mon Sep 17 00:00:00 2001 From: PFO Date: Thu, 16 Jun 2011 15:06:29 +0200 Subject: Revert "Verbose output for radeon/drm" This reverts commit df1458659d427f8664c59dc5a4622da15a18b640. --- src/gralloc/gralloc_gem_radeon.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gralloc/gralloc_gem_radeon.c') diff --git a/src/gralloc/gralloc_gem_radeon.c b/src/gralloc/gralloc_gem_radeon.c index 4bd384c027..addb3419a6 100644 --- a/src/gralloc/gralloc_gem_radeon.c +++ b/src/gralloc/gralloc_gem_radeon.c @@ -72,12 +72,10 @@ eg_init_tile_config(struct radeon_info *info) memset(&ginfo, 0, sizeof(ginfo)); ginfo.request = RADEON_INFO_TILING_CONFIG; ginfo.value = (long) &val; - LOGE("PFO gralloc line : %d", __LINE__); ret = drmCommandWriteRead(info->drm->fd, DRM_RADEON_INFO, &ginfo, sizeof(ginfo)); if (ret) return ret; - LOGE("PFO gralloc line : %d", __LINE__); info->tile_config = val; switch (info->tile_config & 0xf) { @@ -97,7 +95,6 @@ eg_init_tile_config(struct radeon_info *info) return -EINVAL; break; } - LOGE("PFO gralloc line : %d", __LINE__); info->num_banks = (info->tile_config & 0xf0) >> 4; @@ -113,8 +110,7 @@ eg_init_tile_config(struct radeon_info *info) break; } - LOGE("PFO gralloc line : %d", __LINE__); - info->have_tiling_info = 1; + info->have_tiling_info = 1; info->allow_color_tiling = 0; return 0; -- cgit v1.2.3