@@ -55,11 +55,11 @@ static int check_fb_gem_memory_type(struct drm_device *drm_dev,flags=exynos_gem->flags;/*-*withoutiommusupport,notsupportphysicallynon-continuousmemory+*withoutiommusupport,notsupportphysicallynon-contiguousmemory*forframebuffer.*/if(IS_NONCONTIG_BUFFER(flags)){-DRM_ERROR("cannot use this gem memory type for fb.\n");+DRM_ERROR("Non-continguous GEM memory is not supported.\n");return-EINVAL;}
@@ -55,11 +55,11 @@ static int check_fb_gem_memory_type(struct drm_device *drm_dev,flags=exynos_gem->flags;/*-*withoutiommusupport,notsupportphysicallynon-continuousmemory+*withoutiommusupport,notsupportphysicallynon-contiguousmemory
While at it, how about changing entire sentence to something in English? :)
Best regards,
Krzysztof
* for framebuffer.
*/
if (IS_NONCONTIG_BUFFER(flags)) {
- DRM_ERROR("cannot use this gem memory type for fb.\n");
+ DRM_ERROR("Non-continguous GEM memory is not supported.\n");
return -EINVAL;
}
--
2.7.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
@@ -55,11 +55,11 @@ static int check_fb_gem_memory_type(struct drm_device *drm_dev,flags=exynos_gem->flags;/*-*withoutiommusupport,notsupportphysicallynon-continuousmemory+*withoutiommusupport,notsupportphysicallynon-contiguousmemory
While at it, how about changing entire sentence to something in English? :)
Yes I can do that. Will send v2 :)
Best regards,
Krzysztof
quoted
* for framebuffer.
*/
if (IS_NONCONTIG_BUFFER(flags)) {
- DRM_ERROR("cannot use this gem memory type for fb.\n");
+ DRM_ERROR("Non-continguous GEM memory is not supported.\n");
return -EINVAL;
}
--
2.7.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel