答复: 答复: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size

2016-08-23 Thread Qu, Jim
OK. Thanks JimQu 发件人: Christian König 发送时间: 2016年8月23日 16:53:50 收件人: Qu, Jim; amd-gfx@lists.freedesktop.org 主题: Re: 答复: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size > I will update the patch. Let me do this. I already had a couple of ot

Re: 答复: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size

2016-08-23 Thread Christian König
JimQu 发件人: Christian König 发送时间: 2016年8月23日 16:02:11 收件人: Qu, Jim; amd-gfx@lists.freedesktop.org 主题: Re: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size Am 23.08.2016 um 08:20 schrieb jimqu: Driver allocate bo for restore UVD fw ,cache, stack , etc

答复: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size

2016-08-23 Thread Qu, Jim
/amdgpu: fix the wrong value of UVD bo size Am 23.08.2016 um 08:20 schrieb jimqu: > Driver allocate bo for restore UVD fw ,cache, stack , etc. > the firmware size is not only ucode size but the ucode and header. Nope that isn't correct. Only the firmware is copied to the BO, not the

Re: [PATCH] drm/amdgpu: fix the wrong value of UVD bo size

2016-08-23 Thread Christian König
Am 23.08.2016 um 08:20 schrieb jimqu: Driver allocate bo for restore UVD fw ,cache, stack , etc. the firmware size is not only ucode size but the ucode and header. Nope that isn't correct. Only the firmware is copied to the BO, not the header. See amdgpu_uvd_resume(). Saying this we should p

[PATCH] drm/amdgpu: fix the wrong value of UVD bo size

2016-08-22 Thread jimqu
Driver allocate bo for restore UVD fw ,cache, stack , etc. the firmware size is not only ucode size but the ucode and header. Change-Id: I886c099fa123c4814de9b7db3559c30e7b41fd1b Signed-off-by: JimQu --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-