[PATCH 1/3] drm/ast: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2018-03-14 Thread Stefan Lengfeld
. Cc: Dave Airlie Signed-off-by: Stefan Lengfeld --- drivers/gpu/drm/ast/ast_fb.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_fb.c b/drivers/gpu/drm/ast/ast_fb.c index 0cd827e11fa2..e19b3bffe10b 100644 --- a/drivers/gpu/drm/ast/ast_fb.c

[PATCH 0/3] Final round for DRM_FB_HELPER_DEFAULT_OPS usage

2018-03-14 Thread Stefan Lengfeld
ns .fb_pan_display which is already provided in DRM_FB_HELPER_DEFAULT_OPS. Kind Regards, Stefan Cc: Dave Airlie Cc: Rongrong Zou Cc: Xinliang Liu --- Stefan Lengfeld (3): drm/ast: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops drm/hisilicon: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops drm/

[PATCH 3/3] drm/mgag200: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2018-03-14 Thread Stefan Lengfeld
, .fb_debug_leave = drm_fb_helper_debug_leave, .fb_ioctl = drm_fb_helper_ioctl These changes are not tested. Cc: Dave Airlie Signed-off-by: Stefan Lengfeld --- drivers/gpu/drm/mgag200/mgag200_fb.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/mgag200

[PATCH 2/3] drm/hisilicon: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2018-03-14 Thread Stefan Lengfeld
, .fb_debug_leave = drm_fb_helper_debug_leave, .fb_ioctl = drm_fb_helper_ioctl These changes are not tested. Cc: Rongrong Zou Cc: Xinliang Liu Signed-off-by: Stefan Lengfeld --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff

Re: [PATCH v4 1/1] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-03-05 Thread Stefan Lengfeld
octls FBIO_WAITFORVSYNC and FBIOPAN_DISPLAY is possible. Kind Regards Stefan Lengfeld ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v4 1/1] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-03-01 Thread Stefan Lengfeld
Hi Maxime, On Tue, Feb 28, 2017 at 04:36:51PM +0100, Maxime Ripard wrote: > Implement legacy framebuffer ioctl FBIO_WAITFORVSYNC in the generic > framebuffer emulation driver. Legacy framebuffer users like non kms/drm > based OpenGL(ES)/EGL implementations may require the ioctl to

Re: [PATCH v3 2/2] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-02-23 Thread Stefan Lengfeld
Hi Maxime, Hi Ville, On Wed, Feb 22, 2017 at 04:52:33PM -0800, Maxime Ripard wrote: > Hi Ville, Stefan, > > On Tue, Feb 21, 2017 at 12:55:01PM +0200, Ville Syrjälä wrote: > > On Tue, Feb 21, 2017 at 11:00:59AM +0100, Stefan Lengfeld wrote: > > > > > > Furthmore

Re: [PATCH v3 2/2] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-02-21 Thread Stefan Lengfeld
system, bad luck with framebuffer API. There will be tearing. Userspace has to use the new DRM/KMS API. 2/ Wait for a single vsync event on all active crtcs as Ville Syrjälä described here [2] in the optimal implementation. Kind regards / Mit freundlichen Grüßen Stefan Lengfeld [

Re: [PATCH v3 1/2] drm/fb-helper: Add multi buffer support for cma fbdev

2017-02-20 Thread Stefan Lengfeld
er for fbdev is needed. > > Signed-off-by: Xinliang Liu > [s.chr...@phytec.de: Picking patch from > https://lkml.org/lkml/2015/9/14/188] > Signed-off-by: Stefan Christ > Signed-off-by: Maxime Ripard Reviewed-by: Stefan Lengfeld My surname has changed f

[PATCH 04/20] drm/ast: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2016-11-09 Thread Stefan Lengfeld
Hi Daniel, On Tue, Nov 08, 2016 at 06:12:31PM +0100, Daniel Vetter wrote: > On Wed, Oct 26, 2016 at 09:15:15PM +0200, Daniel Vetter wrote: > > On Wed, Oct 26, 2016 at 8:47 PM, Stefan Lengfeld > > wrote: > > > > > > On Tue, Oct 25, 2016 at 04:57:37PM +0200, Daniel

[PATCH 04/20] drm/ast: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2016-10-26 Thread Stefan Lengfeld
Hi Daniel, On Tue, Oct 25, 2016 at 04:57:37PM +0200, Daniel Vetter wrote: > On Thu, Sep 29, 2016 at 10:48:40PM +0200, Stefan Christ wrote: > > Cc: Dave Airlie > > Signed-off-by: Stefan Christ > > --- > > drivers/gpu/drm/ast/ast_fb.c | 6 +- > > 1 file changed, 1 insertion(+), 5 deletions(-)