From patchwork Wed Aug 7 13:36:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jocelyn Falempe X-Patchwork-Id: 13756320 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6AC1AC3DA7F for ; Wed, 7 Aug 2024 13:49:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C699010E51A; Wed, 7 Aug 2024 13:49:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="VsKvubBq"; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 99D9B10E51A for ; Wed, 7 Aug 2024 13:49:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1723038557; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OUkKkxHcSQUKYOgRX8M/vkro1yHQIMueYloHwUqWT5M=; b=VsKvubBqwd6CV6Q9NgVzELXgVjeqy0/1E+3dFZ81wxB3HfUkd5wsLsprQ3fTxfVNhzbYla cHnHzg1jlP4m2XhICijiT05hlcU6edtvDrs8a5Wa7CQN54bc3ZvwU3oPNy1AmcyOV1mhWj AIBO41Ecm2E0pa7YtW2grx3ZdHHz/P8= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-503-miAjHzx7Pcqiz6dLKCTGKQ-1; Wed, 07 Aug 2024 09:49:14 -0400 X-MC-Unique: miAjHzx7Pcqiz6dLKCTGKQ-1 Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 8C7EE1944D3A; Wed, 7 Aug 2024 13:49:11 +0000 (UTC) Received: from hydra.redhat.com (unknown [10.39.193.86]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 88E0D19560A3; Wed, 7 Aug 2024 13:49:08 +0000 (UTC) From: Jocelyn Falempe To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Javier Martinez Canillas , Michal Wajdeczko , dri-devel@lists.freedesktop.org Cc: Jocelyn Falempe Subject: [PATCH v2 0/5] drm/panic: Cleanup and add panic description Date: Wed, 7 Aug 2024 15:36:09 +0200 Message-ID: <20240807134902.458669-1-jfalempe@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This small series removes unused export symbols, moves internal include to drm_crtc_internal.h, and adds the panic description, now that kmsg_dump provides this information. v2: * Use a macro PANIC_MSG_LINES, instead of directly using the indice in drm_panic_set_description() (Sima) * Add drm_panic_clear_description() to make sure the stack allocated pointer won't be used. (Sima) * use the macro PANIC_MSG_LINES also in draw_panic_static_user() Jocelyn Falempe (5): drm/panic: Remove space before "!" in panic message drm/panic: Remove useless export symbols drm/panic: Move drm_panic_register prototype to drm_crtc_internal.h drm/panic: Move copyright notice to the top drm/panic: Add panic description drivers/gpu/drm/drm_crtc_internal.h | 4 ++ drivers/gpu/drm/drm_panic.c | 60 +++++++++++++++++++++-------- include/drm/drm_panic.h | 21 +++------- 3 files changed, 54 insertions(+), 31 deletions(-) base-commit: f7f3ddb6e5c8dc7b621fd8c0903ea42190d67452