]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: vivid: vidioc_g_edid: do not change the original input EDID
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 24 Jun 2024 09:52:58 +0000 (12:52 +0300)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 28 Jun 2024 06:00:29 +0000 (08:00 +0200)
commite03549dd025392bffc47264d53894e48a387b25d
tree7dfe9336ef453cc7d7afcf24e03b67966dfe7295
parent0bc9574a7a2cac8cf05d1821081cc701e48e75fc
media: vivid: vidioc_g_edid: do not change the original input EDID

Returning an EDID for a connected output would modify the original
input EDID with the physical address of the output. That causes
problems, and it should just update the physical address of the
output EDID.

Update vivid_hdmi_edid to set the physical address to 0.0.0.0.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/test-drivers/vivid/vivid-core.c
drivers/media/test-drivers/vivid/vivid-vid-common.c