[PATCH] drm/amdgpu/mes: use mc address for wptr in add queue packet

2024-05-14 Thread Min, Frank
[AMD Official Use Only - AMD Internal Distribution Only] From: Frank Min use mc address for wptr in add queue packet Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH] drm/amdgpu: fix getting vram info for gfx12

2024-05-13 Thread Min, Frank
[AMD Official Use Only - AMD Internal Distribution Only] From: Frank Min gfx12 query video mem channel/type/width from umc_info of atom list, so fix it accordingly. Signed-off-by: Frank Min --- .../gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 263 ++ 1 file changed, 148

[PATCH] drm/amdgpu: add initial value for gfx12 AGP aperture

2024-05-13 Thread Min, Frank
[AMD Official Use Only - AMD Internal Distribution Only] From: Frank Min add initial value for gfx12 AGP aperture Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c

[PATCH] drm/amdgpu: fix mqd corruption for gfx12

2024-05-07 Thread Min, Frank
[AMD Official Use Only - General] From: Frank Min 1. restore mqd from backup while resuming 2. use copy_toio and copy_fromio while mqd in vram Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-)

RE: [PATCH] drm/amdgpu: replace tmz flag into buffer flag

2024-04-15 Thread Min, Frank
[AMD Official Use Only - General] Hi Alex, Sure, I will merge the fix and update the kerneldoc above each function. Best Regards, Frank -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Sunday, April 14, 2024 6:42 AM To: Min, Frank Cc: amd-gfx@lists.freedesktop.org; Gao

[PATCH] drm/amdgpu: replace tmz flag into buffer flag

2024-04-12 Thread Min, Frank
[AMD Official Use Only - General] From: Frank Min Replace tmz flag into buffer flag to make it easier to understand and extend Signed-off-by: Likun Gao Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c| 2 +-

RE: [PATCH] drm/amdgpu: Update boot time errors polling sequence

2024-01-29 Thread Min, Frank
[AMD Official Use Only - General] This Patch looks good to me. Reviewed-By: Frank.Min -Original Message- From: amd-gfx On Behalf Of Hawking Zhang Sent: Monday, January 29, 2024 10:35 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking Subject: [PATCH] drm/amdgpu: Update boot time

RE: [PATCH] drm/amdgpu: fix gmc init fail in sriov mode

