From nobody Sat Sep 7 01:23:06 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X0wMc1mTDz5WQhY for ; Sat, 07 Sep 2024 01:23:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X0wMc0gxmz4fqj for ; Sat, 7 Sep 2024 01:23:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1725672188; a=rsa-sha256; cv=none; b=KR7aHHBtz6keFayW5pjCKFNLStIdn7rQrVKGry12xvn58y5NfEu6rD9YIL6TFOM2gz+Sa+ 6vwFoDTDXUOoI8sUFnCvL8omO3PjG9qKgdbykuxLBt04M/ZIolTvzcY3LFcXRFedLichWI lnFQRIG2vJ2HECfFxKz9JiN96nbCHMQLpIuPJ1O0vRb4zHOtO+t/oieCwwg3Vm2RemKPWf GT0aZygZmRQ9jlxVqUShEBIhDjR7d1pxKqJ+FHRhQWwfSdEKFJ1530hxYXVC781d0eb0Vi L9wZQ8bX5/DxLZBmo1xjDw2FAcIQdpIOnyfEBzeP7XARQ0M4Nqor/k20MdtRhw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1725672188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xilxfF3OtP7sm262g1NEGl+zv4Igw/gt5PrVrF+LbKw=; b=JGlK1iK30RIYeTESUKMg4Ysje+Ju7v39JK0MWOOcEf6s122Tua1yaTja9qUfJBZVf83dQ7 V0m9AD9eadQydH0ixgzyCcMKvWL63HglJgzg5m/A28Itm1cQLB0q1n5D0I/VTpKln0ZIaQ eCCbtJRd5hWY3cHBPva7UMm2PoRbBkBim1ALO4mCzOtKC2lxFMognScEnLtnDqDKA0qCRo xzZ6XrJZZGrJIU71FDPU4wBssRlxv/usm//FWsV1s9QovXPP5XzCikJ3GWLcAXf4CHM/bB fKNbDSgU370t6Y0cevuIGDJ9u15bh0iZeEd35OF53KO34uXBRugxyb8MA92b3A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4X0wMc0GyFzFdG for ; Sat, 7 Sep 2024 01:23:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 4871N7KC000928 for ; Sat, 7 Sep 2024 01:23:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 4871N7Wv000927 for bugs@FreeBSD.org; Sat, 7 Sep 2024 01:23:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276985] crash in LinuxKPI/drm Date: Sat, 07 Sep 2024 01:23:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tomek@cedro.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable14? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276985 --- Comment #57 from Tomasz "CeDeROM" CEDRO --- * drm-510-kmod seems to work fine on 14.1-RELEASE-p4. * removed drm-61-kmod and installed drm-510-kmod from ports without touching the gpu-firmware-kmod package. * all applications behave like in previous test of drm-61-kmod. obs have va= api hardware encoder. 3d acceleration in applications works fine. still some ga= mes hangs the screen and input (i.e. openarena). * the same issue as described in drm-61-kmod test with OpenArena happens al= so on drm-510-kmod (desktop with RX580). * this issue happens also with some other games that I have installed quick= ly to test 3d acceleration. some games works fine. probably some resolution / modeset change problem in drm? * it does not hang the system as i thought before. i started some video in firefox, launched the game, screens went blank, keyboard was unresponsive (= no ctrl+alt+f1, ctrl+alt+backspace, ctrl+alt+f1 then ctrl+c that usually switc= hes to a console and kills xorg), but i still had the audio playback from the video, so the system was working in the background. after some time console showed up with [drm] kind of errors but i did not catch them. * this problem does not occur on 13.3-RELEASE with drm-515-kmod, the same machine. * i need to setup serial console to watch messages when screen is lost. (so far) conclusions: 1. drm-510-kmod works on 14.1-RELEASE. 2. some applications crash drm (5.10, 6.1) when screen resultion needs chan= ge (?). next i will test 5.15 on 14.1 in a free moment. --=20 You are receiving this mail because: You are the assignee for the bug.=