Message ID | 20221020124437.2429511-1-ankit.k.nautiyal@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 69D1EC4332F for <intel-gfx@archiver.kernel.org>; Thu, 20 Oct 2022 12:44:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4E7EC10E135; Thu, 20 Oct 2022 12:44:29 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1AC5710E104 for <intel-gfx@lists.freedesktop.org>; Thu, 20 Oct 2022 12:44:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666269856; x=1697805856; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xW+1RZ94xsUzMnHhyxWHzLelprJwXhygm9zv6uakxiE=; b=g13Ep/OEg2Hz+4zSzbZEWLnimHwR/IY4xf/0MoR/zTZ6Oq/BYZshOctF SkWIYmt8yHMurKyBZAxtBS7Ibq4AGXRjqrGEM4i14jliaxIM2RXWwybDF ULJyvhGBO08BmUOVG5G2ydxXUxM0SmxTI/aNKOsFlZjufZtegvjLHzWWG witnR+Ybdo01hL+yRaDylKzzLyLj7nHc4PeKqn1G4ZU5KO2dq4bc41S0i oNOBFddx7IGS88vjjqSliW8vWq+AUlafU+5ywyyhRve/j6LLHbYW8T0W7 SgH2R/h0893RIqp6TA31AE1jlFMt4AkIPRobIORCIRWATtDNvhZLV/RXn w==; X-IronPort-AV: E=McAfee;i="6500,9779,10505"; a="294089813" X-IronPort-AV: E=Sophos;i="5.95,198,1661842800"; d="scan'208";a="294089813" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 05:44:15 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10505"; a="804856340" X-IronPort-AV: E=Sophos;i="5.95,198,1661842800"; d="scan'208";a="804856340" Received: from srr4-3-linux-103-aknautiy.iind.intel.com ([10.223.34.160]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 05:44:13 -0700 From: Ankit Nautiyal <ankit.k.nautiyal@intel.com> To: intel-gfx@lists.freedesktop.org Date: Thu, 20 Oct 2022 18:14:34 +0530 Message-Id: <20221020124437.2429511-1-ankit.k.nautiyal@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v2 0/3] Get dsc optimal output bpp 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 | Get dsc optimal output bpp | expand |