aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAditya Swarup <[email protected]>2019-05-07 11:18:56 -0700
committerVille Syrjälä <[email protected]>2019-05-07 21:49:57 +0300
commit3fad10dbb688a7583a6812bf74bee2a56e95d04c (patch)
treebfbd1e1e49dc11b6b58c332d109fda58a514e39b /tools/perf/scripts/python
parent9ab91a30f2b95ed49404516b760577350cf1d245 (diff)
drm/i915/icl: Fix setting 10 bit deep color mode
There is a bug in hdmi_deep_color_possible() - we compare pipe_bpp <= 8*3 which returns true every time for hdmi_deep_color_possible 12 bit deep color mode test in intel_hdmi_compute_config().(Even when the requested color mode is 10 bit through max bpc property) Comparing pipe_bpp with bpc * 3 takes care of this condition where requested max bpc is 10 bit, so hdmi_deep_color_possible with 12 bit returns false when requested max bpc is 10.(Ville) v2:Add suggested by Ville Syrjälä Suggested-by: Ville Syrjälä <[email protected]> Signed-off-by: Aditya Swarup <[email protected]> Cc: Jani Nikula <[email protected]> Cc: Manasi Navare <[email protected]> Cc: Clinton Taylor <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions