<div dir="ltr"><div><div>Picked it up. :)<br><br></div>Thanks,<br></div>Inki Dae<br><div><div><div><div><div><div><br><div class="gmail_extra"><br><div class="gmail_quote">2016-08-09 8:48 GMT+09:00 Shuah Khan <span dir="ltr"><<a href="mailto:shuahkh@osg.samsung.com" target="_blank">shuahkh@osg.samsung.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Fix unsupported GEM memory type error message to include the memory type<br>
information.<br>
<br>
Signed-off-by: Shuah Khan <<a href="mailto:shuahkh@osg.samsung.com">shuahkh@osg.samsung.com</a>><br>
---<br>
</span>Changes since v1:<br>
-- Comment changed to read clearly<br>
<br>
 drivers/gpu/drm/exynos/exynos_<wbr>drm_fb.c | 6 +++---<br>
 1 file changed, 3 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/drivers/gpu/drm/exynos/<wbr>exynos_drm_fb.c b/drivers/gpu/drm/exynos/<wbr>exynos_drm_fb.c<br>
index e016640..40ce841 100644<br>
<span class="">--- a/drivers/gpu/drm/exynos/<wbr>exynos_drm_fb.c<br>
+++ b/drivers/gpu/drm/exynos/<wbr>exynos_drm_fb.c<br>
@@ -55,11 +55,11 @@ static int check_fb_gem_memory_type(<wbr>struct drm_device *drm_dev,<br>
        flags = exynos_gem->flags;<br>
<br>
        /*<br>
-        * without iommu support, not support physically non-continuous memory<br>
</span>-        * for framebuffer.<br>
+        * Physically non-contiguous memory type for framebuffer is not<br>
+        * supported without IOMMU.<br>
<span class="">         */<br>
        if (IS_NONCONTIG_BUFFER(flags)) {<br>
-               DRM_ERROR("cannot use this gem memory type for fb.\n");<br>
</span>+               DRM_ERROR("Non-contiguous GEM memory is not supported.\n");<br>
                return -EINVAL;<br>
        }<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.7.4<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in<br>
the body of a message to <a href="mailto:majordomo@vger.kernel.org">majordomo@vger.kernel.org</a><br>
More majordomo info at  <a href="http://vger.kernel.org/majordomo-info.html" rel="noreferrer" target="_blank">http://vger.kernel.org/<wbr>majordomo-info.html</a><br>
</div></div></blockquote></div><br></div></div></div></div></div></div></div></div>