Re: [PATCH v2 10/10] [CI]drm/xe/xe_late_bind_fw: Select INTEL_MEI_LATE_BIND for CI Do not review

2025-06-07 Thread kernel test robot
ux/commits/Badal-Nilawar/mei-bus-add-mei_cldev_mtu-interface/20250607-015525 base: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20250606175707.1403384-11-badal.nilawar%40intel.com patch subject: [PATCH v2 10/10] [CI]drm/xe/xe_late_bind_

Re: [PATCH v7 10/10] arm64: dts: rockchip: enable NPU on ROCK 5B

2025-06-07 Thread Heiko StĂĽbner
Am Freitag, 6. Juni 2025, 11:20:32 Mitteleuropäische Sommerzeit schrieb Nicolas Frattaroli: > Hi Tomeu, > > On Friday, 6 June 2025 08:28:30 Central European Summer Time Tomeu Vizoso > wrote: > > From: Nicolas Frattaroli > > > > The NPU on the ROCK5B uses the same regulator for both the sram-su

[PATCH 0/3] Support for Adreno X1-45 GPU

2025-06-07 Thread Akhil P Oommen
Add support for X1-45 GPU found in X1P41200 chipset (8 cpu core version). X1-45 is a smaller version of X1-85 with lower core count and smaller memories. From UMD perspective, this is similar to "FD735" present in Mesa. Tested Glmark & Vkmark on Debian Gnome desktop. Signed-off-by: Akhil P Oommen

[PATCH 1/3] arm64: defconfig: Enable X1P42100_GPUCC driver

2025-06-07 Thread Akhil P Oommen
In order to enable GPU support in Snapdragon X1P42100 (8 CPU core version), enable X1P42100 GPUCC driver as a module. Signed-off-by: Akhil P Oommen --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig ind

[PATCH 3/3] arm64: dts: qcom: Add GPU support to X1P42100 SoC

2025-06-07 Thread Akhil P Oommen
X1P42100 SoC has a new GPU called Adreno X1-45 which is a smaller version of Adreno X1-85 GPU. Describe this new GPU and also add the secure gpu firmware path that should used for X1P42100 CRD. Signed-off-by: Akhil P Oommen --- arch/arm64/boot/dts/qcom/x1e80100.dtsi| 7 ++ arch/arm64/boot/

[PATCH 2/3] drm/msm/adreno: Add Adreno X1-45 support

2025-06-07 Thread Akhil P Oommen
Add support for Adreno X1-45 GPU present Snapdragon X1P42100 series of compute chipsets. This GPU is a smaller version of X1-85 GPU with lower core count and smaller internal memories. Signed-off-by: Akhil P Oommen --- drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 38 ++

Re: [PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable

2025-06-07 Thread Piotr Zalewski
On Thursday, June 5th, 2025 at 10:13 PM, Diederik de Haas wrote: > Hi Piotr, > > Since kernel 6.14-rc1 I have the problem that visual output is no longer > shown on my PineTab2 and a `git bisect` pointed to this patch/commit > as the culprit. What is important to note is that `CONFIG_DRM=m` see

Re: [PATCH 2/3] drm/msm/adreno: Add Adreno X1-45 support

2025-06-07 Thread Dmitry Baryshkov
On Sat, Jun 07, 2025 at 07:45:00PM +0530, Akhil P Oommen wrote: > Add support for Adreno X1-45 GPU present Snapdragon X1P42100 > series of compute chipsets. This GPU is a smaller version of > X1-85 GPU with lower core count and smaller internal memories. > > Signed-off-by: Akhil P Oommen > --- >

Re: [PATCH 3/3] arm64: dts: qcom: Add GPU support to X1P42100 SoC

2025-06-07 Thread Dmitry Baryshkov
On Sat, Jun 07, 2025 at 07:45:01PM +0530, Akhil P Oommen wrote: > X1P42100 SoC has a new GPU called Adreno X1-45 which is a smaller > version of Adreno X1-85 GPU. Describe this new GPU and also add > the secure gpu firmware path that should used for X1P42100 CRD. > > Signed-off-by: Akhil P Oommen

Re: [PATCH 1/3] arm64: defconfig: Enable X1P42100_GPUCC driver

2025-06-07 Thread Dmitry Baryshkov
On Sat, Jun 07, 2025 at 07:44:59PM +0530, Akhil P Oommen wrote: > In order to enable GPU support in Snapdragon X1P42100 > (8 CPU core version), enable X1P42100 GPUCC driver as a module. ... it is used on Asus Zenbook A14 and other similar laptops. > > Signed-off-by: Akhil P Oommen > --- > arch

Re: [PATCH v3 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated

2025-06-07 Thread Andrew Morton
On Fri, 6 Jun 2025 06:14:06 + "Kasireddy, Vivek" wrote: > > Also, patch [2/3] addresses a BUG which was introduced into 6.12. > > Presumably we want to backport the fix into -stable? If so, it's > > better to present this as a standalone patch, including the cc:stable > > tag. This is beca

Re: [PATCH v6 01/11] mtd: core: always create master device

2025-06-07 Thread Guenter Roeck
Hi, On Sun, Mar 02, 2025 at 04:09:11PM +0200, Alexander Usyskin wrote: > Create master device without partition when > CONFIG_MTD_PARTITIONED_MASTER flag is unset. > > This streamlines device tree and allows to anchor > runtime power management on master device in all cases. > > Signed-off-by: A