Re: [PATCH 0/2] drm/amdgpu/display: Make multi-plane configurations more flexible

2024-04-03 Thread Leo Li
On 2024-03-28 10:33, Pekka Paalanen wrote: On Fri, 15 Mar 2024 13:09:56 -0400 wrote: From: Leo Li These patches aim to make the amdgpgu KMS driver play nicer with compositors when building multi-plane scanout configurations. They do so by: 1. Making cursor behavior more sensible. 2.

[PATCH 28/28] drm/amd/display: 3.2.280

2024-04-03 Thread Hamza Mahfooz
From: Aric Cyr This version brings along the following: - DCN10 fixes - DCN316 fixes - DML2 fixes - DWB fixes - Expanded FAMS support - Misc code style fixes - ODM fixes - VSC SDP fixes Acked-by: Hamza Mahfooz Signed-off-by: Aric Cyr --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file

[PATCH 21/28] drm/amd/display: Update resource capabilities and debug struct for DCN201

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Some of the resource capabilities for DCN201 and the debug default option are outdated. This commit just set some of the missing configurations for DCN201. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira ---

[PATCH 22/28] drm/amd/display: Disable P010 Support of DCN 1.0

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira [WHY] DCN 1.0 is not ready for the P010 support. [HOW] 1. Set the P010 plan_cap of DCN 1.0 to be false. 2. Let the DM do the plan cap initialization of DCN 1.0. Reviewed-by: Rodrigo Siqueira Signed-off-by: Figo Wang Signed-off-by: Rodrigo Siqueira ---

[PATCH 24/28] drm/amd/display: Add fallback configuration when set DRR

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Set OTG/OPTC parameter to 0 if failed to set DRR. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- .../gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c| 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git

[PATCH 19/28] drm/amd/display: Adjust some includes used by display

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Some of the includes used in the DC can be removed and others need to be update. This commit adjusts some of those headers in the display code. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c |

[PATCH 23/28] drm/amd/display: Update DCN10 resource

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Update DCN10 to use legacy fast update and ensure that the MPCC count is the same as the pipe_count. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH 25/28] drm/amd/display: Add fallback configuration for set DRR in DCN10

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Set OTG/OPTC parameters to 0 if something goes wrong on DCN10. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- .../drm/amd/display/dc/optc/dcn10/dcn10_optc.c| 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH 27/28] drm/amd/display: Reorganize dwb header

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira This commit makes some small adjustments in the dwb header. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h | 30 + 1 file changed, 19 insertions(+), 11 deletions(-) diff --git

[PATCH 26/28] drm/amd/display: Change DPCD address range

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira Change DP_PHY_REPEATER_EXTENDED_WAIT_TIMEOUT with DP_PHY_REPEATER_128B132B_RATES. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/link/protocols/link_dpcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 12/28] drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST

2024-04-03 Thread Hamza Mahfooz
From: Harry Wentland The previous check for the is_vsc_sdp_colorimetry_supported flag for MST sink signals did nothing. Simplify the code and use the same check for MST and SST. Cc: sta...@vger.kernel.org Reviewed-by: Agustin Gutierrez Acked-by: Hamza Mahfooz Signed-off-by: Harry Wentland

[PATCH 18/28] drm/amd/display: Add comments to improve the code readability

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira This commit just introduce some basic comments that helps to understand the overall behavior of some structs. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/dc/inc/core_types.h | 2 ++

[PATCH 20/28] drm/amd/display: Drop legacy code

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira This commit removes code that are not used by display anymore. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira --- .../amd/display/dc/inc/hw/stream_encoder.h| 4 --- drivers/gpu/drm/amd/display/dc/inc/resource.h | 7

[PATCH 08/28] drm/amd/display: expand the non standard link rate for testing

2024-04-03 Thread Hamza Mahfooz
From: Allen Pan [Why] 6.75 Gbps link rate training for DP_TEST_LINK_RATE_RATE_8 Reviewed-by: Charlene Liu Acked-by: Hamza Mahfooz Signed-off-by: Allen Pan --- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH 14/28] drm/amd/display: Rebuild test pattern params for DP_TEST_PATTERN_VIDEO_MODE

2024-04-03 Thread Hamza Mahfooz
From: George Shen [Why] For video mode test pattern (i.e. test pattern disable), the call to rebuild test pattern params for the pipe is skipped. This causes dynamic disablement of test pattern to not work, as the test_pattern_params of the pipe will not be updated and retain the values of the

[PATCH 16/28] drm/amd/display: [FW Promotion] Release 0.0.212.0

2024-04-03 Thread Hamza Mahfooz
From: Anthony Koo - Add boot option to change the ONO powerup flow, impacting the order of power domains to power up or down first Acked-by: Hamza Mahfooz Signed-off-by: Anthony Koo --- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 17/28] drm/amd/display: Add V_TOTAL_REGS to dcn10

2024-04-03 Thread Hamza Mahfooz
From: Rodrigo Siqueira DCN10 OPTC is used by other DCNs, and in some cases it might be useful to have V_TOTAL_REGS available. This commit add V_TOTAL_REGS as part of the TG field. Acked-by: Hamza Mahfooz Signed-off-by: Rodrigo Siqueira ---

[PATCH 07/28] drm/amd/display: fix disable otg wa logic in DCN316

2024-04-03 Thread Hamza Mahfooz
From: Fudongwang [Why] Wrong logic cause screen corruption. [How] Port logic from DCN35/314. Cc: sta...@vger.kernel.org Reviewed-by: Nicholas Kazlauskas Acked-by: Hamza Mahfooz Signed-off-by: Fudongwang --- .../dc/clk_mgr/dcn316/dcn316_clk_mgr.c| 19 --- 1 file

[PATCH 15/28] Revert "drm/amd/display: Enabling urgent latency adjustment for DCN35"

2024-04-03 Thread Hamza Mahfooz
From: Qili Lu This reverts commit 5145de86407c2d28cfed007b5014c0d0b40d5913. It causes a dead loop in dml_prefetch_check. Reviewed-by: Nicholas Kazlauskas Acked-by: Hamza Mahfooz Signed-off-by: Qili Lu --- drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 ++-- 1 file changed, 2

[PATCH 11/28] drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4

2024-04-03 Thread Hamza Mahfooz
From: Harry Wentland In order for display colorimetry to work correctly on DP displays we need to send the VSC SDP packet. We should only do so for panels with DPCD revision greater or equal to 1.4 as older receivers might have problems with it. Cc: sta...@vger.kernel.org Cc: Joshua Ashton Cc:

[PATCH 13/28] drm/amd/display: Adjust dprefclk by down spread percentage.

2024-04-03 Thread Hamza Mahfooz
From: Zhongwei [Why] OLED panels show no display for large vtotal timings. [How] Check if ss is enabled and read from lut for spread spectrum percentage. Adjust dprefclk as required. DP_DTO adjustment is for edp only. Cc: sta...@vger.kernel.org Reviewed-by: Nicholas Kazlauskas Acked-by: Hamza

[PATCH 06/28] drm/amd/display: Do not recursively call manual trigger programming

2024-04-03 Thread Hamza Mahfooz
From: Dillon Varone [WHY] We should not be recursively calling the manual trigger programming function when FAMS is not in use. Cc: sta...@vger.kernel.org Reviewed-by: Alvin Lee Acked-by: Hamza Mahfooz Signed-off-by: Dillon Varone --- drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c

[PATCH 10/28] drm/amd/display: add dwb support to dml2

2024-04-03 Thread Hamza Mahfooz
From: Charlene Liu [why] dwb was not previosly a priority. now we need to enable dwb in dml2. Limitation: HW DML assumes only one DWB one set of watermark for all 4 watermark sets one stream has one DWB only. WB scaling dml input has one set of scaling tap. (no chroma so far) needs to follow

[PATCH 09/28] drm/amd/display: refactor vpg.h

2024-04-03 Thread Hamza Mahfooz
From: Parandhaman K why and how: as part of cleanup, need to refactor vpg. It was improperly referenced as a dcn specfic part of link. the dcn agnostic code needed was ripped out and put into vpg.h, now in dc/inc/hw. Reviewed-by: Alvin Lee Acked-by: Hamza Mahfooz Signed-off-by: Parandhaman K

[PATCH 00/28] DC Patches April 3, 2024

2024-04-03 Thread Hamza Mahfooz
Cc: Daniel Wheeler Alex Hung (1): drm/amd/display: Return max resolution supported by DWB Allen Pan (1): drm/amd/display: expand the non standard link rate for testing Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.212.0 Aric Cyr (1): drm/amd/display: 3.2.280 Charlene

[PATCH 04/28] drm/amd/display: fix an incorrect ODM policy assigned for subvp

2024-04-03 Thread Hamza Mahfooz
From: Wenjing Liu [why] When Subvp pipe's index is smaller than main pipe's index, the main pipe's ODM policy is not yet assigned. If we assign subvp pipe's ODM policy based on main pipe, we will assign uninitialized ODM policy. [how] Instead of copying main pipe's policy we copy the main pipe

[PATCH 05/28] drm/amd/display: Add driver support for future FAMS versions

2024-04-03 Thread Hamza Mahfooz
From: Dillon Varone [WHY] Changes to support future versions of FAMS. Reviewed-by: Alvin Lee Acked-by: Hamza Mahfooz Signed-off-by: Dillon Varone --- .../gpu/drm/amd/display/dc/bios/bios_parser.c | 2 -- drivers/gpu/drm/amd/display/dc/core/dc.c | 5 -

[PATCH 03/28] drm/amd/display: always reset ODM mode in context when adding first plane

2024-04-03 Thread Hamza Mahfooz
From: Wenjing Liu [why] In current implemenation ODM mode is only reset when the last plane is removed from dc state. For any dc validate we will always remove all current planes and add new planes. However when switching from no planes to 1 plane, ODM mode is not reset because no planes get

[PATCH 01/28] drm/amd/display: Add option to configure mapping policy for edp0 on dp1

2024-04-03 Thread Hamza Mahfooz
From: Lewis Huang [Why] We want flexibility to choose how pwrseq instance is mapped to eDP panel [How] Add configuration option to choose the pwrseq mapping policy. When enabled, allow fixed mapping between DIG inst to pwrseq inst. Reviewed-by: Anthony Koo Acked-by: Hamza Mahfooz

[PATCH 02/28] drm/amd/display: Return max resolution supported by DWB

2024-04-03 Thread Hamza Mahfooz
From: Alex Hung mode_config's max width x height is 4096x2160 and is higher than DWB's max resolution 3840x2160 which is returned instead. Cc: sta...@vger.kernel.org Reviewed-by: Harry Wentland Acked-by: Hamza Mahfooz Signed-off-by: Alex Hung ---

Re: [PATCH 1/2] amd/amdkfd: sync all devices to wait all processes being evicted

2024-04-03 Thread Felix Kuehling
On 2024-04-03 14:12, Zhigang Luo wrote: If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() to evict all processes on all devices, this call takes time to finish. other device will start reset and recover without waiting. if the

[PATCH 2/2] amd/amdgpu: improve VF recover time

2024-04-03 Thread Zhigang Luo
1. change AMDGPU_VF2PF_UPDATE_MAX_RETRY_LIMIT from 30 to 5. 2. set fatel error detected flag. Signed-off-by: Zhigang Luo --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 2 +- 3 files changed, 3

[PATCH 1/2] amd/amdkfd: sync all devices to wait all processes being evicted

2024-04-03 Thread Zhigang Luo
If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() to evict all processes on all devices, this call takes time to finish. other device will start reset and recover without waiting. if the process has not been evicted before doing

[PATCH AUTOSEL 6.6 20/20] drm/amdgpu: fix use-after-free bug

