Re: [PATCH v2 12/12] fbdev/viafb: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
Am 03.05.24 um 20:13 schrieb Easwar Hariharan: I2C v7, SMBus 3.2, and I3C 1.1.1 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,

Re: [PATCH v2 11/12] fbdev/smscufx: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
Am 03.05.24 um 20:13 schrieb Easwar Hariharan: I2C v7, SMBus 3.2, and I3C 1.1.1 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,

Re: [PATCH 04/35] drm/i915/bios: Get rid of "LVDS" from all LFP data stuff

2024-05-06 Thread Jani Nikula
On Fri, 03 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > The LFP data applies to all kinds of display interfaces, so > stop calling things by the "LVDS" name. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula However... > @@ -902,11 +902,11 @@ struct lfp_brightness_level

Re: [PATCH v2 03/12] drm/i915: Make I2C terminology more inclusive

2024-05-06 Thread Andi Shyti
Hi, On Fri, May 03, 2024 at 03:34:12PM -0400, Rodrigo Vivi wrote: > On Fri, May 03, 2024 at 06:13:24PM +, Easwar Hariharan wrote: > > I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave" > > with more appropriate terms. Inspired by and following on to Wolfram's > >

[PATCH] drm/i915/display/dp: Remove UHBR13.5 for icl

2024-05-06 Thread Arun R Murthy
UHBR13.5 is not supported in icl+ as well. This has been removed for mtl by the commit caf3d748f646 ("drm/i915/dp: Remove support for UHBR13.5") Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/intel_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 03/35] drm/i915/bios: Indicate which VBT structures are based on EDID

2024-05-06 Thread Jani Nikula
On Fri, 03 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > VBT reuses a bunch of EDID data structures. Flag those as such > for clarity. > > I chose "bdb_edid_" as the namespace for these. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- >

Re: [PATCH 01/35] drm/i915/bios: Define eDP DSC disable bit

2024-05-06 Thread Jani Nikula
On Fri, 03 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > There's a new "DSC disable" bit in the eDP VBT block. Define it. > > TODO: actually use it? Probably should. > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_vbt_defs.h |

Re: [PATCH v2 03/12] drm/i915: Make I2C terminology more inclusive

2024-05-06 Thread Jani Nikula
On Fri, 03 May 2024, Rodrigo Vivi wrote: > On Fri, May 03, 2024 at 02:04:15PM -0700, Easwar Hariharan wrote: >> On 5/3/2024 12:34 PM, Rodrigo Vivi wrote: >> > On Fri, May 03, 2024 at 06:13:24PM +, Easwar Hariharan wrote: >> >> I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced >>

Re: [PATCH 17/19] drm/i915: pass dev_priv explicitly to ALPM_CTL2

2024-05-06 Thread Jani Nikula
On Mon, 06 May 2024, "Hogander, Jouni" wrote: > On Thu, 2024-05-02 at 13:40 +0300, Jani Nikula wrote: >> On Tue, 30 Apr 2024, Rodrigo Vivi wrote: >> > On Tue, Apr 30, 2024 at 01:10:11PM +0300, Jani Nikula wrote: >> > > Avoid the implicit dev_priv local variable use, and pass dev_priv >> > >

Re: [PATCH 4/5] refcount: Introduce refcount_long_t and APIs

2024-05-06 Thread kernel test robot
enabled at (263164): release_sock (net/core/sock.c:3560) [ 2.725080][ T1] softirqs last disabled at (263162): release_sock (net/core/sock.c:3549) [2.726210][T1] ---[ end trace ]--- The kernel config and materials to reproduce are available at: https://d

RE: [PATCH] drm/i915/display: Calculate crtc clock rate based on PLL parameters

2024-05-06 Thread Kahola, Mika
> -Original Message- > From: Deak, Imre > Sent: Friday, May 3, 2024 2:00 PM > To: Kahola, Mika > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/i915/display: Calculate crtc clock rate based on PLL > parameters > > On Thu, May 02, 2024 at 04:17:16PM +0300, Mika Kahola

Re: [PATCH 17/19] drm/i915: pass dev_priv explicitly to ALPM_CTL2

2024-05-06 Thread Hogander, Jouni
On Thu, 2024-05-02 at 13:40 +0300, Jani Nikula wrote: > On Tue, 30 Apr 2024, Rodrigo Vivi wrote: > > On Tue, Apr 30, 2024 at 01:10:11PM +0300, Jani Nikula wrote: > > > Avoid the implicit dev_priv local variable use, and pass dev_priv > > > explicitly to the ALPM_CTL2 register macro. > > > > > >

<    1   2