From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105018] Kernel panic when waking up after screen goes blank. Date: Wed, 14 Feb 2018 05:55:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1440689601==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C4206E111 for ; Wed, 14 Feb 2018 05:55:42 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1440689601== Content-Type: multipart/alternative; boundary="15185877421.9E0BC59de.13659" Content-Transfer-Encoding: 7bit --15185877421.9E0BC59de.13659 Date: Wed, 14 Feb 2018 05:55:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D105018 --- Comment #14 from L.S.S. --- The first patch got rejected with the most recent 4.15 kernel source pulled using the PKGBUILD file (Feb 14, 2018). The reject file contains: --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -2523,6 +2545,8 @@ static const struct drm_crtc_funcs amdgpu_dm_crtc_fun= cs =3D { .atomic_duplicate_state =3D dm_crtc_duplicate_state, .atomic_destroy_state =3D dm_crtc_destroy_state, .set_crc_source =3D amdgpu_dm_crtc_set_crc_source, + .enable_vblank =3D dm_enable_vblank, + .disable_vblank =3D dm_disable_vblank, }; static enum drm_connector_status In the original amdgpu_dm.c: /* Implemented only the options currently availible for the driver */ static const struct drm_crtc_funcs amdgpu_dm_crtc_funcs =3D { .reset =3D dm_crtc_reset_state, .destroy =3D amdgpu_dm_crtc_destroy, .gamma_set =3D drm_atomic_helper_legacy_gamma_set, .set_config =3D drm_atomic_helper_set_config, .page_flip =3D drm_atomic_helper_page_flip, .atomic_duplicate_state =3D dm_crtc_duplicate_state, .atomic_destroy_state =3D dm_crtc_destroy_state, }; This line: .set_crc_source =3D amdgpu_dm_crtc_set_crc_source, is not there. --=20 You are receiving this mail because: You are the assignee for the bug.= --15185877421.9E0BC59de.13659 Date: Wed, 14 Feb 2018 05:55:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 14 on bug 10501= 8 from L.S.S.
The first patch got rejected with the most recent 4.15 kernel =
source pulled
using the PKGBUILD file (Feb 14, 2018). The reject file contains:

--- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -2523,6 +2545,8 @@ static const struct drm_crtc_funcs am=
dgpu_dm_crtc_funcs =3D
{
        .atomic_duplicate_state =3D dm_crtc_duplicate_state,
        .atomic_destroy_state =3D dm_crtc_destroy_state,
        .set_crc_source =3D amdgpu_dm_crtc_set_crc_source,
+       .enable_vblank =3D dm_enable_vblank,
+       .disable_vblank =3D dm_disable_vblank,
 };

 static enum drm_connector_status

In the original amdgpu_dm.c:

/* Implemented only the options currently availible for the driver */
static const struct drm_crtc_funcs amdgpu_dm_crtc_funcs =3D {
        .reset =3D dm_crtc_reset_state,
        .destroy =3D amdgpu_dm_crtc_destroy,
        .gamma_set =3D drm_atomic_helper_legacy_gamma_set,
        .set_config =3D drm_atomic_helper_set_config,
        .page_flip =3D drm_atomic_helper_page_flip,
        .atomic_duplicate_state =3D dm_crtc_duplicate_state,
        .atomic_destroy_state =3D dm_crtc_destroy_state,
};

This line:

.set_crc_source =3D amdgpu_dm_crtc_set_crc_source,

is not there.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15185877421.9E0BC59de.13659-- --===============1440689601== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1440689601==--