Merge "sdm: Add layer format information in commit dump."
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
7edd003997
@@ -391,6 +391,8 @@ void HWDevice::DumpLayerCommit(const mdp_layer_commit &layer_commit) {
|
|||||||
const mdp_rect &dst_rect = layer.dst_rect;
|
const mdp_rect &dst_rect = layer.dst_rect;
|
||||||
DLOGI("layer = %d, pipe_ndx = %x, z = %d, flags = %x",
|
DLOGI("layer = %d, pipe_ndx = %x, z = %d, flags = %x",
|
||||||
i, layer.pipe_ndx, layer.z_order, layer.flags);
|
i, layer.pipe_ndx, layer.z_order, layer.flags);
|
||||||
|
DLOGI("src_width = %d, src_height = %d, src_format = %d",
|
||||||
|
layer.buffer.width, layer.buffer.height, layer.buffer.format);
|
||||||
DLOGI("src_rect: x = %d, y = %d, w = %d, h = %d",
|
DLOGI("src_rect: x = %d, y = %d, w = %d, h = %d",
|
||||||
src_rect.x, src_rect.y, src_rect.w, src_rect.h);
|
src_rect.x, src_rect.y, src_rect.w, src_rect.h);
|
||||||
DLOGI("dst_rect: x = %d, y = %d, w = %d, h = %d",
|
DLOGI("dst_rect: x = %d, y = %d, w = %d, h = %d",
|
||||||
|
|||||||
Reference in New Issue
Block a user