media: vivid: fix incorrect PA assignment to HDMI outputs
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 20 Mar 2020 11:13:37 +0000 (12:13 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 24 Mar 2020 16:06:24 +0000 (17:06 +0100)
commit2d772da98d3bb462f6c1930d444f597977448319
treec2ced67c7ab740ab6418d5ab6fc5967550d8cf21
parent9a43ccb50ec0d3527b84b9c8755f39336612569f
media: vivid: fix incorrect PA assignment to HDMI outputs

The initial physical address was one too low for the outputs.
E.g. if 1.0.0.0 was expected, then it was set to 0.0.0.0, and
2.0.0.0 became 1.0.0.0.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Johan Korsnes <johan.korsnes@gmail.com>
Fixes: 4ee895e71abb ("media: vivid: reorder CEC allocation and control set-up")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/vivid/vivid-core.c