Message ID | 20241231-gpu-acd-v3-0-3ba73660e9ca@quicinc.com |
---|---|
Headers | show
Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6B29215E8B; Mon, 30 Dec 2024 21:11:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735593100; cv=none; b=SgWx4n/uM7SIm2sEOo9Os9itLiqebd7wEU6PhFEMHAiKwasUcHydxDrS/AirAbgWA0mlRd3oDg7uAvwCq5385WAgqzBCOQJoAAJLs4WIKLy7OAZ7tCbZvNQRlD7htfBezu8ofJyJPTXMpkX86snH5q/oPyZ3c27EehIoAabzGOE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735593100; c=relaxed/simple; bh=Q741uALNTB5CNtq/lM82le4OnSfw8mlTzBRmSR8fCd0=; h=From:Subject:Date:Message-ID:MIME-Version:Content-Type:To:CC; b=fF373ZftH88plajw2IgFI/+mjkdsjazcbA0ea8KnxGCLiaA3Q5FkUBFDbLEjt32G9mbGgwWbPXqfGY+3iyGCMLi+Iqlas7XTy3sjtVdw4qkcLITPOgllZdIcPhSnv/OGEjk23Cb+rThWhxbn/3NKmfwd1G6Dh9/O806jHVRGiLg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=Q4idXrPb; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="Q4idXrPb" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BUBxqFi024418; Mon, 30 Dec 2024 21:11:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=wv9LFGqrlufuILlnYrRqDx yHgwXOsry9EMa3kBYHC9s=; b=Q4idXrPbBBMNePk9yiC/bE/hEKPwLpCW6p/awG Ku2J4RozqfvZFDCvnfKBwMbsccbae/87l6cWgl82CYJSrdXyyM0Lgg8pu2TDt8CC r6D8Zi0YAd8kE3xiqlhqZ+96I1asbSusqowC12fenBF2riMY+CQKitpTxsz3SNgr 10K6evttWgHyUMOFO/tz5kl3U+AS5PMyuudzNe4nXD8ABNXCzG/WWWFkO+DEQjhd QZqGgj5WdYz7/KLoY548rGlQcLz7VSusi+4gvJ8Q2kDzz12TLNxf3XnXMZEtg20Y gcMdLezWGdiMfLAqEJaASKLd3qwz4WdVydpRvjieyt+NYiZw== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43uu4ss2xk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 30 Dec 2024 21:11:23 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BULBMhI000535 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 30 Dec 2024 21:11:22 GMT Received: from [10.213.111.143] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 30 Dec 2024 13:11:16 -0800 From: Akhil P Oommen <quic_akhilpo@quicinc.com> Subject: [PATCH v3 0/6] Support for GPU ACD feature on Adreno X1-85 Date: Tue, 31 Dec 2024 02:41:01 +0530 Message-ID: <20241231-gpu-acd-v3-0-3ba73660e9ca@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: <linux-arm-msm.vger.kernel.org> List-Subscribe: <mailto:linux-arm-msm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-arm-msm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIAGUMc2cC/1WPS27DMAwFr2JoXQUi9XGcVe9RdCHTdMJF7FRyh BZB7l45QVN4+cg3Q/CmMifhrA7NTSUukmWearBvjaJTnI6sZahZoUFnWnT6eLnqSIMOBAP5gUY PQdX2JfEo3w/Tx2fNJ8nLnH4e4gLr9M8RXo4C2ujWRRvb0Tkb9u9fVyGZaEfzeZWuBBjALQHsu YMYO9+HDbHeLfi6BQbhn8RKdoQ+Btwb29OWvD9fSFynWZbnH6qPmXXdn2U5NCXswOpErrbvv8L ju9E5AQAA To: Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>, "Konrad Dybcio" <konradybcio@kernel.org>, Abhinav Kumar <quic_abhinavk@quicinc.com>, Dmitry Baryshkov <dmitry.baryshkov@linaro.org>, Marijn Suijten <marijn.suijten@somainline.org>, David Airlie <airlied@gmail.com>, "Simona Vetter" <simona@ffwll.ch>, Viresh Kumar <vireshk@kernel.org>, Nishanth Menon <nm@ti.com>, Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Akhil P Oommen <quic_akhilpo@quicinc.com>, Bjorn Andersson <andersson@kernel.org> CC: <linux-arm-msm@vger.kernel.org>, <dri-devel@lists.freedesktop.org>, <freedreno@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>, <linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org> X-Mailer: b4 0.14.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1735593076; l=3014; i=quic_akhilpo@quicinc.com; s=20240726; h=from:subject:message-id; bh=Q741uALNTB5CNtq/lM82le4OnSfw8mlTzBRmSR8fCd0=; b=ssQq6YvpNmZ0CM+SXHYb5Zg7rAMYz6z3FO8Y4+sbbtTLR21OJc3zD4T5eHgf3oi6BWpWwDXq6 9b/a9LGbUIJCNHAUgp1IjIuEAXPnj8ORP4sj5QeJ1ujsnO5zEtL/Ffh X-Developer-Key: i=quic_akhilpo@quicinc.com; a=ed25519; pk=lmVtttSHmAUYFnJsQHX80IIRmYmXA4+CzpGcWOOsfKA= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: TjhbSJ7Ytiqmqbt8s_WlH6wBjRgX2EpV X-Proofpoint-GUID: TjhbSJ7Ytiqmqbt8s_WlH6wBjRgX2EpV X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 bulkscore=0 adultscore=0 phishscore=0 malwarescore=0 mlxscore=0 spamscore=0 lowpriorityscore=0 mlxlogscore=999 impostorscore=0 suspectscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412300182 |
Series |
Support for GPU ACD feature on Adreno X1-85
|
expand
|