summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss/dispc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rwxr-xr-xdrivers/video/omap2/dss/dispc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c
index 1beff6434935..a9a982167a5a 100755
--- a/drivers/video/omap2/dss/dispc.c
+++ b/drivers/video/omap2/dss/dispc.c
@@ -1964,7 +1964,7 @@ static void calc_tiler_row_rotation(u8 rotation,
return;
}
- printk(KERN_INFO
+ DSSDBG(
" colormode: %d, rotation: %d, ps: %d, width: %d,"
" height: %d, row_inc:%d\n",
color_mode, rotation, ps, width, height, *row_inc);
@@ -2494,7 +2494,7 @@ static int _dispc_setup_plane(enum omap_plane plane,
puv_addr = tiler_reorient_topleft(
tiler_get_natural_addr(puv_addr),
orient, tiler_width/2, tiler_height/2);
- printk(KERN_INFO
+ DSSDBG(
"rotated addresses: 0x%0x, 0x%0x\n",
paddr, puv_addr);
/* set BURSTTYPE if rotation is non-zero */