summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2019-08-30 16:32:13 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-10-17 16:29:23 -0400
commitdd8d1b49c04bee2099c9548843c50fa2041cec69 (patch)
tree8aa8fbdfb4505d8f993ed5e51d7878ecf87d6d13 /tools/perf/scripts/python/netdev-times.py
parent3794943cb1026006db9363a3641973b62387e51a (diff)
downloadkernel-dd8d1b49c04bee2099c9548843c50fa2041cec69.tar.gz
drm/amd/display: update odm mode validation to be in line with policy
Previously 8k30 worked with dsc and odm combine due to a workaround that ran the formula a second time with dsc support enable should dsc validation fail. This worked when clocks were low enough for formula to enable odm to lower voltage, however now broke due to increased clocks. This change updates the ODM combine policy within the formula to properly reflect our current policy within DC, only enabling ODM when we have to, as well as adding a check for viewport width when dsc is enabled. As a side effect the redundant call to dml when odm is required is now unnecessary. Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Roman Li <Roman.Li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
t/arch/loongarch/kernel/process.c?h=linux-6.12.y&id=e428e9613531d1ef6bd0d91352899712b29134fb'>LoongArch: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen 2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld 2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He 2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld 2022-08-12LoongArch: Add STACKTRACE supportQing Zhang 2022-08-12LoongArch: Add guess unwinder supportQing Zhang 2022-06-08LoongArch: Fix copy_thread() build errorsHuacai Chen 2022-06-03LoongArch: Add multi-processor (SMP) supportHuacai Chen 2022-06-03LoongArch: Add process managementHuacai Chen