Re: [Intel-gfx] [PATCH v4 05/16] drm/i915/hdcp: Move HDCP enc status timeout to header

2020-11-05 Thread Ramalingam C
On 2020-10-27 at 22:11:57 +0530, Anshuman Gupta wrote: > DP MST stream encryption status requires time of a link frame > in order to change its status, but as there were some HDCP > encryption timeout observed earlier, it is safer to use > ENCRYPT_STATUS_CHANGE_TIMEOUT_MS timeout for stream status

[Intel-gfx] [PATCH v4 05/16] drm/i915/hdcp: Move HDCP enc status timeout to header

2020-10-27 Thread Anshuman Gupta
DP MST stream encryption status requires time of a link frame in order to change its status, but as there were some HDCP encryption timeout observed earlier, it is safer to use ENCRYPT_STATUS_CHANGE_TIMEOUT_MS timeout for stream status too, it requires to move the macro to a header. It will be