2024-04-03 Thread Sasha Levin
From: Vitaly Prosyak [ Upstream commit 22207fd5c80177b860279653d017474b2812af5e ] The bug can be triggered by sending a single amdgpu_gem_userptr_ioctl to the AMDGPU DRM driver on any ASICs with an invalid address and size. The bug was reported by Joonkyo Jung . For example the following code:

[PATCH AUTOSEL 6.8 28/28] drm/amdgpu: Init zone device and drm client after mode-1 reset on reload

2024-04-03 Thread Sasha Levin
From: Ahmad Rehman [ Upstream commit f679fd6057fbf5ab34aaee28d58b7f81af0cbf48 ] In passthrough environment, when amdgpu is reloaded after unload, mode-1 is triggered after initializing the necessary IPs, That init does not include KFD, and KFD init waits until the reset is completed. KFD init

[PATCH AUTOSEL 6.8 27/28] drm/amdgpu: fix use-after-free bug

2024-04-03 Thread Sasha Levin
From: Vitaly Prosyak [ Upstream commit 22207fd5c80177b860279653d017474b2812af5e ] The bug can be triggered by sending a single amdgpu_gem_userptr_ioctl to the AMDGPU DRM driver on any ASICs with an invalid address and size. The bug was reported by Joonkyo Jung . For example the following code:

Re: [PATCH 1/2] drm/amdgpu: always allocate cleared VRAM for KFD allocations

2024-04-03 Thread Michel Dänzer
On 2024-03-26 19:21, Felix Kuehling wrote: > > On 2024-03-26 11:52, Alex Deucher wrote: >> This adds allocation latency, but aligns better with user >> expectations.  The latency should improve with the drm buddy >> clearing patches that Arun has been working on. > > If we submit this before the

