Re: [PATCH 3/5] drm/omap: hdmi4: simplify CEC Phys Addr handling

2021-02-19 Thread Tomi Valkeinen
On 11/02/2021 12:37, Hans Verkuil wrote: > Switch to using cec_s_phys_addr_from_edid() instead of a two-step process > of calling cec_get_edid_phys_addr() followed by cec_s_phys_addr(). > > Signed-off-by: Hans Verkuil > --- > drivers/gpu/drm/omapdrm/dss/hdmi4.c | 13 ++--- > drivers/

[PATCH 3/5] drm/omap: hdmi4: simplify CEC Phys Addr handling

2021-02-11 Thread Hans Verkuil
Switch to using cec_s_phys_addr_from_edid() instead of a two-step process of calling cec_get_edid_phys_addr() followed by cec_s_phys_addr(). Signed-off-by: Hans Verkuil --- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 13 ++--- drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c | 4 ++-- drivers/gpu/