Re: [syzbot] [dri?] divide error in drm_mode_convert_to_umode

2025-01-04 Thread syzbot
syzbot suspects this issue was fixed by commit: commit 9398332f23fab10c5ec57c168b44e72997d6318e Author: Ville Syrjälä Date: Fri Nov 29 04:26:28 2024 + drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1296f8b0580

Re: [REGRESSION][BISECTED] Re: 6.12.7 stable new error: event xe_bo_move has unsafe dereference of argument 4

2025-01-04 Thread Genes Lists
On Sat, 2025-01-04 at 18:43 +0100, Andrea Amorosi wrote: > Hi to all, > > I've just updated my archlinux to |6.12.8-arch1-1 and I still get the > same issue:| > > Right - 6.12.8 (and Arch build of same) does not have Steve Rostedt's patch. The patch is in mainline and I believe it will be in 6.1

[PATCH v2] drm/tests: helpers: Fix compiler warning

2025-01-04 Thread Yu-Chun Lin
Delete one line break to make the format correct, resolving the following warning during a W=1 build: >> drivers/gpu/drm/tests/drm_kunit_helpers.c:324: warning: bad line: for a >> KUnit test Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202501032001.o6wy1vcw-...@

[GIT PULL] mediatek drm next for 6.14

2025-01-04 Thread Chun-Kuang Hu
Hi, Dave & Daniel: This includes: 1. dp: Add sdp path reset 2. dp: Support flexible length of DP calibration data Regards, Chun-Kuang. The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository

[GIT PULL] mediatek drm fixes 20250104

2025-01-04 Thread Chun-Kuang Hu
6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-fixes-20250104 for you to fetch changes up to f563dd9ca6cb6ed52c5fb6e4285d1ef26cfa7e8a: drm/mediatek: Initialize pointer in

[REGRESSION] Re: 6.13-rc1 graphics fail

2025-01-04 Thread Genes Lists
On Fri, 2024-12-13 at 07:14 -0500, Genes Lists wrote: > On Tue, 2024-12-03 at 06:34 -0500, Genes Lists wrote: > > On Tue, 2024-12-03 at 11:16 +0200, Ville Syrjälä wrote: > > > > ... > > > > > Probably https://gitlab.freedesktop.org/drm/i915/kernel/- > > > /issues/13057 > > > > > Very helpful. > >

Re: [PATCH v10 00/10] drm: add DRM HDMI Codec framework

2025-01-04 Thread Dmitry Baryshkov
On Tue, 24 Dec 2024 03:47:52 +0200, Dmitry Baryshkov wrote: > While porting lt9611 DSI-to-HDMI bridge driver to use HDMI Connector > framework, I stumbled upon an issue while handling the Audio InfoFrames. > The HDMI codec callbacks weren't receiving the drm_atomic_state, so > there was no simple w

[PATCH] drm/display: hdmi-state-helper: add drm_display_mode declaration

2025-01-04 Thread Dmitry Baryshkov
@@ struct drm_atomic_state; struct drm_connector; struct drm_connector_state; +struct drm_display_mode; struct hdmi_audio_infoframe; enum drm_connector_status; --- base-commit: 2ea9ec5d2c207a41d523f8804053cee00fe50763 change-id: 20250104-hdmi-state-display-mode-77c01b38b1fe Best regards,