On 06/06/2025 14:32, Renjiang Han wrote:
On 6/6/2025 8:56 PM, Krzysztof Kozlowski wrote:
On 06/06/2025 14:51, Renjiang Han wrote:The fallback is only triggered when there is no OPP table in the DT.
On 6/6/2025 8:44 PM, Krzysztof Kozlowski wrote:This does not resolve the main problem at all. If SW cannot use the
On 06/06/2025 14:37, Renjiang Han wrote:Hi Krzysztof
On 6/5/2025 8:34 PM, Bryan O'Donoghue wrote:Did you read my feedback? There is no "once that gets in". DTS is an
On 31/05/2025 01:05, Renjiang Han wrote:yes, let me re-spin this with driver patch alone. Once that gets in,
This statement is confusing.Agree, so we need to make sure that the driver patch is not pickedNote:I'd say 2/3 and 3/3 still depend on 1/3, otherwise we can get video
This series consist of DT patches and a venus driver patch. The patch
1/3, which is venus driver patch, can be picked independently without
having any functional dependency. But patch 2/3 & patch 3/3, which are
DT patches, still depend on [1].
core
on QCS615 over(?)clocked.
after the DT patch.
1/3 states that there will be a fallback if there is no OPP table
present.
Giving the code a glance, I believe that is so, freq_table should be
used if there is no OPP specified in the DT.
I think we are having a hard time here understanding what you are saying.
My understanding:
- venus modification is standalone 1/3
Qcs615 will fallback if no OPP is present
- dt modification 2/3 3/3 is therefore also independent of driver
---
bod
will bring in the DT patches.
independent hardware description and your patchset claiming there is
dependency is just broken.
I am repeating this since few emails, so shall I NAK it that you will
address the main issue you have?
Best regards,
Krzysztof
SC7180 and QCS615 use the same video core. Only difference lies in the
freq_table for the video. Freq_table is generally determined at SOC level.
The Venus driver does not currently handle freq_table compatibility well
across platforms. This patch enables the driver to use the OPP-table from
the DT, addressing the frequency compatibility issue.
fallback alone, your fallback has no meaning and is not only confusing
but actually incorrect. And based on previous statements like
"overclocking" it is not only incorrect, but even harmful.
Best regards,
Krzysztof
Since the QCS615 DT will include an OPP table, the fallback logic will
not be used.
Also, if the freq from the freq_table and the OPP table are the same,
would it be acceptable to drop the freq_table from the driver?
If you drop the freq_table, you will need to apply OPPs for the sc7180 to DTS first before venus or you'll break sc7180.
I think TBH you should add a freq_tbl for QCS615 and make it so the order of patch application doesn't matter wrt adding OPP support.
- Add QCS freq_tbl
- Add OPP support
Then do whatever in DTS, nothing can break in this case.
As we've established the fallback isn't a fallback because it falls back to wrong data, so lets fix that.