Re: [PATCH] staging: vboxvideo adapt to new TTM interface

2018-01-02 Thread Christian König
md.com>; Shamim, Zafar <zafar.sha...@amd.com> Cc: hdego...@redhat.com; Koenig, Christian <christian.koe...@amd.com>; gre...@linuxfoundation.org Subject: RE: [PATCH] staging: vboxvideo adapt to new TTM interface Seems I have no permission to push the patch into amd-staging-drm-

RE: [PATCH] staging: vboxvideo adapt to new TTM interface

2018-01-01 Thread He, Roger
idg...@amd.com>; Gregory, Robert <robert.greg...@amd.com>; Khan, Tahir <tahir.k...@amd.com>; Shamim, Zafar <zafar.sha...@amd.com> Cc: hdego...@redhat.com; Koenig, Christian <christian.koe...@amd.com>; gre...@linuxfoundation.org Subject: RE: [PATCH] staging: vboxvideo adapt to n

RE: [PATCH] staging: vboxvideo adapt to new TTM interface

2017-12-28 Thread He, Roger
gbo...@amd.com>; dri-devel@lists.freedesktop.org Cc: hdego...@redhat.com; gre...@linuxfoundation.org; Koenig, Christian <christian.koe...@amd.com>; Zhou, David(ChunMing) <david1.z...@amd.com> Subject: Re: [PATCH] staging: vboxvideo adapt to new TTM interface Reviewed-by: Chunming Zhou &l

Re: [PATCH] staging: vboxvideo adapt to new TTM interface

2017-12-27 Thread Chunming Zhou
Reviewed-by: Chunming Zhou On 2017年12月28日 11:35, Roger He wrote: Fixes interface change done in the following commit: eb86c98 drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver i missed this driver because it is in staging dir. Signed-off-by: Roger He

[PATCH] staging: vboxvideo adapt to new TTM interface

2017-12-27 Thread Roger He
Fixes interface change done in the following commit: eb86c98 drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver i missed this driver because it is in staging dir. Signed-off-by: Roger He --- drivers/staging/vboxvideo/vbox_ttm.c | 5 +++-- 1 file changed, 3

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-27 Thread Alex Deucher
On Fri, Nov 24, 2017 at 5:32 AM, Christian König wrote: > Fixes interface changes done in the following commits: > drm/ttm: add operation ctx to ttm_bo_validate v2 > drm/ttm: add context to driver move callback as well > > I missed this driver because it is in

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Greg KH
On Fri, Nov 24, 2017 at 01:53:16PM +0100, Christian König wrote: > Am 24.11.2017 um 11:37 schrieb Greg KH: > > On Fri, Nov 24, 2017 at 11:32:59AM +0100, Christian König wrote: > > > Fixes interface changes done in the following commits: > > > drm/ttm: add operation ctx to ttm_bo_validate v2 > > >

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Christian König
Am 24.11.2017 um 11:37 schrieb Greg KH: On Fri, Nov 24, 2017 at 11:32:59AM +0100, Christian König wrote: Fixes interface changes done in the following commits: drm/ttm: add operation ctx to ttm_bo_validate v2 drm/ttm: add context to driver move callback as well Any hints on the git commit ids

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Greg KH
On Fri, Nov 24, 2017 at 11:32:59AM +0100, Christian König wrote: > Fixes interface changes done in the following commits: > drm/ttm: add operation ctx to ttm_bo_validate v2 > drm/ttm: add context to driver move callback as well Any hints on the git commit ids in Linus's tree? And does this mean

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Christian König
Am 24.11.2017 um 11:31 schrieb Greg KH: On Fri, Nov 24, 2017 at 11:29:27AM +0100, Christian König wrote: I missed this driver because it is in the staging area. What does this changelog text mean??? Sorry for the confusion, the patch was originally part of a larger series. Just send it out

[PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Christian König
Fixes interface changes done in the following commits: drm/ttm: add operation ctx to ttm_bo_validate v2 drm/ttm: add context to driver move callback as well I missed this driver because it is in the staging area. Signed-off-by: Christian König Reviewed-by: Hans de

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Greg KH
On Fri, Nov 24, 2017 at 11:29:27AM +0100, Christian König wrote: > I missed this driver because it is in the staging area. What does this changelog text mean??? > Signed-off-by: Christian König > Reviewed-by: Hans de Goede > --- >

[PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-24 Thread Christian König
I missed this driver because it is in the staging area. Signed-off-by: Christian König Reviewed-by: Hans de Goede --- drivers/staging/vboxvideo/vbox_ttm.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git

Re: [PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-23 Thread Hans de Goede
Hi, On 23-11-17 17:14, Christian König wrote: I missed this driver because it is in the staging area. Signed-off-by: Christian König Thank you, looks good to me. Can you please re-send this with Greh KH (the staging maintainer) added in the To: list and my:

[PATCH] staging: vboxvideo: adapt to new TTM interface

2017-11-23 Thread Christian König
I missed this driver because it is in the staging area. Signed-off-by: Christian König --- drivers/staging/vboxvideo/vbox_ttm.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/drivers/staging/vboxvideo/vbox_ttm.c