2017년 03월 15일 09:54에 Inki Dae 이(가) 쓴 글:
> 
> 
> 2017년 03월 14일 22:28에 Daniel Vetter 이(가) 쓴 글:
>> On Mon, Mar 13, 2017 at 03:18:05PM -0400, Sean Paul wrote:
>>> On Wed, Mar 08, 2017 at 03:12:53PM +0100, Daniel Vetter wrote:
>>>> 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.
>>>
>>> Commit message copypasta.
>>
>> Hm, yeah. Inki, can you pls adjust that when merging to exynos-next? Just
>> drop the last sentence that talks about pm refdancing.
>> -Daniel
> 
> No problem. :)

Seems you want this patch to be tested enough on each maintainer tree. Picked 
it up.

Thanks,
Inki Dae

> 
> Thanks,
> Inki Dae
> 
>>
>>>
>>> The code is 
>>>
>>> Reviewed-by: Sean Paul <[email protected]>
>>>
>>>>
>>>> Cc: Inki Dae <[email protected]>
>>>> Cc: Joonyoung Shim <[email protected]>
>>>> Cc: Seung-Woo Kim <[email protected]>
>>>> Cc: Kyungmin Park <[email protected]>
>>>> Signed-off-by: Daniel Vetter <[email protected]>
>>>> ---
>>>>  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 b4522f67b3cb..180e3c9884e5 100644
>>>> --- a/drivers/gpu/drm/exynos/exynos_drm_drv.c
>>>> +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.c
>>>> @@ -194,14 +194,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;
>>>>  }
>>>> @@ -259,7 +254,6 @@ static struct drm_driver exynos_drm_driver = {
>>>>    .load                   = exynos_drm_load,
>>>>    .unload                 = exynos_drm_unload,
>>>>    .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,
>>>> -- 
>>>> 2.11.0
>>>>
>>>> _______________________________________________
>>>> Intel-gfx mailing list
>>>> [email protected]
>>>> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>>
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to