Message ID | 20250220104144.207526-1-vinod.govindapillai@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 67C7DC021B4 for <dri-devel@archiver.kernel.org>; Thu, 20 Feb 2025 10:42:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 82D2010E923; Thu, 20 Feb 2025 10:42:26 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="GrH4cl+o"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id AD34410E91F; Thu, 20 Feb 2025 10:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740048145; x=1771584145; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=biMKGB8Q3XhOzeDLaRUtxW6uxjpXXVziTWF2gU/tjz8=; b=GrH4cl+osPhE/qy7d3nowm1B4ly0yjHnEVfnslRIkqfSdv7eQFxxj3yy 3RTV5LsgR97HBbXI4GzqbbfYe/Y9k0H4o8oJwiD+FNq56fh9gFibfJJNl U1fw+ykwl9zp0f/xvtVZUDDG3MrO6BjZx7scGfFPUi6onOdP5cnqZLoef 0RJ2pN+/AHukn3RfSSPPrQm8Kf1JXDrSRodnpiM/wfSe7N31kTUu+5CsS NmpIafkiV/cNihMCRV0kzdXSAh/36kald3K0eeEG+V/pal6mSHMUZq7HA fr2na2uB4sEKoohe9NjdWcCokjLcY+3lQTPTepxIHsP413hfKLeyHvVkc A==; X-CSE-ConnectionGUID: tO0L7hCKRX6OG0FKygNnmg== X-CSE-MsgGUID: 2M95vMkVTQOjtmL00Ox5hw== X-IronPort-AV: E=McAfee;i="6700,10204,11350"; a="51804867" X-IronPort-AV: E=Sophos;i="6.13,301,1732608000"; d="scan'208";a="51804867" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2025 02:42:25 -0800 X-CSE-ConnectionGUID: EcF4jmMsQa6RYugytuMj2Q== X-CSE-MsgGUID: PzpXFFeGRCSg9qGPdU09yw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,301,1732608000"; d="scan'208";a="119941902" Received: from slindbla-desk.ger.corp.intel.com (HELO vgovind2-mobl3.intel.com) ([10.245.246.224]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2025 02:42:21 -0800 From: Vinod Govindapillai <vinod.govindapillai@intel.com> To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org, vinod.govindapillai@intel.com, ville.syrjala@linux.intel.com, santhosh.reddy.guddati@intel.com, jani.saarinen@intel.com Subject: [PATCH v9 0/8] drm/i915/fbc: FBC Dirty rect feature support Date: Thu, 20 Feb 2025 12:41:36 +0200 Message-ID: <20250220104144.207526-1-vinod.govindapillai@intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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 |
drm/i915/fbc: FBC Dirty rect feature support
|
expand
|