2022-02-09 Thread Min, Frank
[AMD Official Use Only] Hi Kevin, This patch looks good to me Reviewed by: Frank Min Best Regards, Frank -Original Message- From: Wang, Yang(Kevin) Sent: Wednesday, February 9, 2022 10:30 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Min, Frank ; Wang, Yang(Kevin

RE: [PATCH] drm/amdgpu: update ecc query support for arcturus

2021-03-12 Thread Min, Frank
[AMD Official Use Only - Internal Distribution Only] This patch looks good to me Reviewed-by: Frank Min -Original Message- From: Hawking Zhang Sent: Friday, March 12, 2021 10:36 PM To: amd-gfx@lists.freedesktop.org; Min, Frank ; Deucher, Alexander Cc: Zhang, Hawking Subject: [PATCH

回复: [PATCH] drm/amdgpu: Remove some useless code

2020-09-23 Thread Min, Frank
This patch is Reviewed-by: Frank Min -邮件原件- 发件人: amd-gfx 代表 Emily.Deng 发送时间: 2020年9月24日 12:10 收件人: amd-gfx@lists.freedesktop.org 抄送: Deng, Emily 主题: [PATCH] drm/amdgpu: Remove some useless code Signed-off-by: Emily.Deng Change-Id: I1a14dcc6f2d5395b2c385f4f290494ce7de108b4 ---

回复: [PATCH] drm/amdgpu/sriov: Disable pm for multiple vf sriov

2020-06-02 Thread Min, Frank
[AMD Official Use Only - Internal Distribution Only] Hi Emily, How about to move it into smu_hw_init()? Best Regards, Frank -邮件原件- 发件人: Deng, Emily 发送时间: 2020年6月2日 20:08 收件人: Deng, Emily ; amd-gfx@lists.freedesktop.org 抄送: Min, Frank 主题: RE: [PATCH] drm/amdgpu/sriov: Disable pm

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-29 Thread Min, Frank
From: Hawking Zhang Date: Mon, 23 Dec 2019 16:51:42 +0800 Subject: [PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other

答复: [PATCH 2/3] amd/amdkfd: add Arcturus vf DID support

2019-08-22 Thread Min, Frank
Hi Alex, Would you please help to review the kfd did add patch? Best Regards, Frank -邮件原件- 发件人: Frank.Min 发送时间: 2019年8月16日 16:59 收件人: amd-gfx@lists.freedesktop.org 抄送: Min, Frank 主题: [PATCH 2/3] amd/amdkfd: add Arcturus vf DID support Change-Id

答复: [PATCH] amd/amdgpu: seperate sriov fb aperture setting

2019-08-20 Thread Min, Frank
base = mmhub_v9_4_get_fb_location(adev); + else if (!amdgpu_sriov_vf(adev)) + base = mmhub_v1_0_get_fb_location(adev); + -邮件原件- 发件人: Frank.Min 发送时间: 2019年8月20日 14:13 收件人: amd-gfx@lists.freedesktop.org 抄送: Min, Frank 主题: [PATCH] amd/amdgpu: seperate sriov fb aperture setting sriov would n

答复: 答复: [PATCH 3/3] amd/amdgpu: seperate sriov fb aperture setting

2019-08-19 Thread Min, Frank
人: Koenig, Christian 发送时间: 2019年8月19日 15:21 收件人: Min, Frank ; amd-gfx@lists.freedesktop.org 主题: Re: 答复: [PATCH 3/3] amd/amdgpu: seperate sriov fb aperture setting Yeah, I thought so. In this case we don't need this patch or is there anything I'm still missing? The use of min/max here is exactly

答复: [PATCH 3/3] amd/amdgpu: seperate sriov fb aperture setting

2019-08-19 Thread Min, Frank
: Min, Frank ; amd-gfx@lists.freedesktop.org 主题: Re: [PATCH 3/3] amd/amdgpu: seperate sriov fb aperture setting Am 16.08.19 um 10:59 schrieb Frank.Min: > sriov would not use agp, so seperate the fb aperture setting. That won't work correctly. This way we don't program the AGP sp

答复: [PATCH] drm/amd/amdgpu/sriov: Aligned the definition with libgv

2018-11-14 Thread Min, Frank
Hi Emily, This patch looks good for me. Best Regards, Frank -邮件原件- 发件人: Deng, Emily 发送时间: 2018年11月14日 0:09 收件人: Min, Frank 抄送: amd-gfx@lists.freedesktop.org 主题: RE: [PATCH] drm/amd/amdgpu/sriov: Aligned the definition with libgv Hi Frank, Could you help to review this? Best

RE: [PATCH] drm/amdgpu: correct vce4.0 fw config for SRIOV (V2)

2017-11-28 Thread Min, Frank
Hi Christian, I have talked with hw team for the reason why adding the masks. the answer is "bits 24-27 of the VCE_VCPU_CACHE_OFFSETx registers should be set to the cache window # (0 for window 0, 1 for window 1, etc.)" Best Regards, Frank -邮件原件----- 发件人: Min, Frank 发送时间: 2017

RE: [PATCH] drm/amdgpu: correct vce4.0 fw config for SRIOV (V2)

2017-11-22 Thread Min, Frank
Hi Leo, Would you please comments on Christian's questions? Best Regards, Frank -Original Message- From: Min, Frank Sent: Wednesday, November 22, 2017 4:04 PM To: Koenig, Christian <christian.koe...@amd.com>; amd-gfx@lists.freedesktop.org; Liu, Leo <leo@amd.com> Subject

RE: [PATCH] drm/amdgpu: correct vce4.0 fw config for SRIOV (V2)

2017-11-22 Thread Min, Frank
ge- From: Koenig, Christian Sent: Wednesday, November 22, 2017 3:57 PM To: Min, Frank <frank@amd.com>; amd-gfx@lists.freedesktop.org; Liu, Leo <leo@amd.com> Subject: Re: [PATCH] drm/amdgpu: correct vce4.0 fw config for SRIOV (V2) Hi Frank, thanks, the patch looks much better

RE: [PATCH 5/8] drm/amdgpu: According hardware design revert vce and uvd doorbell assignment

2017-07-26 Thread Min, Frank
Thanks a lot -邮件原件- 发件人: Deucher, Alexander 发送时间: 2017年7月26日 12:48 收件人: Min, Frank <frank@amd.com>; Alex Deucher <alexdeuc...@gmail.com>; Yu, Xiangliang <xiangliang...@amd.com> 抄送: amd-gfx list <amd-gfx@lists.freedesktop.org> 主题: RE: [PATCH 5/8] drm/amdgpu: A

RE: [PATCH 5/8] drm/amdgpu: According hardware design revert vce and uvd doorbell assignment

2017-07-25 Thread Min, Frank
xdeuc...@gmail.com] 发送时间: 2017年7月26日 0:00 收件人: Yu, Xiangliang <xiangliang...@amd.com> 抄送: amd-gfx list <amd-gfx@lists.freedesktop.org>; Min, Frank <frank@amd.com> 主题: Re: [PATCH 5/8] drm/amdgpu: According hardware design revert vce and uvd doorbell assignment On Tue, Ju

[PATCH] Add device enumeration interface (v3)

2015-06-01 Thread Min, Frank
iginal Message- From: Zhou, Jammy Sent: Monday, June 01, 2015 10:12 AM To: Alex Deucher; Emil Velikov Cc: Deucher, Alexander; Min, Frank; dri-devel at lists.freedesktop.org Subject: RE: [PATCH] Add device enumeration interface (v3) > Jammy or Frank might be able to provide some pseudo co

[Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread min Frank
Hi, Does anyone know if Valgrind works on MIPS64/Linux? I see MIPS32/Linux is in 3.8. Thanks Min -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of

Re: [Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread min Frank
Hi Philippe, *Thanks for your reply. Do you have idea about the roughly timeline for 3.9 release?* * * *Min * On Thu, Sep 12, 2013 at 12:38 PM, Philippe Waroquiers philippe.waroqui...@skynet.be wrote: On Thu, 2013-09-12 at 10:55 -0700, min Frank wrote: Does anyone know if Valgrind works

RE: Yahoo login with Httpclient

2004-05-04 Thread Min (Frank) Ni
Any luck in trying to get a page after logging into Yahoo with HttpClient ? Frank -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 12:35 AM To: Commons HttpClient Project Subject: Re: Yahoo login with Httpclient Well, I've tried a variety

RE: Yahoo login with Httpclient

2004-05-04 Thread Min (Frank) Ni
Project Subject: RE: Yahoo login with Httpclient Frank, I thought the problem had been resolved. What's wrong with taking MrPostman's code as a starting point and implementing the same thing using HttpClient? Oleg On Tue, 2004-05-04 at 23:41, Min (Frank) Ni wrote: Any luck in trying to get

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
for each method, it should work: method.setRequestHeader(user-agent, Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1); You can also change the user agent to something else if you like. Mike On Apr 29, 2004, at 9:54 AM, Min (Frank) Ni wrote: Hi Mike

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
to get this to work. I just wanted to post the code that I was trying with, thinking that it may help you to figure this one out. Mike Min (Frank) Ni wrote: Hello Mike: According to your advice, I changed the code to look like the following, but I am getting Invalid Password error. I used

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
doing. I have a feeling either will work. Mike Min (Frank) Ni wrote: OK thanks. Should the second GetMethod() in loginMD5() be PostMethod() ? Frank -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 10:19 AM To: Commons HttpClient Project

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
Hi Mike, Oleg : I've been trying different things and it seems MrPostman (inside www.sf.net ) got me a little closer. I can use the following programs and try to log into Yahoo. Although I still can't see the logged-in page, but if I supply the wrong Id/password, it will tell me, seems to me

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
recent addition. So, you may even consider contributing the code based on HttpClient back to the MrPostman project Oleg On Fri, 2004-04-30 at 19:17, Min (Frank) Ni wrote: Hi Mike, Oleg : I've been trying different things and it seems MrPostman (inside www.sf.net ) got me a little closer. I

RE: Yahoo login with Httpclient

2004-04-29 Thread Min (Frank) Ni
Hi Mike: Thank you for your sample code, I tried to compile it, but got the following errors : === YahooLogin.java [13:1] package org.apache.commons.httpclient.params does not exist import

RE: Yahoo login with Httpclient

2004-04-28 Thread Min (Frank) Ni
=1.1.2.1only_with_tag=HTTPCLIENT_2_0_BRANCHview=markup If it does not cut it for you, let me know. I may try to quickly hack it up for you (provided I do not get stamped with work (the one that helps me pay the bills I mean)) Oleg On Wed, 2004-04-28 at 00:08, Min (Frank) Ni wrote: Hi: I've been trying to use

Yahoo login with Httpclient

2004-04-27 Thread Min (Frank) Ni
Hi: I've been trying to use Httpclient to programmatically login to Yahoo, but I am not sure how to do it right, I've tried to follow the sample tutorials and nothing seemed to work for me, I've also searched the web for answers, but failed, it seems to me that Httpclient is the closest match