diff options
author | Ondrej Jirman <[email protected]> | 2022-10-23 18:07:47 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-10-29 14:41:06 +0200 |
commit | 553c5a429aee26c9cfaf37ae158a8915540270fe (patch) | |
tree | efbe28ba1a9c29bc03b9c2d07973467be70625e6 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | ab78c74cfc5a3caa2bbb7627cb8f3bca40bb5fb0 (diff) |
drm/rockchip: dsi: Fix VOP selection on SoCs that support it
lcdsel_grf_reg is defined as u32, so "< 0" comaprison is always false,
which breaks VOP selection on eg. RK3399. Compare against 0.
Fixes: f3aaa6125b6f ("drm/rockchip: dsi: add rk3568 support")
Signed-off-by: Ondrej Jirman <[email protected]>
Tested-by: Chris Morgan <[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/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions