RE: [PATCH 3/8] drm/amdgpu: cleanup gmc_v10_0_process_interrupt a bit

2020-11-11 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Tuesday, November 3, 2020 7:29 PM To: amd-gfx@lists.freedesktop.org Subject: [PATCH 3/8] drm/amdgpu: cleanup gmc_v10_0_process_interrupt a bit Return early in case of a ratelimit and don't print leading

RE: [PATCH 2/8] drm/amdgpu: drop leading zeros from the gmc9 fault address

2020-11-11 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Tuesday, November 3, 2020 7:29 PM To: amd-gfx@lists.freedesktop.org Subject: [PATCH 2/8] drm/amdgpu: drop leading zeros from the gmc9 fault address The address space is only 48bit, not 64bit. And the VM

RE: [PATCH] drm/amdgpu: fix off by one in amdgpu_vm_handle_fault

2020-11-02 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Monday, November 2, 2020 9:54 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix Subject: [PATCH] drm/amdgpu: fix off by one in amdgpu_vm_handle_fault The value is inclusive, not exclusive. Look

RE: [PATCH][next] drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"

2020-11-02 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Colin King Sent: Monday, November 2, 2020 7:47 PM To: Deucher, Alexander ; Koenig, Christian ; David Airlie ; Daniel Vetter ; Dave Airlie ; amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Cc: kernel-janit...@

RE: [PATCH] drm/amdgpu: add vangogh apu flag

2020-10-26 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Huang Rui Sent: Monday, October 26, 2020 6:22 PM To: amd-gfx@lists.freedesktop.org Cc: Huang, Ray Subject: [PATCH] drm/amdgpu: add vangogh apu flag This patch is to add vangogh apu flag to support more kickers that belongs

RE: [PATCH 1/2] drm/amdgpu: increase the reserved VM size to 2MB

2020-10-14 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Wednesday, October 14, 2020 2:06 PM To: Chauhan, Madhav ; amd-gfx@lists.freedesktop.org Cc: Pan, Xinhui Subject: Re: [PATCH 1/2] drm/amdgpu: increase the reserved VM size to 2MB Am 14.10.20 um 10:26 schrieb Chauhan

RE: [PATCH 1/2] drm/amdgpu: increase the reserved VM size to 2MB

2020-10-14 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Tuesday, October 13, 2020 10:38 PM To: amd-gfx@lists.freedesktop.org Cc: Chauhan, Madhav ; Pan, Xinhui Subject: [PATCH 1/2] drm/amdgpu: increase the reserved VM size to 2MB Ideally this should be a multiple of the VM

RE: [PATCH] drm/amdgpu: fix the issue that apu has no smu firmware binary

2020-10-13 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Huang Rui Sent: Tuesday, October 13, 2020 5:15 PM To: amd-gfx@lists.freedesktop.org Cc: Huang, Ray Subject: [PATCH] drm/amdgpu: fix the issue that apu has no smu firmware binary The driver needn't load smu binary on APU plat

RE: [PATCH v3] drm/amdgpu: Add debugfs entry for printing VM info

2020-10-13 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Koenig, Christian Sent: Monday, October 12, 2020 4:24 PM To: Patel, Mihir ; amd-gfx@lists.freedesktop.org Cc: Chauhan, Madhav ; Deucher, Alexander ; Kamliya, Prakash ; Surampalli, Kishore Subject: Re: [PATCH v3] drm/amdgpu: Add debugfs entry

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Tuesday, September 22, 2020 6:25 PM To: Chauhan, Madhav ; Koenig, Christian ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Surampalli, Kishore ; Patel, Mihir ; Saleem, Athar ; Sharma, Shashank Subject: Re

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Koenig, Christian Sent: Tuesday, September 22, 2020 12:15 PM To: Chauhan, Madhav ; amd-gfx@lists.freedesktop.org Cc: Surampalli, Kishore ; Patel, Mihir ; Sharma, Shashank ; Deucher, Alexander ; Saleem, Athar Subject: Re: [PATCH] drm/amdgpu

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-21 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Tuesday, September 22, 2020 12:54 AM To: Chauhan, Madhav ; amd-gfx@lists.freedesktop.org Cc: Surampalli, Kishore ; Patel, Mihir ; Sharma, Shashank ; Deucher, Alexander ; Saleem, Athar Subject: Re: [PATCH] drm/amdgpu: Add

RE: [PATCH 2/2] drm/amdgpu: stop allocating dummy GTT nodes v2

2020-07-09 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Thursday, July 9, 2020 8:40 PM To: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Cc: Chauhan, Madhav Subject: [PATCH 2/2] drm/amdgpu: stop allocating dummy GTT nodes v2 Now that TTM is fixed up we can

RE: [PATCH 1/2] drm/ttm: further cleanup ttm_mem_reg handling

2020-07-09 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: Christian König Sent: Thursday, July 9, 2020 8:40 PM To: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Cc: Chauhan, Madhav Subject: [PATCH 1/2] drm/ttm: further cleanup ttm_mem_reg handling Stop touching the backend private

RE: [PATCH 2/2] drm/amdgpu: stop allocating dummy GTT nodes

2020-07-08 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Monday, July 6, 2020 11:18 PM To: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Subject: [PATCH 2/2] drm/amdgpu: stop allocating dummy GTT nodes Now that TTM is fixed up we can finally

RE: [PATCH 1/2] drm/ttm: further cleanup ttm_mem_reg handling

2020-07-07 Thread Chauhan, Madhav
[AMD Public Use] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Monday, July 6, 2020 11:18 PM To: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Subject: [PATCH 1/2] drm/ttm: further cleanup ttm_mem_reg handling Stop touching the backend private poin

RE: [PATCH] drm/amd/amdgpu: handle return value of amdgpu_driver_load_kms

2020-06-09 Thread Chauhan, Madhav
-Original Message- From: amd-gfx On Behalf Of Liu ChengZhe Sent: Tuesday, June 9, 2020 2:50 PM To: amd-gfx@lists.freedesktop.org Cc: Liu, Cheng Zhe Subject: [PATCH] drm/amd/amdgpu: handle return value of amdgpu_driver_load_kms [CAUTION: External Email] if guest driver failed to enter fu