if (is_content_light) {
ref_mb->vb.reserved2 |= (1 << 0);
- mfc_debug(2, "content light level parsed\n");
+ mfc_debug(2, "[HDR] content light level parsed\n");
}
if (is_display_colour) {
ref_mb->vb.reserved2 |= (1 << 1);
- mfc_debug(2, "mastering display colour parsed\n");
+ mfc_debug(2, "[HDR] mastering display colour parsed\n");
}
if (is_video_signal_type) {
ref_mb->vb.reserved2 |= (1 << 4);
- mfc_debug(2, "video signal type parsed\n");
+ mfc_debug(2, "[HDR] video signal type parsed\n");
if (is_colour_description) {
ref_mb->vb.reserved2 |= (1 << 2);
- mfc_debug(5, "matrix coefficients parsed\n");
+ mfc_debug(2, "[HDR] matrix coefficients parsed\n");
ref_mb->vb.reserved2 |= (1 << 3);
- mfc_debug(2, "colour description parsed\n");
+ mfc_debug(2, "[HDR] colour description parsed\n");
}
}
if (IS_VP9_DEC(ctx) && MFC_FEATURE_SUPPORT(dev, dev->pdata->color_aspect_dec)) {
if (dec->color_space != S5P_FIMV_D_COLOR_UNKNOWN) {
ref_mb->vb.reserved2 |= (1 << 3);
- mfc_debug(2, "color space parsed\n");
+ mfc_debug(2, "[HDR] color space parsed\n");
}
ref_mb->vb.reserved2 |= (1 << 4);
- mfc_debug(2, "color range parsed\n");
+ mfc_debug(2, "[HDR] color range parsed\n");
}
if (dec->black_bar_updated) {
dst_frame_status = s5p_mfc_get_dec_status();
mfc_debug(2, "Frame Status: %x\n", dst_frame_status);
- mfc_debug(5, "SEI available status: 0x%08x\n", s5p_mfc_get_sei_avail());
- mfc_debug(5, "SEI content light: 0x%08x\n", s5p_mfc_get_sei_content_light());
- mfc_debug(5, "SEI luminance: 0x%08x, 0x%08x white point: 0x%08x\n",
+ mfc_debug(4, "[HDR] SEI available status: 0x%08x\n", s5p_mfc_get_sei_avail());
+ mfc_debug(4, "[HDR] SEI content light: 0x%08x\n", s5p_mfc_get_sei_content_light());
+ mfc_debug(4, "[HDR] SEI luminance: 0x%08x, 0x%08x white point: 0x%08x\n",
s5p_mfc_get_sei_mastering0(), s5p_mfc_get_sei_mastering1(),
s5p_mfc_get_sei_mastering2());
- mfc_debug(5, "SEI display primaries: 0x%08x, 0x%08x, 0x%08x\n",
+ mfc_debug(4, "[HDR] SEI display primaries: 0x%08x, 0x%08x, 0x%08x\n",
s5p_mfc_get_sei_mastering3(), s5p_mfc_get_sei_mastering4(),
s5p_mfc_get_sei_mastering5());
mfc_debug(2, "Used flag: old = %08x, new = %08x\n",
if (is_content_light) {
ref_mb->vb.reserved2 |= (1 << 0);
- mfc_debug(2, "NAL Q: content light level parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] content light level parsed\n");
}
if (is_display_colour) {
ref_mb->vb.reserved2 |= (1 << 1);
- mfc_debug(2, "NAL Q: mastering display colour parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] mastering display colour parsed\n");
}
if (is_video_signal_type) {
ref_mb->vb.reserved2 |= (1 << 4);
- mfc_debug(2, "NAL Q: video signal type parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] video signal type parsed\n");
if (is_colour_description) {
ref_mb->vb.reserved2 |= (1 << 2);
- mfc_debug(2, "NAL Q: matrix coefficients parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] matrix coefficients parsed\n");
ref_mb->vb.reserved2 |= (1 << 3);
- mfc_debug(2, "NAL Q: colour description parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] colour description parsed\n");
}
}
if (IS_VP9_DEC(ctx) && MFC_FEATURE_SUPPORT(dev, dev->pdata->color_aspect_dec)) {
if (dec->color_space != S5P_FIMV_D_COLOR_UNKNOWN) {
ref_mb->vb.reserved2 |= (1 << 3);
- mfc_debug(2, "NAL Q: color space parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] color space parsed\n");
}
ref_mb->vb.reserved2 |= (1 << 4);
- mfc_debug(2, "NAL Q: color range parsed\n");
+ mfc_debug(2, "NAL Q:[HDR] color range parsed\n");
}
for (i = 0; i < raw->num_planes; i++)
& S5P_FIMV_DEC_STATUS_DECODED_STATUS_MASK;
mfc_debug(2, "NAL Q: Frame Status: %x\n", dst_frame_status);
- mfc_debug(2, "NAL Q: SEI available status: %x\n", sei_avail_status);
+ mfc_debug(4, "NAL Q:[HDR] SEI available status: %x\n", sei_avail_status);
mfc_debug(2, "NAL Q: Used flag: old = %08x, new = %08x\n",
dec->dynamic_used, pOutStr->UsedDpbFlagLower);