Message ID | cover.1726681620.git.jani.nikula@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 DD6C1CDD54D for <intel-gfx@archiver.kernel.org>; Wed, 18 Sep 2024 17:47:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 77C6910E60A; Wed, 18 Sep 2024 17:47:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Qz3w3yBM"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id BC14D10E293; Wed, 18 Sep 2024 17:47:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726681676; x=1758217676; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=b1VPNqY7LtUE57tQxWFQjqFX5HeNUJK3IUTveKnQ8U8=; b=Qz3w3yBMzgQOy0PTocfB52oLTooocBrMQQUWhPD36J0Wuib/JPELZO2l 8PrIUpZvXBKpa/1Lb248sdpBp26fV1/YZvs/lLvnPGvA5OtnScTXxVMeE jLjq7BlbTkKuRinyyahTruG+EFz+rFOKvbEsgw1MBHQTI2wDLWtXR7jDh PjiC+2NRwpTi1wGdx1mD4YgnBCNzXOvMmT2wfDdBLw0rq/ldBsLoJ6g20 MfaQPfJPkXP5jQdS/RFttusgVwLwdHhD8m5+jmz23ZmeBvxS73X/Vq4OE s7yKbUYEEsuz/l0w49lCI95KbLcsCNJIc66lQE3EWh4p5CIow1CdE2J0I Q==; X-CSE-ConnectionGUID: I8u5yhELSbWBSzUd4XAngQ== X-CSE-MsgGUID: LsL91zpMQf2Fx/TqSBX8aw== X-IronPort-AV: E=McAfee;i="6700,10204,11199"; a="25095098" X-IronPort-AV: E=Sophos;i="6.10,239,1719903600"; d="scan'208";a="25095098" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2024 10:47:55 -0700 X-CSE-ConnectionGUID: 504r4BlNRLCpG1262P/fzg== X-CSE-MsgGUID: AqP/WbUWQ/CmYUsjWeLNpg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,239,1719903600"; d="scan'208";a="74447321" Received: from bergbenj-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.202]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2024 10:47:54 -0700 From: Jani Nikula <jani.nikula@intel.com> To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: jani.nikula@intel.com, ville.syrjala@linux.intel.com Subject: [PATCH v3 0/9] drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c Date: Wed, 18 Sep 2024 20:47:40 +0300 Message-Id: <cover.1726681620.git.jani.nikula@intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Transfer-Encoding: 8bit X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c
|
expand
|