All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/gma500: remove comment for non-existent parameter
@ 2016-08-02  1:25 jiang.biao2
  2016-08-02  9:57 ` Patrik Jakobsson
  0 siblings, 1 reply; 4+ messages in thread
From: jiang.biao2 @ 2016-08-02  1:25 UTC (permalink / raw)
  To: dri-devel

Remove comment for non-existent parameter in psbfb_alloc().

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 drivers/gpu/drm/gma500/framebuffer.c | 1 - 
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/gma500/framebuffer.c 
b/drivers/gpu/drm/gma500/framebuffer.c
index 7440bf9..f323989 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -308,7 +308,6 @@ static struct drm_framebuffer *psb_framebuffer_create
  * psbfb_alloc     -   allocate frame buffer memory
  * @dev: the DRM device
  * @aligned_size: space needed
- * @force: fall back to GEM buffers if need be
  *
  * Allocate the frame buffer. In the usual case we get a GTT range that
  * is stolen memory backed and life is simple. If there isn't sufficient
-- 
2.1.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/gma500: remove comment for non-existent parameter
  2016-08-02  1:25 [PATCH] drm/gma500: remove comment for non-existent parameter jiang.biao2
@ 2016-08-02  9:57 ` Patrik Jakobsson
  0 siblings, 0 replies; 4+ messages in thread
From: Patrik Jakobsson @ 2016-08-02  9:57 UTC (permalink / raw)
  To: jiang.biao2; +Cc: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 967 bytes --]

On Aug 2, 2016 3:25 AM, <jiang.biao2@zte.com.cn> wrote:
>
> Remove comment for non-existent parameter in psbfb_alloc().
>
> Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>

Thanks for the patch. Will have a look when in back from vacation.

-Patrik

> ---
>  drivers/gpu/drm/gma500/framebuffer.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/gma500/framebuffer.c
> b/drivers/gpu/drm/gma500/framebuffer.c
> index 7440bf9..f323989 100644
> --- a/drivers/gpu/drm/gma500/framebuffer.c
> +++ b/drivers/gpu/drm/gma500/framebuffer.c
> @@ -308,7 +308,6 @@ static struct drm_framebuffer *psb_framebuffer_create
>   * psbfb_alloc     -   allocate frame buffer memory
>   * @dev: the DRM device
>   * @aligned_size: space needed
> - * @force: fall back to GEM buffers if need be
>   *
>   * Allocate the frame buffer. In the usual case we get a GTT range that
>   * is stolen memory backed and life is simple. If there isn't sufficient
> --
> 2.1.0

[-- Attachment #1.2: Type: text/html, Size: 1336 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/gma500: remove comment for non-existent parameter
  2016-08-01  9:14 jiang.biao2
@ 2016-08-02 13:56 ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2016-08-02 13:56 UTC (permalink / raw)
  To: jiang.biao2; +Cc: dri-devel

On Mon, Aug 01, 2016 at 05:14:37PM +0800, jiang.biao2@zte.com.cn wrote:
> Remove comment for non-existent parameter in psbfb_alloc().
> 
> Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>

Patch seems whitespace mangled and doesn't apply.
-Daniel

> ---
>  drivers/gpu/drm/gma500/framebuffer.c | 1 - 
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/gma500/framebuffer.c 
> b/drivers/gpu/drm/gma500/framebuffer.c
> index 7440bf9..f323989 100644
> --- a/drivers/gpu/drm/gma500/framebuffer.c
> +++ b/drivers/gpu/drm/gma500/framebuffer.c
> @@ -308,7 +308,6 @@ static struct drm_framebuffer *psb_framebuffer_create
>   * psbfb_alloc     -   allocate frame buffer memory
>   * @dev: the DRM device
>   * @aligned_size: space needed
> - * @force: fall back to GEM buffers if need be
>   *
>   * Allocate the frame buffer. In the usual case we get a GTT range that
>   * is stolen memory backed and life is simple. If there isn't sufficient
> -- 
> 2.1.0
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] drm/gma500: remove comment for non-existent parameter
@ 2016-08-01  9:14 jiang.biao2
  2016-08-02 13:56 ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: jiang.biao2 @ 2016-08-01  9:14 UTC (permalink / raw)
  To: dri-devel

Remove comment for non-existent parameter in psbfb_alloc().

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 drivers/gpu/drm/gma500/framebuffer.c | 1 - 
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/gma500/framebuffer.c 
b/drivers/gpu/drm/gma500/framebuffer.c
index 7440bf9..f323989 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -308,7 +308,6 @@ static struct drm_framebuffer *psb_framebuffer_create
  * psbfb_alloc     -   allocate frame buffer memory
  * @dev: the DRM device
  * @aligned_size: space needed
- * @force: fall back to GEM buffers if need be
  *
  * Allocate the frame buffer. In the usual case we get a GTT range that
  * is stolen memory backed and life is simple. If there isn't sufficient
-- 
2.1.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-02 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02  1:25 [PATCH] drm/gma500: remove comment for non-existent parameter jiang.biao2
2016-08-02  9:57 ` Patrik Jakobsson
  -- strict thread matches above, loose matches on Subject: below --
2016-08-01  9:14 jiang.biao2
2016-08-02 13:56 ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.