Re: [Intel-gfx] [PATCH] drm/i915: Avoid modeset when content protection changes

2020-07-30 Thread Anshuman Gupta
On 2020-07-14 at 21:36:27 +0530, Sean Paul wrote: > From: Sean Paul > > Instead of doing a full modeset to enable/disable content protection, > simply go through the update_pipe flow which was introduced in the > related patch below. This avoids flashing the screen every time the user > starts

[Intel-gfx] [PATCH] drm/i915: Avoid modeset when content protection changes

2020-07-14 Thread Sean Paul
From: Sean Paul Instead of doing a full modeset to enable/disable content protection, simply go through the update_pipe flow which was introduced in the related patch below. This avoids flashing the screen every time the user starts viewing protected content. Related: 634852d1f468 ("drm/i915: