[Intel-gfx] [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-19 Thread kernel test robot
Hello, kernel test robot noticed a -2.9% regression of will-it-scale.per_thread_ops on: commit: 0ede61d8589cc2d93aa78230d74ac58b5b8d0244 ("file: convert to SLAB_TYPESAFE_BY_RCU") https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master testcase: will-it-scale test machine: 224

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Fix glk+ degamma LUT conversions

2023-11-19 Thread Borah, Chaitanya Kumar
> -Original Message- > From: dri-devel On Behalf Of Ville > Syrjala > Sent: Friday, October 13, 2023 6:44 PM > To: intel-gfx@lists.freedesktop.org > Cc: dri-de...@lists.freedesktop.org > Subject: [PATCH 4/4] drm/i915: Fix glk+ degamma LUT conversions > > From: Ville Syrjälä > > The curr

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Adjust LUT rounding rules

2023-11-19 Thread Borah, Chaitanya Kumar
Hello Ville, > -Original Message- > From: dri-devel On Behalf Of Ville > Syrjala > Sent: Friday, October 13, 2023 6:44 PM > To: intel-gfx@lists.freedesktop.org > Cc: dri-de...@lists.freedesktop.org > Subject: [PATCH 2/4] drm/i915: Adjust LUT rounding rules > > From: Ville Syrjälä > > d

[Intel-gfx] [drm-intel:for-linux-next-gt 1/6] drivers/gpu/drm/i915/i915_drm_client.h:81:1: warning: non-void function does not return a value

2023-11-19 Thread kernel test robot
tree: git://anongit.freedesktop.org/drm-intel for-linux-next-gt head: 3c7a5eb700661e8905ab4e50c2d09c6568125280 commit: e4ae85e364fc652ea15d85b0f3a6da304c9b5ce7 [1/6] drm/i915: Add ability for tracking buffer objects per client config: i386-buildonly-randconfig-006-20231120 (https://download.0

[Intel-gfx] linux-next: manual merge of the drm-intel tree with the amdgpu tree

2023-11-19 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c between commits: a58555359a9f ("drm/amd/display: Fix DSC not Enabled on Direct MST Sink") c29085d29562 ("drm/amd/display: Enable DSC Flag in MST Mode Valid

Re: [Intel-gfx] [PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Helge Deller
On 11/19/23 21:51, Heiner Kallweit wrote: On 19.11.2023 21:48, Heiner Kallweit wrote: On 19.11.2023 21:28, Helge Deller wrote: On 11/19/23 12:28, Heiner Kallweit wrote: After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting

Re: [Intel-gfx] [PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
On 19.11.2023 21:48, Heiner Kallweit wrote: > On 19.11.2023 21:28, Helge Deller wrote: >> On 11/19/23 12:28, Heiner Kallweit wrote: >>> After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in >>> olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. >>> Class-based de

Re: [Intel-gfx] [PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
On 19.11.2023 21:28, Helge Deller wrote: > On 11/19/23 12:28, Heiner Kallweit wrote: >> After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in >> olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. >> Class-based device auto-detection is a legacy mechanism and shou

Re: [Intel-gfx] [PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Helge Deller
On 11/19/23 12:28, Heiner Kallweit wrote: After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. Class-based device auto-detection is a legacy mechanism and shouldn't be used in new code. So we can remove this c

[Intel-gfx] [PATCH v3 15/20] drivers/gpu/drm/i915/display: remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. Class-based device auto-detection is a legacy mechanism and shouldn't be used in new code. So we can remove this class completely now. Preferably this series

[Intel-gfx] [PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. Class-based device auto-detection is a legacy mechanism and shouldn't be used in new code. So we can remove this class completely now. Preferably this series

[Intel-gfx] [PATCH v3 15/20] drivers/gpu/drm/i915/display: remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. Class-based device auto-detection is a legacy mechanism and shouldn't be used in new code. So we can remove this class completely now. Preferably this series

[Intel-gfx] [PATCH 00/20] remove I2C_CLASS_DDC support

2023-11-19 Thread Heiner Kallweit
After removal of the legacy EEPROM driver and I2C_CLASS_DDC support in olpc_dcon there's no i2c client driver left supporting I2C_CLASS_DDC. Class-based device auto-detection is a legacy mechanism and shouldn't be used in new code. So we can remove this class completely now. Preferably this series