devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Akhil P Oommen <quic_akhilpo@quicinc.com>
Cc: freedreno <freedreno@lists.freedesktop.org>,
	dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
	Rob Clark <robdclark@gmail.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Daniel Vetter <daniel@ffwll.ch>, David Airlie <airlied@gmail.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Maxime Ripard <mripard@kernel.org>, Rob Herring <robh@kernel.org>,
	Sean Paul <sean@poorly.run>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 0/3] Support for Adreno X1-85 GPU
Date: Mon, 24 Jun 2024 12:21:05 +0200	[thread overview]
Message-ID: <6c06238b-14ce-4e7d-b0fd-33749c62213c@kernel.org> (raw)
In-Reply-To: <20240624062145.nkqlh2szazvjigk7@hu-akhilpo-hyd.qualcomm.com>

On 24/06/2024 08:21, Akhil P Oommen wrote:
> On Sun, Jun 23, 2024 at 01:11:48PM +0200, Krzysztof Kozlowski wrote:
>> On 23/06/2024 13:06, Akhil P Oommen wrote:
>>> This series adds support for the Adreno X1-85 GPU found in Qualcomm's
>>> compute series chipset, Snapdragon X1 Elite (x1e80100). In this new
>>> naming scheme for Adreno GPU, 'X' stands for compute series, '1' denotes
>>> 1st generation and '8' & '5' denotes the tier and the SKU which it
>>> belongs.
>>>
>>> X1-85 has major focus on doubling core clock frequency and bandwidth
>>> throughput. It has a dedicated collapsible Graphics MX rail (gmxc) to
>>> power the memories and double the number of data channels to improve
>>> bandwidth to DDR.
>>>
>>> Mesa has the necessary bits present already to support this GPU. We are
>>> able to bring up Gnome desktop by hardcoding "0xffff43050a01" as
>>> chipid. Also, verified glxgears and glmark2. We have plans to add the
>>> new chipid support to Mesa in next few weeks, but these patches can go in
>>> right away to get included in v6.11.
>>>
>>> This series is rebased on top of v6.10-rc4. P3 cherry-picks cleanly on
>>> qcom/for-next.
>>>
>>> P1 & P2 for Rob, P3 for Bjorn to pick up.
>>
>> Which Rob?
> 
> Sorry for the confusion! I meant Rob Clark whom I had added in the "To:"
> list.

OK, thanks for confirming, it is correct.

Best regards,
Krzysztof


      reply	other threads:[~2024-06-24 10:21 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23 11:06 [PATCH v1 0/3] Support for Adreno X1-85 GPU Akhil P Oommen
2024-06-23 11:06 ` [PATCH v1 1/3] dt-bindings: display/msm/gmu: Add Adreno X185 GMU Akhil P Oommen
2024-06-23 11:13   ` Krzysztof Kozlowski
2024-06-23 12:40   ` Krzysztof Kozlowski
2024-06-26  7:46     ` Akhil P Oommen
2024-06-23 11:06 ` [PATCH v1 3/3] arm64: dts: qcom: x1e80100: Add gpu support Akhil P Oommen
2024-06-23 11:17   ` Krzysztof Kozlowski
2024-06-23 12:28     ` Akhil P Oommen
2024-06-23 12:53       ` Krzysztof Kozlowski
2024-06-23 15:16         ` Akhil P Oommen
2024-06-23 20:05           ` Krzysztof Kozlowski
2024-06-23 20:40           ` Bjorn Andersson
2024-06-23 21:01             ` Akhil P Oommen
2024-06-23 21:23   ` Dmitry Baryshkov
2024-06-26 21:00     ` Akhil P Oommen
2024-06-24 13:57   ` Konrad Dybcio
2024-06-26 21:04     ` Akhil P Oommen
2024-06-26 21:39       ` Konrad Dybcio
2024-06-27  7:36   ` kernel test robot
2024-06-27 20:22   ` kernel test robot
2024-06-28 13:44   ` kernel test robot
2024-06-29 10:28   ` kernel test robot
2024-06-23 11:11 ` [PATCH v1 0/3] Support for Adreno X1-85 GPU Krzysztof Kozlowski
2024-06-23 21:24   ` Dmitry Baryshkov
2024-06-24  6:21   ` Akhil P Oommen
2024-06-24 10:21     ` Krzysztof Kozlowski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c06238b-14ce-4e7d-b0fd-33749c62213c@kernel.org \
    --to=krzk@kernel.org \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_akhilpo@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh@kernel.org \
    --cc=sean@poorly.run \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).