From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 896852E7378; Thu, 28 May 2026 23:55:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780012519; cv=none; b=R+I1iae5cTwqgcurhWNvObPnLTw2+62WGx/8iDboqnDyKg+aXnY4dMCsbTjODlNN495+NfsTf5PiZa6azoMVPU0o8n4rvidz99ga3SD6Qnaljrz5i4Oh4WxL8fK/3E9JCZ+pnJIUhdJhKQFfXzm/QjowsQD/DCsV3OywO0AAxMg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780012519; c=relaxed/simple; bh=UEhzhUG6MuaaQp0VMyiOLTlOoWY2syRFycF3haAGw4U=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=L9ZwEPI2YVyz9itGQWXhvLQ1P8Z4ARUaMsq6+7RC8kOHRcbDjwfuiJ90szYXUcbs4BSJ8ufZuLhwfYJopbhdceJKaEoUOAgOS8MS8BNchqRLLRRSUHJkmo5X/0gYvQPHR5e3brYok4NxLBRynsYC7gLClAhDgqZPHvoimL0ICO0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gn5v7Vyz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Gn5v7Vyz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA1DB1F000E9; Thu, 28 May 2026 23:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780012517; bh=LuxiVg7J0hcoJ8Jco36VJv70g3FFfV7NBvKZ/uFTah8=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Gn5v7Vyz3ldrx2s22pqLmzfOYjEzApo5CUfnJnFXQJQMDSiFITr1i+xPsXEwu2nDd g/+AkHgYp1dVBb5ZjZBZqEzvC8f71OmZC47G8M2e0eHTtPaqVYMjvzq19bDqwMTA4g Mk3Bu41IVaDWKavmIS73O8D6zrJoQUVxHTWORv1fjXMjQV+BjQSdulrgby9ArPiX1O 6iyVZ44oJHgMkIBiBaPgp7ibwJFGXqoHubejKhPtFpPz9oorKw1fZrQXOas8hCA1+4 QUN0UMVsJkyhJR0ZI2i0HDV/cmCtNytUPxbBIoblMOiewCj+daCWVNenyFOHqBzAQP JVnfF42RelqQA== Message-ID: <4e535b56-7b3d-4092-8771-29dd80bea51f@kernel.org> Date: Fri, 29 May 2026 00:55:08 +0100 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 0/6] media: qcom: iris: add support for decoding 10bit formats To: Neil Armstrong , Wangao Wang , Vikash Garodia , Dikshita Agarwal , Abhinav Kumar , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Baryshkov , Bryan O'Donoghue References: <20260521-topic-sm8x50-iris-10bit-decoding-v4-0-8ff8fce3f904@linaro.org> <12102d68-da35-47ea-a972-28cb6d54ce1c@linaro.org> <12da2953-fe51-4999-9656-2b42a7897f91@oss.qualcomm.com> Content-Language: en-US From: Bryan O'Donoghue In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 28/05/2026 14:26, Neil Armstrong wrote: > I'll test it on the Hamoa T14S I have which should be the closest to purwa, > but it uses the same driver setup as SM8550 so I expected it to work the same. Is purwa Iris upstream yet ? It your series works on Hamoa, I see no good reason to gate it further for !upstream Purwa. --- bod