[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837

2024-04-03 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 727900b675b749c40ba1f6669c7ae5eb7eb8e837 Add linux-next specific files for 20240403 Error/Warning reports: https://lore.kernel.org/oe-kbuild-all/202404031246.aq5yr5ko-...@intel.com https

[PATCH 2/2] amd/amdgpu: improve VF recover time

2024-04-03 Thread Zhigang Luo
1. change AMDGPU_VF2PF_UPDATE_MAX_RETRY_LIMIT from 30 to 5. 2. set fatel error detected flag. Signed-off-by: Zhigang Luo --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 2 +- 3 files changed, 3

[PATCH 1/2] amd/amdkfd: sync all devices to wait all processes being evicted

2024-04-03 Thread Zhigang Luo
If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() to evict all processes on all devices, this call takes time to finish. other device will start reset and recover without waiting. if the process has not been evicted before doing

Re: [PATCH v0 02/14] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive

2024-04-03 Thread Christian König
Am 03.04.24 um 15:12 schrieb Jani Nikula: On Wed, 03 Apr 2024, Ville Syrjälä wrote: On Fri, Mar 29, 2024 at 06:38:10PM +0100, Andi Shyti wrote: Hi, On Fri, Mar 29, 2024 at 10:28:14AM -0700, Easwar Hariharan wrote: On 3/29/2024 10:16 AM, Andi Shyti wrote: Hi Easwar, On Fri, Mar 29, 2024 at

RE: [PATCH] drm/amdgpu: fix incorrect number of active RBs for gfx11

2024-04-03 Thread Zhang, Yifan
[AMD Official Use Only - General] Nice catch. Reviewed-by: Yifan Zhang -Original Message- From: Huang, Tim Sent: Wednesday, April 3, 2024 6:18 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan ; Zhang, Hawking ; Huang, Tim Subject: [PATCH] drm/amdgpu: fix

Re: [PATCH v0 02/14] drm/amdgpu,drm/radeon: Make I2C terminology more inclusive

2024-04-03 Thread Jani Nikula
On Wed, 03 Apr 2024, Ville Syrjälä wrote: > On Fri, Mar 29, 2024 at 06:38:10PM +0100, Andi Shyti wrote: >> Hi, >> >> On Fri, Mar 29, 2024 at 10:28:14AM -0700, Easwar Hariharan wrote: >> > On 3/29/2024 10:16 AM, Andi Shyti wrote: >> > > Hi Easwar, >> > > >> > > On Fri, Mar 29, 2024 at 05:00:26PM

Re: [PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API

2024-04-03 Thread Christian König
I only skimmed over the platform patches and spend only a few minutes on the amdgpu stuff. From what I've seen this series seems to make perfect sense to me, I just can't fully judge everything. So feel free to add Acked-by: Christian König but I strongly suggest that Harry and Rodrigo

Re: [PATCH v0 02/14] drm/amdgpu,drm/radeon: Make I2C terminology more inclusive

2024-04-03 Thread Ville Syrjälä
On Fri, Mar 29, 2024 at 06:38:10PM +0100, Andi Shyti wrote: > Hi, > > On Fri, Mar 29, 2024 at 10:28:14AM -0700, Easwar Hariharan wrote: > > On 3/29/2024 10:16 AM, Andi Shyti wrote: > > > Hi Easwar, > > > > > > On Fri, Mar 29, 2024 at 05:00:26PM +, Easwar Hariharan wrote: > > >> I2C v7, SMBus

RE: [PATCH] drm/amdgpu: Fix incorrect return value

2024-04-03 Thread Zhou1, Tao
[AMD Official Use Only - General] > -Original Message- > From: Chai, Thomas > Sent: Wednesday, April 3, 2024 3:07 PM > To: amd-gfx@lists.freedesktop.org > Cc: Chai, Thomas ; Zhang, Hawking > ; Zhou1, Tao ; Li, Candice > ; Wang, Yang(Kevin) ; Yang, > Stanley ; Chai, Thomas > Subject:

[PATCH] drm/amdgpu: fix incorrect number of active RBs for gfx11

2024-04-03 Thread Tim Huang
From: Tim Huang The RB bitmap should be global active RB bitmap & active RB bitmap based on active SA. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c

Re: [PATCH] drm/amdgpu: add post reset IP callback

2024-04-03 Thread Christian König
Am 03.04.24 um 08:51 schrieb Yu, Lang: [AMD Official Use Only - General] -Original Message- From: Christian König Sent: Tuesday, April 2, 2024 9:38 PM To: Yu, Lang ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian ; Sharma, Shashank Subject: Re: [PATCH]

Re: [PATCH v9 2/3] drm/amdgpu: Enable clear page functionality

2024-04-03 Thread Michel Dänzer
On 2024-04-02 10:17, Christian König wrote: > Am 26.03.24 um 15:53 schrieb Alex Deucher: >> On Tue, Mar 26, 2024 at 10:01 AM Alex Deucher wrote: >>> On Tue, Mar 26, 2024 at 9:59 AM Paneer Selvam, Arunpravin >> @@ -501,6 +502,9 @@ static int amdgpu_vram_mgr_new(struct >>

Re: [PATCH] drm/amdgpu: add post reset IP callback

2024-04-03 Thread Sharma, Shashank
On 03/04/2024 09:31, Yu, Lang wrote: [AMD Official Use Only - General] -Original Message- From: Sharma, Shashank Sent: Wednesday, April 3, 2024 3:19 PM To: Yu, Lang ; Christian König ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH]

Re: [PATCH v0 01/14] IB/hfi1, IB/qib: Make I2C terminology more inclusive

2024-04-03 Thread Leon Romanovsky
On Fri, Mar 29, 2024 at 05:00:25PM +, Easwar Hariharan wrote: > I2C v7, SMBus 3.2, and I3C specifications have replaced "master/slave" > with more appropriate terms. Inspired by and following on to Wolfram's series > to fix drivers/i2c[1], fix the terminology where I had a role to play, now >

Re: [PATCH] drm/amd/display: Add missing parameter desc in dc_commit_streams

2024-04-03 Thread Chung, ChiaHsuan (Tom)
Reviewed-by: Tom Chung On 4/1/2024 9:50 PM, Srinivasan Shanmugam wrote: This commit removes the lines that describe the 'streams' and 'stream_count' parameters and adds a line to describe the 'params' parameter, which was missing from the original comment block. Fixes the below with gcc W=1:

RE: [PATCH] drm/amdgpu: add post reset IP callback

2024-04-03 Thread Yu, Lang
[AMD Official Use Only - General] >-Original Message- >From: Sharma, Shashank >Sent: Wednesday, April 3, 2024 3:19 PM >To: Yu, Lang ; Christian König >; amd-gfx@lists.freedesktop.org >Cc: Deucher, Alexander ; Koenig, Christian > >Subject: Re: [PATCH] drm/amdgpu: add post reset IP

Re: [PATCH] drm/amdgpu: add post reset IP callback

2024-04-03 Thread Sharma, Shashank
Hey Lang, On 03/04/2024 08:51, Yu, Lang wrote: [AMD Official Use Only - General] -Original Message- From: Christian König Sent: Tuesday, April 2, 2024 9:38 PM To: Yu, Lang ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian ; Sharma, Shashank Subject: Re:

Re: [PATCH v0 03/14] drm/gma500,drm/i915: Make I2C terminology more inclusive

2024-04-03 Thread Easwar Hariharan
On 4/2/2024 9:52 AM, Jani Nikula wrote: > On Tue, 02 Apr 2024, Easwar Hariharan wrote: >> On 4/2/2024 7:32 AM, Jani Nikula wrote: >>> On Tue, 02 Apr 2024, Easwar Hariharan wrote: On 4/2/2024 12:48 AM, Jani Nikula wrote: > On Fri, 29 Mar 2024, Easwar Hariharan > wrote: >> I2C

Re: [PATCH v0 03/14] drm/gma500,drm/i915: Make I2C terminology more inclusive

2024-04-03 Thread Easwar Hariharan
On 4/2/2024 12:48 AM, Jani Nikula wrote: > On Fri, 29 Mar 2024, Easwar Hariharan wrote: >> I2C v7, SMBus 3.2, and I3C specifications have replaced "master/slave" >> with more appropriate terms. Inspired by and following on to Wolfram's >> series to fix drivers/i2c/[1], fix the terminology for

Re: [PATCH v0 10/14] sfc: falcon: Make I2C terminology more inclusive

2024-04-03 Thread Martin Habets
On Fri, Mar 29, 2024 at 05:00:34PM +, Easwar Hariharan wrote: > I2C v7, SMBus 3.2, and I3C specifications have replaced "master/slave" > with more appropriate terms. Inspired by and following on to Wolfram's > series to fix drivers/i2c/[1], fix the terminology for users of > I2C_ALGOBIT

Re: [PATCH v0 03/14] drm/gma500,drm/i915: Make I2C terminology more inclusive

2024-04-03 Thread Easwar Hariharan
On 4/2/2024 7:32 AM, Jani Nikula wrote: > On Tue, 02 Apr 2024, Easwar Hariharan wrote: >> On 4/2/2024 12:48 AM, Jani Nikula wrote: >>> On Fri, 29 Mar 2024, Easwar Hariharan wrote: I2C v7, SMBus 3.2, and I3C specifications have replaced "master/slave" with more appropriate terms.

[PATCH] drm/amdgpu: Fix incorrect return value

2024-04-03 Thread YiPeng Chai
[Why] After calling amdgpu_vram_mgr_reserve_range multiple times with the same address, calling amdgpu_vram_mgr_query_page_status will always return -EBUSY. From the second call to amdgpu_vram_mgr_reserve_range, the same address will be added to the reservations_pending list again and is never

RE: [PATCH] drm/amdgpu: add post reset IP callback

2024-04-03 Thread Yu, Lang
[AMD Official Use Only - General] >-Original Message- >From: Christian König >Sent: Tuesday, April 2, 2024 9:38 PM >To: Yu, Lang ; amd-gfx@lists.freedesktop.org >Cc: Deucher, Alexander ; Koenig, Christian >; Sharma, Shashank > >Subject: Re: [PATCH] drm/amdgpu: add post reset IP callback