diff options
author | Sascha Hauer <[email protected]> | 2023-02-16 11:24:45 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-03-09 01:14:25 +0100 |
commit | de13db32b0f89a040b50a51d129b9443159a660a (patch) | |
tree | b85b8badef0277942c82cb9fb29ff0296b533cf2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8e140cb60270ee8b5b41e80806323c668d8d4da9 (diff) |
drm/rockchip: dw_hdmi: relax mode_valid hook
The driver checks if the pixel clock of the given mode matches an entry
in the mpll config table. At least for the Synopsys phy the frequencies
in the mpll table are meant as a frequency range up to which the entry
works, not as a frequency that must match the pixel clock. Return
MODE_OK when the pixelclock is smaller than one of the mpll frequencies
to allow for more display resolutions.
Limit this behaviour to the Synopsys phy at the moment and keep the
current behaviour of forcing exact pixelclock rates for the other phys
until it has been sorted out how and if the vendor specific phys work
with non standard clock rates.
Tested-by: Michael Riesch <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Nicolas Frattaroli <[email protected]>
Tested-by: Dan Johansen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sascha Hauer <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions