From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5D1E76AB6; Fri, 5 Apr 2024 16:30:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712334622; cv=none; b=X+dGDtMA5WYPLN63jCyQtuYGwjr7hnu0YVKXDxbEuF6VqqD+WykxglO3Nk6orTE71Q3mXuVoglEaocm9am8l5DBDPOZo45oBISQkA5kqPK5j5X8cVKbYrLA33V4xN4+jhQmUq5HdA/V34ecjWr7ms0w+VsV+CMgBJoQpFumpfFY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712334622; c=relaxed/simple; bh=JoKQWpVUXVsBSo1x1Idtb87+5vnLdbcK1yTV2XBkRHc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=bUyhZB1RStGHVkEYGZM+Tqe13OHbSzo8cVhdOVChogPoH7TO2G1coozSnTsTwvl4TyHPZMI88vZLsuS+V1Vq/VcYwWTBLcon6eJhCnWOVJuBwWsXQX7RPRK4Y/0KB8gYb/3rg21iD+NDKaOjmRfrE2+tg/wzQ3KytfZNP8v961U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=DvATwmVZ; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="DvATwmVZ" Received: from [100.64.217.16] (unknown [20.29.225.195]) by linux.microsoft.com (Postfix) with ESMTPSA id 6099820E98B9; Fri, 5 Apr 2024 09:30:14 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6099820E98B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1712334614; bh=w130JaeBPpS+L9M4QU8ZQXXwRcANcq5ZUO69X1bKRmU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DvATwmVZCnu2mWeOkHNjSOn3NP+uGroDac1iSpu2wd+v3d//PQw85B2Bdx0Po6Lvd ZjMGVuaZ73P4XTz+rG7byN35W0KUrpl5gZ3alXfZ8frHGqOGX4PxPO84VA9eudZIJk 732o/mFjv1LuWV0m4a0o7Gs9Fy/VV5ERgAzWEo3E= Message-ID: Date: Fri, 5 Apr 2024 09:30:13 -0700 Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v0 13/14] drm/nouveau: Make I2C terminology more inclusive To: Danilo Krummrich , Karol Herbst , Lyude Paul , David Airlie , Daniel Vetter , "open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS" , "open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS" , open list Cc: Wolfram Sang , "open list:RADEON and AMDGPU DRM DRIVERS" , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:I2C SUBSYSTEM HOST DRIVERS" , "open list:BTTV VIDEO4LINUX DRIVER" , "open list:FRAMEBUFFER LAYER" References: <20240329170038.3863998-1-eahariha@linux.microsoft.com> <20240329170038.3863998-14-eahariha@linux.microsoft.com> <4dc6fb16-3d85-4a7f-85f9-ed249da0df1a@redhat.com> Content-Language: en-CA From: Easwar Hariharan In-Reply-To: <4dc6fb16-3d85-4a7f-85f9-ed249da0df1a@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 4/5/2024 9:15 AM, Danilo Krummrich wrote: > Hi Easwar, > > On 3/29/24 18:00, 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 bitbanging interface, now that the approved verbiage exists >> in the specification. >> >> Compile tested, no functionality changes intended >> >> [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+renesas@sang-engineering.com/ >> >> Signed-off-by: Easwar Hariharan >> --- >>   drivers/gpu/drm/nouveau/dispnv04/dfp.c             | 14 +++++++------- >>   .../gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h |  2 +- >>   drivers/gpu/drm/nouveau/nouveau_bios.c             |  4 ++-- >>   3 files changed, 10 insertions(+), 10 deletions(-) >> >> diff --git a/drivers/gpu/drm/nouveau/dispnv04/dfp.c b/drivers/gpu/drm/nouveau/dispnv04/dfp.c >> index d5b129dc623b..65b791006b19 100644 >> --- a/drivers/gpu/drm/nouveau/dispnv04/dfp.c >> +++ b/drivers/gpu/drm/nouveau/dispnv04/dfp.c >> @@ -149,7 +149,7 @@ void nv04_dfp_update_fp_control(struct drm_encoder *encoder, int mode) >>       } >>   } >>   -static struct drm_encoder *get_tmds_slave(struct drm_encoder *encoder) >> +static struct drm_encoder *get_tmds_client(struct drm_encoder *encoder) >>   { >>       struct drm_device *dev = encoder->dev; >>       struct dcb_output *dcb = nouveau_encoder(encoder)->dcb; >> @@ -172,7 +172,7 @@ static struct drm_encoder *get_tmds_slave(struct drm_encoder *encoder) >>           struct dcb_output *slave_dcb = nouveau_encoder(slave)->dcb; >>             if (slave_dcb->type == DCB_OUTPUT_TMDS && get_slave_funcs(slave) && >> -            slave_dcb->tmdsconf.slave_addr == dcb->tmdsconf.slave_addr) >> +            slave_dcb->tmdsconf.client_addr == dcb->tmdsconf.client_addr) >>               return slave; > > While, personally, I think master/slave was well suiting for the device relationship > on those busses, I think that if we change it up to conform with the change in > specification, we should make sure to update drivers consistently. > > We should make sure to also change the names of the sourrounding structures and variable > names, otherwise we just make this code harder to read. > > - Danilo > Thanks for the review, and for the appetite to go further! So we are on the same page, you would prefer renaming to controller/target like the feedback on other drm drivers (i915, gma500, radeon)? Thanks, Easwar