Re: [PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Wang, Kevin(Yang)
a patch does only one thing. in this patch,it will do 2 things: 1. fixed feature bitmap cached issue. 2. make api of smu_feature_update_enabled_state as static function. for reason#2: the driver has other apis which only used in amdgpu_smu.c, but it still declaration in amdgpu_smu.h. the

RE: [PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Quan, Evan
smu_feature_update_enable_state() is used only in amdgpu_smu.c. As a common sense, these APIs should be declared as 'static'. Regards, Evan From: Wang, Kevin(Yang) Sent: Friday, August 23, 2019 1:30 PM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amd/powerplay: update

Re: [PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Wang, Kevin(Yang)
comment inline From: Quan, Evan Sent: Friday, August 23, 2019 12:50 PM To: Wang, Kevin(Yang) ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH] drm/amd/powerplay: update cached feature enablement status V2 Comment inline From: Wang, Kevin(Yang) Sent:

RE: [PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Quan, Evan
Comment inline From: Wang, Kevin(Yang) Sent: Thursday, August 22, 2019 8:00 PM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amd/powerplay: update cached feature enablement status V2 comment inline. From: amd-gfx

[PATCH] drm/amd/powerplay: update cached feature enablement status V3

2019-08-22 Thread Evan Quan
Need to update in cache feature enablement status after pp_feature settings. Another fix for the commit below: drm/amd/powerplay: implment sysfs feature status function in smu V2: update smu_feature_update_enable_state() and relates V3: use bitmap_or and bitmap_andnot Change-Id:

Re: [PATCH v4 4/4] drm/amdgpu: Vega20 SMU I2C HW engine controller.

2019-08-22 Thread Tuikov, Luben
Hi Andrey, I've the exact same comments about this patch as the ones I posted on 2019-08-07. Regards, Luben On 2019-08-21 16:01, Andrey Grodzovsky wrote: > Implement HW I2C enigne controller to be used by the RAS EEPROM > table manager. This is based on code from ATITOOLs. > > v2: > Rename the

Re: [PATCH v4 1/4] drm/amdgpu: Add RAS EEPROM table.

2019-08-22 Thread Tuikov, Luben
Hi Andrey, Looks good--thanks for addressing my comments dated 2019-08-07. Regards, Luben On 2019-08-21 16:01, Andrey Grodzovsky wrote: > Add RAS EEPROM table manager to eanble RAS errors to be stored > upon appearance and retrived on driver load. > > v2: Fix some prints. > > v3: > Fix

RE: [PATCH 4/4] drm/amdgpu/display: add flag for multi-display mclk switching

2019-08-22 Thread Quan, Evan
Patch1, 2 are reviewed-by: Evan Quan Patch 3,4 are acked-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Friday, August 23, 2019 3:31 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH 4/4] drm/amdgpu/display: add

[PATCH] drm/amdgpu: introduce vram lost paramter for reset function

2019-08-22 Thread Monk Liu
for SOC15/vega10 the BACO reset would introduce vram lost in the high end address range and current kmd's vram lost checking cannot catch it since it only check visible frame buffer TODO: to confirm if mode1/2 reset would introduce vram lost Signed-off-by: Monk Liu ---

Re: [PATCH v4 1/4] drm/amdgpu: Add RAS EEPROM table.

2019-08-22 Thread Grodzovsky, Andrey
Sure, will add clarification comment. Andrey From: Zhou1, Tao Sent: 22 August 2019 22:16:56 To: Grodzovsky, Andrey; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander; Pan, Xinhui; Zhang, Hawking; Tuikov, Luben; Lazar, Lijo; Quan, Evan; Panariti,

RE: [PATCH v4 1/4] drm/amdgpu: Add RAS EEPROM table.

2019-08-22 Thread Zhou1, Tao
From: Grodzovsky, Andrey Sent: 2019年8月22日 23:07 To: Zhou1, Tao ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Pan, Xinhui ; Zhang, Hawking ; Tuikov, Luben ; Lazar, Lijo ; Quan, Evan ; Panariti, David ; Russell, Kent Subject: Re: [PATCH v4 1/4] drm/amdgpu: Add RAS EEPROM table.

[PATCH] drm: Add LTTPR defines for DP 1.4

2019-08-22 Thread Siqueira, Rodrigo
DP 1.4 specification defines Link Training Tunable PHY Repeater (LTTPR) which is required to add support for systems with Thunderbolt or other repeater devices. Cc: Abdoulaye Berthe Cc: Harry Wentland Cc: Leo Li Signed-off-by: Rodrigo Siqueira Signed-off-by: Abdoulaye Berthe ---

[PATCH] drm/drm_connector: add additional aspect ratio values

2019-08-22 Thread Wayne Lin
For HDMI2.0 CTS item - HF1-35, it verifies if the source generates video timing "64:27" video format correctly. eg: (vic-76) 1920x1080p@60Hz,24bpp This patch add on "64:27" and "256:135" to drm_aspect_ratio_enum_list. Thereafter, one can specify the aspect ratio to "64:27" or "256:135" after

Re: [PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 3:21 PM Harry Wentland wrote: > > On 2019-08-16 6:10 p.m., Colin King wrote: > > From: Colin Ian King > > > > Currently the pointer init_data is dereferenced on the assignment > > of fw_info before init_data is sanity checked to see if it is null. > > Fix te potential

Re: [PATCH] drm/amdgpu/powerplay: remove redundant assignment to variable baco_state

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 9:09 AM Colin King wrote: > > From: Colin Ian King > > Variable baco_state is initialized to a value that is never read and it is > re-assigned later. The initialization is redundant and can be removed. > > Addresses-Coverity: ("Unused Value") > Signed-off-by: Colin Ian

Re: [PATCH 4/4] drm/amdgpu/display: add flag for multi-display mclk switching

2019-08-22 Thread Kazlauskas, Nicholas
On 8/22/19 3:30 PM, Alex Deucher wrote: > Add a dcfeaturemask flag for mclk switching. Disable by default; > enable once the feature has seen more testing. > > Set amdgpu.dcfeaturemask=2 on the kernel command line in grub > to enable this. > > Signed-off-by: Alex Deucher Patches 3 and 4 are

[PATCH 3/4] drm/amd/display: update bw_calcs to take pipe sync into account (v3)

2019-08-22 Thread Alex Deucher
Properly set all_displays_in_sync so that when the data is propagated to powerplay, it's set properly and we can enable mclk switching when all monitors are in sync. v2: fix logic, clean up v3: check for blending chains, simplify logic Signed-off-by: Alex Deucher ---

[PATCH 4/4] drm/amdgpu/display: add flag for multi-display mclk switching

2019-08-22 Thread Alex Deucher
Add a dcfeaturemask flag for mclk switching. Disable by default; enable once the feature has seen more testing. Set amdgpu.dcfeaturemask=2 on the kernel command line in grub to enable this. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +++

[PATCH 2/4] drm/amdgpu/powerplay/vega10: enable mclk switching if monitors are synced

2019-08-22 Thread Alex Deucher
If DC has synced the displays, we can enable mclk switching to save power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

[PATCH 1/4] drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are synced

2019-08-22 Thread Alex Deucher
If DC has synced the displays, we can enable mclk switching to save power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c

[PATCH 0/4] Support mclk switching when monitors are in sync (v2)

2019-08-22 Thread Alex Deucher
This patch set enables mclk switching with multiple monitors when all monitors are sync. Normally mclk switching is not available with multiple monitors because the vblank timing does not line up. However, if the timing is identical, the display driver can sync up the displays in some cases.

Re: [PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference

2019-08-22 Thread Harry Wentland
On 2019-08-16 6:10 p.m., Colin King wrote: > From: Colin Ian King > > Currently the pointer init_data is dereferenced on the assignment > of fw_info before init_data is sanity checked to see if it is null. > Fix te potential null pointer dereference on init_data by only > performing dereference

Re: [PATCH v4 4/4] drm/amdgpu: Vega20 SMU I2C HW engine controller.

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 12:45 PM Grodzovsky, Andrey wrote: > > > On 8/22/19 11:59 AM, Alex Deucher wrote: > > On Thu, Aug 22, 2019 at 11:35 AM Grodzovsky, Andrey > > wrote: > >> > >> On 8/21/19 10:32 PM, Alex Deucher wrote: > >>> On Wed, Aug 21, 2019 at 4:02 PM Andrey Grodzovsky > >>> wrote: >

Re: [PATCH v4 4/4] drm/amdgpu: Vega20 SMU I2C HW engine controller.

2019-08-22 Thread Grodzovsky, Andrey
On 8/22/19 11:59 AM, Alex Deucher wrote: > On Thu, Aug 22, 2019 at 11:35 AM Grodzovsky, Andrey > wrote: >> >> On 8/21/19 10:32 PM, Alex Deucher wrote: >>> On Wed, Aug 21, 2019 at 4:02 PM Andrey Grodzovsky >>> wrote: Implement HW I2C enigne controller to be used by the RAS EEPROM table

Re: [PATCH 3/3] drm/amd/display: update bw_calcs to take pipe sync into account (v2)

2019-08-22 Thread Kazlauskas, Nicholas
On 8/22/19 12:31 PM, Alex Deucher wrote: > On Thu, Aug 22, 2019 at 12:25 PM Kazlauskas, Nicholas > wrote: >> >> On 8/22/19 11:36 AM, Alex Deucher wrote: >>> Properly set all_displays_in_sync so that when the data is >>> propagated to powerplay, it's set properly and we can enable >>> mclk

Re: [PATCH 3/3] drm/amd/display: update bw_calcs to take pipe sync into account (v2)

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 12:25 PM Kazlauskas, Nicholas wrote: > > On 8/22/19 11:36 AM, Alex Deucher wrote: > > Properly set all_displays_in_sync so that when the data is > > propagated to powerplay, it's set properly and we can enable > > mclk switching when all monitors are in sync. > > > > v2:

Re: [PATCH 3/3] drm/amd/display: update bw_calcs to take pipe sync into account (v2)

2019-08-22 Thread Kazlauskas, Nicholas
On 8/22/19 11:36 AM, Alex Deucher wrote: > Properly set all_displays_in_sync so that when the data is > propagated to powerplay, it's set properly and we can enable > mclk switching when all monitors are in sync. > > v2: fix logic, clean up > > Signed-off-by: Alex Deucher > --- >

Re: [PATCH v4 4/4] drm/amdgpu: Vega20 SMU I2C HW engine controller.

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 11:35 AM Grodzovsky, Andrey wrote: > > > On 8/21/19 10:32 PM, Alex Deucher wrote: > > On Wed, Aug 21, 2019 at 4:02 PM Andrey Grodzovsky > > wrote: > >> Implement HW I2C enigne controller to be used by the RAS EEPROM > >> table manager. This is based on code from ATITOOLs.

[PATCH 3/3] drm/amd/display: update bw_calcs to take pipe sync into account (v2)

2019-08-22 Thread Alex Deucher
Properly set all_displays_in_sync so that when the data is propagated to powerplay, it's set properly and we can enable mclk switching when all monitors are in sync. v2: fix logic, clean up Signed-off-by: Alex Deucher --- .../gpu/drm/amd/display/dc/calcs/dce_calcs.c | 49 ++-

[PATCH 0/3] Support mclk switching when monitors are in sync

2019-08-22 Thread Alex Deucher
This patch set enables mclk switching with multiple monitors when all monitors are sync. Normally mclk switching is not available with multiple monitors because the vblank timing does not line up. However, if the timing is identical, the display driver can sync up the displays in some cases.

[PATCH 1/3] drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are synced

2019-08-22 Thread Alex Deucher
If DC has synced the displays, we can enable mclk switching to save power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c

[PATCH 2/3] drm/amdgpu/powerplay/vega10: enable mclk switching if monitors are synced

2019-08-22 Thread Alex Deucher
If DC has synced the displays, we can enable mclk switching to save power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

Re: [PATCH v4 4/4] drm/amdgpu: Vega20 SMU I2C HW engine controller.

2019-08-22 Thread Grodzovsky, Andrey
On 8/21/19 10:32 PM, Alex Deucher wrote: > On Wed, Aug 21, 2019 at 4:02 PM Andrey Grodzovsky > wrote: >> Implement HW I2C enigne controller to be used by the RAS EEPROM >> table manager. This is based on code from ATITOOLs. >> >> v2: >> Rename the file and all function prefixes to smu_v11_0_i2c

Re: [PATCH v4 1/4] drm/amdgpu: Add RAS EEPROM table.

2019-08-22 Thread Grodzovsky, Andrey
On 8/22/19 12:13 AM, Zhou1, Tao wrote: -Original Message- From: Andrey Grodzovsky Sent: 2019年8月22日 4:02 To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Pan, Xinhui

Re: [PATCH] Revert "drm/amdgpu: make function pointers mandatory"

2019-08-22 Thread Christian König
Am 22.08.19 um 16:49 schrieb Gang Ba: This reverts commit f54b30d70bc606f7a154edba5883c7fa23838e9f. ??? Why we want to revert that one? Christian. Change-Id: I22327aac390297bdf6a19b3ac33fadb47be1e96d --- drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 ++-

[PATCH] Revert "drm/amdgpu: make function pointers mandatory"

2019-08-22 Thread Gang Ba
This reverts commit f54b30d70bc606f7a154edba5883c7fa23838e9f. Change-Id: I22327aac390297bdf6a19b3ac33fadb47be1e96d --- drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 ++- drivers/gpu/drm/amd/amdgpu/cik_sdma.c| 20 drivers/gpu/drm/amd/amdgpu/cz_ih.c | 3 ++-

Re: [PATCH] drm/powerplay: Fix Vega20 Average Power value v4

2019-08-22 Thread Wang, Kevin(Yang)
Reviewed-by: Kevin Wang Best Regards, Kevin From: amd-gfx on behalf of Deucher, Alexander Sent: Thursday, August 22, 2019 9:36 PM To: Russell, Kent ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/powerplay: Fix Vega20 Average Power value v4

Re: [PATCH v3 00/16] Display Stream Compression (DSC) for AMD Navi

2019-08-22 Thread Francis, David
I was building against amd-staging-drm-next (commit e4a67e6cf14c). v4 will contain just the drm-mst patches and will apply on latest drm-tip/drm-tip (commit 018886de4726) From: Lyude Paul Sent: August 21, 2019 5:20 PM To: Francis, David;

Re: [PATCH] drm/powerplay: Fix Vega20 Average Power value v4

2019-08-22 Thread Deucher, Alexander
Reviewed-by: Alex Deucher From: amd-gfx on behalf of Russell, Kent Sent: Thursday, August 22, 2019 9:33 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH] drm/powerplay: Fix Vega20 Average Power value v4 The SMU changed reading from

[PATCH] drm/powerplay: Fix Vega20 Average Power value v4

2019-08-22 Thread Russell, Kent
The SMU changed reading from CurrSocketPower to AverageSocketPower, so reflect this accordingly. This fixes the issue where Average Power Consumption was being reported as 0 from SMU 40.46-onward v2: Fixed headline prefix v3: Add check for SMU version for proper compatibility v4: Style fix

[PATCH] drm/powerplay: Fix Vega20 Average Power value v3

2019-08-22 Thread Russell, Kent
The SMU changed reading from CurrSocketPower to AverageSocketPower, so reflect this accordingly. This fixes the issue where Average Power Consumption was being reported as 0 from SMU 40.46-onward v2: Fixed headline prefix v3: Add check for SMU version for proper compatibility Change-Id:

Re: [PATCH v3 13/16] drm/amd/display: Validate DSC caps on MST endpoints

2019-08-22 Thread Francis, David
Whoops, left in a test print. Ignore this patch From: David Francis Sent: August 21, 2019 4:01 PM To: dri-de...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org Cc: Francis, David; Liu, Wenjing; Cornij, Nikola Subject: [PATCH v3 13/16]

[PATCH] drm/amdgpu/powerplay: remove redundant assignment to variable baco_state

2019-08-22 Thread Colin King
From: Colin Ian King Variable baco_state is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused Value") Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 2 +- 1

Re: [PATCH 2/3] drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffers

2019-08-22 Thread Daniel Vetter
On Thu, Aug 22, 2019 at 11:06:44AM +0200, Gerd Hoffmann wrote: > Not needed any more for remove_conflicting_pci_framebuffers calls. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel Vetter > --- > include/drm/drm_fb_helper.h | 4 +--- > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Re: atombios stuck executing D850 when trying to switch to 4k@60Hz on Polaris10

2019-08-22 Thread Clemens Eisserer
Hi Alex, > You need to use dc to support 4k@60. Remove amdgpu.dc=0 from the kernel > command line in grub. Thanks a lot! Indeed, it worked immediatly after removing those left-overs from my kaveri-based system. Br, Clemens ___ amd-gfx mailing list

RE: [PATCH] drm/amdgpu: Fix Vega20 Average Power value

2019-08-22 Thread Russell, Kent
Good point, I'll double-check that. Kent From: Deucher, Alexander Sent: Thursday, August 22, 2019 8:54 AM To: Russell, Kent ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: Fix Vega20 Average Power value Do we need an smu version check? Will AverageSocketPower report correctly

Re: [PATCH] drm/amdgpu: Fix Vega20 Average Power value

2019-08-22 Thread Deucher, Alexander
Do we need an smu version check? Will AverageSocketPower report correctly on older versions of smu firmware? Assuming that is ok, patch is: Acked-by: Alex Deucher From: amd-gfx on behalf of Russell, Kent Sent: Thursday, August 22, 2019 8:19 AM To:

Re: [PATCH 1/2] drm/amd/powerplay: correct Vega20 dpm level related settings

2019-08-22 Thread Deucher, Alexander
Acked-by: Alex Deucher From: Quan, Evan Sent: Thursday, August 22, 2019 6:21 AM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH 1/2] drm/amd/powerplay: correct Vega20 dpm level related settings Ping.. >

Re: [PATCH 2/2] drm/radeon: use WAIT_REG_MEM special op for CP HDP flush

2019-08-22 Thread Deucher, Alexander
This was an old patch I accidentally sent out. Please ignore. Alex From: Christian K?nig Sent: Thursday, August 22, 2019 5:32 AM To: Alex Deucher ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: Re: [PATCH 2/2] drm/radeon: use WAIT_REG_MEM

Re: atombios stuck executing D850 when trying to switch to 4k@60Hz on Polaris10

2019-08-22 Thread Deucher, Alexander
You need to use dc to support 4k@60. Remove amdgpu.dc=0 from the kernel command line in grub. Alex From: amd-gfx on behalf of Clemens Eisserer Sent: Thursday, August 22, 2019 4:39 AM To: amd-gfx@lists.freedesktop.org Subject: atombios stuck executing D850

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

2019-08-22 Thread Deucher, Alexander
Reviewed-by: Alex Deucher From: Min, Frank Sent: Thursday, August 22, 2019 4:24 AM To: Zeng, Oak ; amd-gfx@lists.freedesktop.org ; Deucher, Alexander Subject: 答复: [PATCH 2/3] amd/amdkfd: add Arcturus vf DID support Hi Alex, Would you please help to review the

Re: [PATCH v7 1/9] drm_dp_cec: add connector info support.

2019-08-22 Thread Deucher, Alexander
Acked-by: Alex Deucher From: Hans Verkuil Sent: Thursday, August 22, 2019 4:08 AM To: Dariusz Marcinkiewicz ; dri-de...@lists.freedesktop.org ; linux-me...@vger.kernel.org Cc: David Airlie ; nouv...@lists.freedesktop.org ; Dhinakaran Pandiyan ; Koo, Anthony

[PATCH] drm/powerplay: Fix Vega20 Average Power value

2019-08-22 Thread Russell, Kent
The SMU changed reading from CurrSocketPower to AverageSocketPower, so reflect this accordingly. This fixes the issue where Average Power Consumption was being reported as 0 from SMU 40.46-onward v2: Fixed headline prefix Change-Id: I471f93316820f1401cb497eefe29da68376a4bb9 Signed-off-by: Kent

[PATCH] drm/amdgpu: Fix Vega20 Average Power value

2019-08-22 Thread Russell, Kent
The SMU changed reading from CurrSocketPower to AverageSocketPower, so reflect this accordingly. This fixes the issue where Average Power Consumption was being reported as 0 from SMU 40.46-onward Change-Id: I471f93316820f1401cb497eefe29da68376a4bb9 Signed-off-by: Kent Russell ---

Re: [PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Wang, Kevin(Yang)
comment inline. From: amd-gfx on behalf of Evan Quan Sent: Thursday, August 22, 2019 6:18 PM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH] drm/amd/powerplay: update cached feature enablement status V2 Need to update in cache feature

Re: [PATCH 2/2] drm/amd/powerplay: correct the pp_feature output on Arcturus

2019-08-22 Thread Wang, Kevin(Yang)
Reviewed-by: Kevin Wang Best Regards, Kevin From: amd-gfx on behalf of Quan, Evan Sent: Thursday, August 22, 2019 6:20 PM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH 2/2] drm/amd/powerplay: correct the

RE: [PATCH 1/2] drm/amd/powerplay: correct Vega20 dpm level related settings

2019-08-22 Thread Quan, Evan
Ping.. > -Original Message- > From: Evan Quan > Sent: Wednesday, August 21, 2019 4:42 PM > To: amd-gfx@lists.freedesktop.org > Cc: Quan, Evan > Subject: [PATCH 1/2] drm/amd/powerplay: correct Vega20 dpm level related > settings > > Correct the settings for auto mode and skip the

RE: [PATCH] drm/amd/powerplay: update cached feature enablement status

2019-08-22 Thread Quan, Evan
Please check V2. > -Original Message- > From: amd-gfx On Behalf Of > Kevin Wang > Sent: Wednesday, August 21, 2019 7:45 PM > To: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amd/powerplay: update cached feature > enablement status > > Hi Evan, > > this is know issue for me.

RE: [PATCH 2/2] drm/amd/powerplay: correct the pp_feature output on Arcturus

2019-08-22 Thread Quan, Evan
Ping.. > -Original Message- > From: Evan Quan > Sent: Wednesday, August 21, 2019 4:42 PM > To: amd-gfx@lists.freedesktop.org > Cc: Quan, Evan > Subject: [PATCH 2/2] drm/amd/powerplay: correct the pp_feature output on > Arcturus > > Fix for the commit below: > drm/amd/powerplay:

RE: [PATCH] drm/amd/powerplay: update cached feature enablement status

2019-08-22 Thread Quan, Evan
Please check V2. > -Original Message- > From: amd-gfx On Behalf Of > Kevin Wang > Sent: Wednesday, August 21, 2019 7:45 PM > To: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amd/powerplay: update cached feature > enablement status > > Hi Evan, > > this is know issue for me.

[PATCH] drm/amd/powerplay: update cached feature enablement status V2

2019-08-22 Thread Evan Quan
Need to update in cache feature enablement status after pp_feature settings. Another fix for the commit below: drm/amd/powerplay: implment sysfs feature status function in smu V2: update smu_feature_update_enable_state() and relates Change-Id: I90e29b0d839df26825d5993212f6097c7ad4bebf

RE: [PATCH 1/3] amd/amdgpu: add Arcturus vf DID support

2019-08-22 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Frank.Min Sent: 2019年8月16日 16:59 To: amd-gfx@lists.freedesktop.org Cc: Min, Frank Subject: [PATCH 1/3] amd/amdgpu: add Arcturus vf DID support Change-Id: I7153153785fdd54a10ebc47e778e06982edc79d7 Signed-off-by:

Re: [PATCH 2/2] drm/radeon: use WAIT_REG_MEM special op for CP HDP flush

2019-08-22 Thread Christian König
Every time we actually tried this it just ended in users reporting CP hangs. Christian. Am 22.08.19 um 00:20 schrieb Alex Deucher: Flush via the ring works differently on CIK and requires a special sequence. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/cik.c | 73

[PATCH 2/3] drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffers

2019-08-22 Thread Gerd Hoffmann
Not needed any more for remove_conflicting_pci_framebuffers calls. Signed-off-by: Gerd Hoffmann --- include/drm/drm_fb_helper.h | 4 +--- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- drivers/gpu/drm/bochs/bochs_drv.c | 2 +- drivers/gpu/drm/cirrus/cirrus.c | 2 +-

atombios stuck executing D850 when trying to switch to 4k@60Hz on Polaris10

2019-08-22 Thread Clemens Eisserer
Hi there, I am trying to connect a LG 32UD59 UHD monitor to a MSI Armor RX570 4G card via a HDMI2 (cheap) certified cable. Unfourtunatly the setup only runs at 30Hz, whereas when booting Windows it automatically selects 3840x2160@59Hz. I played a bit with adding the modelines manually, however

答复: [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:

Re: [PATCH v7 1/9] drm_dp_cec: add connector info support.

2019-08-22 Thread Hans Verkuil
Alex, Ville/Rodrigo, Ben, Can you (hopefully) Ack this patch so that I can merge it? Thank you! Hans On 8/14/19 12:44 PM, Dariusz Marcinkiewicz wrote: > Pass the connector info to the CEC adapter. This makes it possible > to associate the CEC adapter with the corresponding drm