Re: [PATCH 5/5] omapdrm/dss/hdmi4_cec.c: don't set the retransmit count

2018-10-08 Thread Hans Verkuil
On 10/08/2018 02:47 PM, Tomi Valkeinen wrote: > On 04/10/18 12:09, Hans Verkuil wrote: >> From: Hans Verkuil >> >> The HDMI_CEC_DBG_3 register does have a retransmit count, but you >> can't write to it, those bits are read-only. >> >> So drop the attempt to set the retransmit count, since it doesn

Re: [PATCH 5/5] omapdrm/dss/hdmi4_cec.c: don't set the retransmit count

2018-10-08 Thread Tomi Valkeinen
On 04/10/18 12:09, Hans Verkuil wrote: > From: Hans Verkuil > > The HDMI_CEC_DBG_3 register does have a retransmit count, but you > can't write to it, those bits are read-only. > > So drop the attempt to set the retransmit count, since it doesn't > work. > > Signed-off-by: Hans Verkuil > --- >