From patchwork Thu May 19 09:51:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Modem, Bhanuprakash" X-Patchwork-Id: 12854724 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 EBFC7C433FE for ; Thu, 19 May 2022 09:54:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 650BF11B31C; Thu, 19 May 2022 09:54:51 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 07A9B11B31C; Thu, 19 May 2022 09:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652954090; x=1684490090; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=gLrNbsLL4R1/Ij+moC1oZoITvN+dHCZida9/VCiLqr0=; b=F9N5/gqf6c6nh0UYr2Epdilld0hsJbSL+lquR2WHkeKcZ2pCiQ/fLRlD dctaJbov0k/dpBEc8/L8dI6VGxyTjMxOukJaUdfK3Q+WKYGD+JzwxhXN7 PX132EAE6F3SBpUsGjK8bI+5X4LWzDPjEqdZfHCLxbnQxPrY/7J60oyEg Wa4cPp2FTFpHddvCD6XarXKR8RrUXzhjJ09NZpyHpLtrAEqCqABL3bwFf xRPiRXWQlkgm+pvXJRl1cJy/A2/WtVCrC5LkdlJOQ9aj3lCcFwjFd8XBN 2TMcKf6WW2Tw04cBH4bBDtbGSjKFfH9o5gEN4rhYSqC1QBEajEOYslnov w==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="252019937" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="252019937" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:54:49 -0700 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="606404149" Received: from bhanu-nuclab.iind.intel.com ([10.145.162.173]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:54:47 -0700 From: Bhanuprakash Modem To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org Date: Thu, 19 May 2022 15:21:46 +0530 Message-Id: <20220519095149.3560034-1-bhanuprakash.modem@intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [Intel-gfx] [CI 0/3] Expose max and current bpc via debugfs X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This series will expose the Connector's max supported bpc via connector debugfs and Crtc's current bpc via crtc debugfs. Also move the existing vendor specific "output_bpc" logic to drm. Bhanuprakash Modem (3): drm/debug: Expose connector's max supported bpc via debugfs drm/i915/display/debug: Expose crtc current bpc via debugfs drm/amd/display: Move connector debugfs to drm .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 -- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 38 +++++++------------ .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.h | 2 - drivers/gpu/drm/drm_debugfs.c | 21 ++++++++++ .../drm/i915/display/intel_display_debugfs.c | 28 ++++++++++++++ 5 files changed, 62 insertions(+), 31 deletions(-) --- 2.35.1