i = snprintf(buf, PAGE_SIZE,
"Supported Color Mode: %d\n", mode);
i += snprintf(buf + i, PAGE_SIZE - i,
- "Current Color Mode: %d\n", hdmi->colormode);
+ "Current Color Mode: %d\n", hdmi->video.color_output);
mode = (1 << 1); /* 24 bit*/
if (hdmi->edid.deepcolor & HDMI_DEEP_COLOR_30BITS &&
i += snprintf(buf + i, PAGE_SIZE - i,
"Supported Color Depth: %d\n", mode);
i += snprintf(buf + i, PAGE_SIZE - i,
- "Current Color Depth: %d\n", hdmi->colordepth);
+ "Current Color Depth: %d\n",
+ hdmi->video.color_output_depth);
i += snprintf(buf + i, PAGE_SIZE - i,
"Supported Colorimetry: %d\n", hdmi->edid.colorimetry);
i += snprintf(buf + i, PAGE_SIZE - i,