[GIT PULL] exynos-drm-fixes

2017-07-26 Thread Inki Dae
Hi Dave, Just several regression fixups and trivial cleanups. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 517069ff6ec0971e0794ab97d4fcfa8b143746e4: Merge branch 'drm-fixes-4.13' of git://people.freedesktop.org/~agd5f/linux int

Re: [PATCH 17/41] drm/sun4i: Use .dumb_map_offset and .dumb_destroy defaults

2017-07-26 Thread Maxime Ripard
On Sun, Jul 23, 2017 at 09:16:33PM +0200, Noralf Trønnes wrote: > This driver can use the drm_driver.dumb_destroy and > drm_driver.dumb_map_offset defaults, so no need to set them. > > Cc: Maxime Ripard > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/drm/sun4i/sun4i_drv.c | 2 -- > 1 file c

Re: [PATCH 1/5] drm: Propagate error from connector dpms function in drm_fb_helper_blank()

2017-07-26 Thread Daniel Vetter
On Wed, Jul 26, 2017 at 10:56:32PM +0200, Takashi Iwai wrote: > Currently the DRM fbcon helper for console blank, > drm_fb_helper_blank(), simply calls drm_fb_helper_dpms() and always > returns zero, supposing the driver dealing with DPMS properly for > blanking the screen. However, it turned out

Re: [PATCH 2/5] drm/bochs: Return an error from connector dpms callback

2017-07-26 Thread Daniel Vetter
On Wed, Jul 26, 2017 at 10:56:33PM +0200, Takashi Iwai wrote: > The bochs drm driver doesn't treat with DPMS, so we should return an > error from the connector dpms callback so that the fbcon can fall back > to the generic blank mode. > > Signed-off-by: Takashi Iwai > --- > drivers/gpu/drm/bochs

Re: [PATCH 3/5] drm/virtio: Return an error from connector dpms callback

2017-07-26 Thread Daniel Vetter
On Wed, Jul 26, 2017 at 10:56:34PM +0200, Takashi Iwai wrote: > The virtio drm driver doesn't treat with DPMS, so we should return an > error from the connector dpms callback so that the fbcon can fall back > to the generic blank mode. > > Signed-off-by: Takashi Iwai > --- > drivers/gpu/drm/virt

<    1   2