From: Deepa Guthyappa Madivalara <deepa.madivalara@oss.qualcomm.com>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Vikash Garodia <vikash.garodia@oss.qualcomm.com>,
Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>,
Abhinav Kumar <abhinav.kumar@linux.dev>,
Bryan O'Donoghue <bod@kernel.org>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, kernel test robot <lkp@intel.com>
Subject: Re: [PATCH v7 4/5] media: iris: Define AV1-specific platform capabilities and properties
Date: Tue, 9 Dec 2025 16:41:33 -0800 [thread overview]
Message-ID: <797f93b5-e31c-4ee8-96fd-4d974daa0b3c@oss.qualcomm.com> (raw)
In-Reply-To: <422cf96b-9f5e-4497-b151-7050f4f11924@linaro.org>
On 12/6/2025 3:36 PM, Bryan O'Donoghue wrote:
> On 10/11/2025 17:21, Deepa Guthyappa Madivalara wrote:
>> #define HFI_PROP_BUFFER_MARK 0x0300016c
>> +#define HFI_PROP_WORST_COMPRESSION_RATIO 0x03000174
>> +#define HFI_PROP_WORST_COMPLEXITY_FACTOR 0x03000175
>> #define HFI_PROP_RAW_RESOLUTION 0x03000178
>> #define HFI_PROP_TOTAL_PEAK_BITRATE 0x0300017C
>> -#define HFI_PROP_OPB_ENABLE 0x03000184
>> +#define HFI_PROP_AV1_FILM_GRAIN_PRESENT 0x03000180
>> +#define HFI_PROP_AV1_SUPER_BLOCK_ENABLED 0x03000181
>> +#define HFI_PROP_AV1_OP_POINT 0x03000182
>> +#define HFI_PROP_OPB_ENABLE 0x03000184
>> +#define HFI_PROP_AV1_TILE_ROWS_COLUMNS 0x03000187
>> +#define HFI_PROP_AV1_DRAP_CONFIG 0x03000189
>> #define HFI_PROP_COMV_BUFFER_COUNT 0x03000193
>> +#define HFI_PROP_AV1_UNIFORM_TILE_SPACING 0x03000197
>
> I'll fix this for you because I'm infinitely sound BUT
>
> #define HFI_PROP_AV1_FILM_GRAIN_PRESENT 0x03000180
> #define HFI_PROP_AV1_SUPER_BLOCK_ENABLED 0x03000181
> #define HFI_PROP_AV1_OP_POINT 0x03000182
> #define HFI_PROP_OPB_ENABLE 0x03000184
> #define HFI_PROP_AV1_TILE_ROWS_COLUMNS 0x03000187
> #define HFI_PROP_AV1_DRAP_CONFIG 0x03000189
>
> please stop using whitespace for tabs !
>
> ---
> bod
Sorry, updated to tabs in v9.
>
next prev parent reply other threads:[~2025-12-10 0:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-10 17:20 [PATCH v7 0/5] Enable support for AV1 stateful decoder Deepa Guthyappa Madivalara
2025-11-10 17:20 ` [PATCH v7 1/5] media: uapi: videodev2: Add " Deepa Guthyappa Madivalara
2025-11-11 7:56 ` Hans Verkuil
2025-11-10 17:20 ` [PATCH v7 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc() Deepa Guthyappa Madivalara
2025-11-11 7:56 ` Hans Verkuil
2025-11-10 17:20 ` [PATCH v7 3/5] media: iris: Add support for AV1 format in iris decoder Deepa Guthyappa Madivalara
2025-11-10 17:21 ` [PATCH v7 4/5] media: iris: Define AV1-specific platform capabilities and properties Deepa Guthyappa Madivalara
2025-12-06 23:36 ` Bryan O'Donoghue
2025-12-10 0:41 ` Deepa Guthyappa Madivalara [this message]
2025-11-10 17:21 ` [PATCH v7 5/5] media: iris: Add internal buffer calculation for AV1 decoder Deepa Guthyappa Madivalara
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=797f93b5-e31c-4ee8-96fd-4d974daa0b3c@oss.qualcomm.com \
--to=deepa.madivalara@oss.qualcomm.com \
--cc=abhinav.kumar@linux.dev \
--cc=bod@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=dikshita.agarwal@oss.qualcomm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=lkp@intel.com \
--cc=mchehab@kernel.org \
--cc=vikash.garodia@oss.qualcomm.com \
/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