The log is printed when ovelay layer has no content to display,
and it is normal thing.
Change-Id: I83f078a2670f5f98098d5508603b77b6d5820d4e
Signed-off-by: Sihyun, Park <shwan.park@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
#ifdef CONFIG_DRM_MESON_USE_ION
meson_fb = container_of(fb, struct am_meson_fb, base);
if (!meson_fb) {
- DRM_INFO("meson_fb is NULL!\n");
+ DRM_DEBUG("meson_fb is NULL!\n");
return -EINVAL;
}
phyaddr = am_meson_gem_object_get_phyaddr(drv, meson_fb->bufp);