Re: [PATCH v6 1/3] drm_bridge: register content protect property

2022-11-17 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 9:12 AM Hsin-Yi Wang wrote: > > On Thu, Nov 17, 2022 at 11:57 PM Doug Anderson wrote: > > > > Hi, > > > > On Thu, Nov 17, 2022 at 3:08 AM Hsin-Yi Wang wrote: > > > > > > Some bridges are able to update HDCP status from userspace request if > > > they support HDCP. >

Re: [PATCH v6 1/3] drm_bridge: register content protect property

2022-11-17 Thread Hsin-Yi Wang
On Thu, Nov 17, 2022 at 11:57 PM Doug Anderson wrote: > > Hi, > > On Thu, Nov 17, 2022 at 3:08 AM Hsin-Yi Wang wrote: > > > > Some bridges are able to update HDCP status from userspace request if > > they support HDCP. > > > > HDCP property is the same as other connector properties that needs to

Re: [PATCH v6 1/3] drm_bridge: register content protect property

2022-11-17 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 3:08 AM Hsin-Yi Wang wrote: > > Some bridges are able to update HDCP status from userspace request if > they support HDCP. > > HDCP property is the same as other connector properties that needs to be > created after the connecter is initialized and before the connector

[PATCH v6 1/3] drm_bridge: register content protect property

2022-11-17 Thread Hsin-Yi Wang
Some bridges are able to update HDCP status from userspace request if they support HDCP. HDCP property is the same as other connector properties that needs to be created after the connecter is initialized and before the connector is registered. If there exists a bridge that supports HDCP, add the