Re: [PATCH] drm/bridge: it6505: handle HDCP request

2022-11-14 Thread Hsin-Yi Wang
On Tue, Nov 1, 2022 at 7:20 PM Hsin-Yi Wang wrote: > > it6505 supports HDCP 1.3, but current implementation lacks the update of > HDCP status through drm_hdcp_update_content_protection(). it6505 default > enables the HDCP. If user set it to undesired then the driver will stop > HDCP. > >

[PATCH] drm/bridge: it6505: handle HDCP request

2022-11-01 Thread Hsin-Yi Wang
it6505 supports HDCP 1.3, but current implementation lacks the update of HDCP status through drm_hdcp_update_content_protection(). it6505 default enables the HDCP. If user set it to undesired then the driver will stop HDCP. Signed-off-by: Hsin-Yi Wang --- drivers/gpu/drm/bridge/ite-it6505.c |