RE: [Intel-gfx] [PATCH v6 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check

2023-03-09 Thread Kandpal, Suraj
rg; > markyac...@chromium.org; anders...@kernel.org; > diand...@chromium.org; tzimmerm...@suse.de; > dmitry.barysh...@linaro.org; seanp...@chromium.org > Subject: [Intel-gfx] [PATCH v6 02/10] drm/hdcp: Avoid changing crtc state in > hdcp atomic check > > From: Sean Paul > >

Re: [PATCH v6 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check

2023-01-19 Thread Dmitry Baryshkov
On 18/01/2023 21:30, Mark Yacoub wrote: From: Sean Paul Instead of forcing a modeset in the hdcp atomic check, simply return true if the content protection value is changing and let the driver decide whether a modeset is required or not. I don't think this is a good idea. All foo_atomic_check

[PATCH v6 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check

2023-01-18 Thread Mark Yacoub
From: Sean Paul Instead of forcing a modeset in the hdcp atomic check, simply return true if the content protection value is changing and let the driver decide whether a modeset is required or not. Acked-by: Jani Nikula Reviewed-by: Rodrigo Vivi Signed-off-by: Sean Paul Signed-off-by: Mark Ya