Message ID | 20241024035552.94363-1-suraj.kandpal@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 E5085D0BB5C for <intel-gfx@archiver.kernel.org>; Thu, 24 Oct 2024 03:56:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7114710E897; Thu, 24 Oct 2024 03:56:12 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Ajue6Dot"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4150310E155; Thu, 24 Oct 2024 03:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729742170; x=1761278170; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=IuwiDkhTa0ZAcaeJz1TnpDpvvRuHZA8RkS7gr+td2KQ=; b=Ajue6Dot2dRSHw+jevp6r/c81lwB9dKdZeVj6bvsx+EU6fTFe/r6X1EC uj8RZaGvWqYMMZQIaxMrL0+xSRHMQ1FerlUii19ZGgyZ31n19f7EJMPoP 2+jXw2WPo65B8hAhmZmWBzA3V/Iov3lURUhLjZfnQkZ6zplvN2N5Y0gJH g6U8YikrtAwGmx6b9YAq3JT6Sw5LwJRo71pqeKlaX4oUOahcbvf64lGPd MmrhJgaFdg2eKS++DsvVbl5n7QnIxTcG8fzWG2bUQ1wFgLkzO3wb8qtcK 5Odvm8FdbuhAbugVjE9gf9ByvXaEb+u2xqV06q8vsr/Pl+tmdNYxKuVU+ w==; X-CSE-ConnectionGUID: jPgMQE2WR7CCaLE0GJztcg== X-CSE-MsgGUID: cXktECA/QJmR6QHeSvVDtA== X-IronPort-AV: E=McAfee;i="6700,10204,11234"; a="28818507" X-IronPort-AV: E=Sophos;i="6.11,228,1725346800"; d="scan'208";a="28818507" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2024 20:56:09 -0700 X-CSE-ConnectionGUID: Yt/6XuvLRPuM5ipKwDPGYA== X-CSE-MsgGUID: sKmm/rpaSZSyP2yZTf/7EA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,228,1725346800"; d="scan'208";a="80128103" Received: from linux-lunar-lake-client-platform.iind.intel.com ([10.227.88.172]) by fmviesa007.fm.intel.com with ESMTP; 23 Oct 2024 20:56:07 -0700 From: Suraj Kandpal <suraj.kandpal@intel.com> To: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Cc: ankit.k.nautiyal@intel.com, matthew.d.roper@intel.com, Suraj Kandpal <suraj.kandpal@intel.com>, Arun R Murthy <arun.r.murthy@intel.com> Subject: [PATCH 0/4] Add 6k resolution support for a single CRTC Date: Thu, 24 Oct 2024 09:25:48 +0530 Message-Id: <20241024035552.94363-1-suraj.kandpal@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 | Add 6k resolution support for a single CRTC | expand |