summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>2025-01-03 06:14:24 +0300
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>2025-01-07 10:57:16 +0300
commit939bc3e4d996ba2eebc5a9d8a8cf785cd17b1f93 (patch)
treeb73cfc9cf34156e9ab0dd75fc1c7b81fbf9ee984 /tools/perf/scripts/python/task-analyzer.py
parent173876aa5d4b8d27b99a4288e2501771fd0c9422 (diff)
downloadlinux-939bc3e4d996ba2eebc5a9d8a8cf785cd17b1f93.tar.xz
drm/i915/dp: Return early if dsc is required but not supported
Currently, when bandwidth is insufficient for a given mode, we attempt to use DSC. This is indicated by a debug print, followed by a check for DSC support. The debug message states that we are trying DSC, but DSC might not be supported, which can give an incorrect picture in the logs if we bail out later. Correct the order for both DP and DP MST to: - Check if DSC is required and supported, and return early if DSC is not supported. - Print a debug message to indicate that DSC will be tried next. Suggested-by: Jani Nikula <jani.nikula@linux.intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250103031424.1732774-1-ankit.k.nautiyal@intel.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions