Hi Daniel, 2017년 05월 08일 17:26에 Daniel Vetter 이(가) 쓴 글: > Again no apparent explanation for the split except hysterical raisins. > Merging them also makes it a bit more obviuos what's going on wrt the > runtime pm refdancing. I had requested git-pull, http://www.spinics.net/lists/dri-devel/msg139194.html However, Dave had already closed the merge window at -rc6. As I commented below, most of patches of exynos-drm-next are fixups and cleanup so I will request pull to -fixes. http://www.spinics.net/lists/dri-devel/msg139214.html Thanks, Inki Dae > > Cc: Inki Dae <inki.dae@xxxxxxxxxxx> > Cc: Joonyoung Shim <jy0922.shim@xxxxxxxxxxx> > Cc: Seung-Woo Kim <sw0312.kim@xxxxxxxxxxx> > Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > Reviewed-by: Sean Paul <seanpaul@xxxxxxxxxxxx> > Reviewed-by: Liviu Dudau <Liviu.Dudau@xxxxxxx> > Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxxx> > --- > drivers/gpu/drm/exynos/exynos_drm_drv.c | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm/exynos/exynos_drm_drv.c > index 09d3c4c3c858..50294a7bd29d 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_drv.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.c > @@ -82,14 +82,9 @@ static int exynos_drm_open(struct drm_device *dev, struct drm_file *file) > return ret; > } > > -static void exynos_drm_preclose(struct drm_device *dev, > - struct drm_file *file) > -{ > - exynos_drm_subdrv_close(dev, file); > -} > - > static void exynos_drm_postclose(struct drm_device *dev, struct drm_file *file) > { > + exynos_drm_subdrv_close(dev, file); > kfree(file->driver_priv); > file->driver_priv = NULL; > } > @@ -145,7 +140,6 @@ static struct drm_driver exynos_drm_driver = { > .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME > | DRIVER_ATOMIC | DRIVER_RENDER, > .open = exynos_drm_open, > - .preclose = exynos_drm_preclose, > .lastclose = exynos_drm_lastclose, > .postclose = exynos_drm_postclose, > .gem_free_object_unlocked = exynos_drm_gem_free_object, > _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel