[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-20 Thread h...@codeaurora.org
Re-send the patch to remove the unnecessary initialization and the comment > This change implements msm drm specific fb_mmap function for fb device > to properly map the fb address to userspace. > > Signed-off-by: Hai Li > Signed-off-by: Stephane Viau > --- > drivers/gpu/drm/msm/msm_fbdev.c |

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-20 Thread Hai Li
This change implements msm drm specific fb_mmap function for fb device to properly map the fb address to userspace. Signed-off-by: Hai Li Signed-off-by: Stephane Viau --- drivers/gpu/drm/msm/msm_fbdev.c | 38 -- 1 file changed, 36 insertions(+), 2

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-19 Thread Rob Clark
On Thu, Jun 19, 2014 at 5:19 PM, Stephen Boyd wrote: > On 06/18/14 13:55, Hai Li wrote: >> diff --git a/drivers/gpu/drm/msm/msm_fbdev.c >> b/drivers/gpu/drm/msm/msm_fbdev.c >> index 4f4e7b4..2522f51 100644 >> --- a/drivers/gpu/drm/msm/msm_fbdev.c >> +++ b/drivers/gpu/drm/msm/msm_fbdev.c >> @@

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-19 Thread Stephen Boyd
On 06/18/14 13:55, Hai Li wrote: > diff --git a/drivers/gpu/drm/msm/msm_fbdev.c b/drivers/gpu/drm/msm/msm_fbdev.c > index 4f4e7b4..2522f51 100644 > --- a/drivers/gpu/drm/msm/msm_fbdev.c > +++ b/drivers/gpu/drm/msm/msm_fbdev.c > @@ -19,6 +19,11 @@ > > #include "drm_crtc.h" > #include

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-18 Thread Rob Clark
On Wed, Jun 18, 2014 at 4:55 PM, Hai Li wrote: > This change implements msm drm specific fb_mmap function for fb device > to properly map the fb address to userspace. > thanks, queued up on msm-next BR, -R > Signed-off-by: Hai Li > Signed-off-by: Stephane Viau > --- >

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-18 Thread Hai Li
This change implements msm drm specific fb_mmap function for fb device to properly map the fb address to userspace. Signed-off-by: Hai Li Signed-off-by: Stephane Viau --- drivers/gpu/drm/msm/msm_fbdev.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-)