From patchwork Fri Sep 25 13:16:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= X-Patchwork-Id: 11799753 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9E747139F for ; Fri, 25 Sep 2020 13:17:01 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7980423718 for ; Fri, 25 Sep 2020 13:17:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7980423718 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8C8CF6ECE8; Fri, 25 Sep 2020 13:17:00 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 770A96ECE8 for ; Fri, 25 Sep 2020 13:16:59 +0000 (UTC) IronPort-SDR: yhtdnjJRJm3g460EXxqLsJx6w4JV1TsNqR8iNklqAvRsZAIs4UZuddjP0B1/kwuL19UXKhBYPw gul8P3G/0Zww== X-IronPort-AV: E=McAfee;i="6000,8403,9754"; a="246302201" X-IronPort-AV: E=Sophos;i="5.77,302,1596524400"; d="scan'208";a="246302201" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2020 06:16:59 -0700 IronPort-SDR: 8ivMu7ZMiQsJg8Bx+qnJIGW2icJ5aoDzA780ylIckMmoz+uNDRwfzTO+0qIA9DSXSci7Gnn6iO IINtJp4ZCRbQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,302,1596524400"; d="scan'208";a="348382776" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by FMSMGA003.fm.intel.com with SMTP; 25 Sep 2020 06:16:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Fri, 25 Sep 2020 16:16:56 +0300 From: Ville Syrjala To: intel-gfx@lists.freedesktop.org Date: Fri, 25 Sep 2020 16:16:47 +0300 Message-Id: <20200925131656.10022-1-ville.syrjala@linux.intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/9] drm/i915: Finish (de)gamma readout prep bits 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" From: Ville Syrjälä The easy prep stuff from my earlier (de)gamma readout series. All reviewed already by Uma (thanks). The rest of that series still needs some work. Ville Syrjälä (9): drm/i915: Fix state checker hw.active/hw.enable readout drm/i915: Move MST master transcoder dump earlier drm/i915: Include the LUT sizes in the state dump drm/i915: s/glk_read_lut_10/bdw_read_lut_10/ drm/i915: Reset glk degamma index after programming/readout drm/i915: Shuffle chv_cgm_gamma_pack() around a bit drm/i915: Relocate CHV CGM gamma masks drm/i915: Polish bdw_read_lut_10() a bit drm/i915: Replace some gamma_mode ifs with switches drivers/gpu/drm/i915/display/intel_color.c | 124 ++++++++++++++----- drivers/gpu/drm/i915/display/intel_display.c | 25 ++-- drivers/gpu/drm/i915/i915_reg.h | 9 +- 3 files changed, 113 insertions(+), 45 deletions(-)