Message ID | 20241120054613.3797587-1-nemesa.garg@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 D0D21D6E2BA for <dri-devel@archiver.kernel.org>; Wed, 20 Nov 2024 05:44:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D52510E38A; Wed, 20 Nov 2024 05:44:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="hC3YrrIG"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4D33110E38A for <dri-devel@lists.freedesktop.org>; Wed, 20 Nov 2024 05:44:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1732081498; x=1763617498; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=qaGX5D6vHVOqoHepDuZEEYhHiggL1J8V7BQMjLnmsvQ=; b=hC3YrrIGJ9BlREDsxUWpMITaSNskoCGt8Cr5VccnqOWuVw5tyiwXmcD+ QI2JdMgzrrdgqUtcgHK+iD3diieFIQzN0ErvfOAULKRFptfdC59NNYWSG Xrls30d4ryY/DDalJjGxfCfMiWLBn8ladmW2omwMhcsLv76MBIve5qhri FTs5Kv/HgZcLTiF1XMhGP3lyR3tEoNyYg+Vr4jrqKQ7yDyB48RYspjbAD GfQA8x08illU07zBWsooDiRcBTNDvVhg1Vkc4uMhCGQ24mKBUqikjlFlz IUZyS98xgxRN6lxZN1X/0duvUOJ/NZ/GE+on2tAnEabIGZOdkx+Ym7cKj g==; X-CSE-ConnectionGUID: TtJVRERiSzmOnJ0P13FQDQ== X-CSE-MsgGUID: 4Is/0ZZkQYmpLHwm0RMXlA== X-IronPort-AV: E=McAfee;i="6700,10204,11261"; a="31867785" X-IronPort-AV: E=Sophos;i="6.12,168,1728975600"; d="scan'208";a="31867785" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2024 21:44:58 -0800 X-CSE-ConnectionGUID: yKHtKIZKR0CJcyQTzYvDCQ== X-CSE-MsgGUID: 9bDk9Y1WS/mkYPgAI4oU1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,168,1728975600"; d="scan'208";a="89606855" Received: from nemesa.iind.intel.com ([10.190.239.22]) by fmviesa007.fm.intel.com with ESMTP; 19 Nov 2024 21:44:57 -0800 From: Nemesa Garg <nemesa.garg@intel.com> To: dri-devel@lists.freedesktop.org Cc: Nemesa Garg <nemesa.garg@intel.com> Subject: [PATCH 0/5] Introduce drm sharpness property Date: Wed, 20 Nov 2024 11:16:08 +0530 Message-Id: <20241120054613.3797587-1-nemesa.garg@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Introduce drm sharpness property
|
expand
|