lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240910-liberal-platinum-scorpion-d43cff@houat>
Date: Tue, 10 Sep 2024 10:40:38 +0200
From: Maxime Ripard <mripard@...nel.org>
To: Abhinav Kumar <quic_abhinavk@...cinc.com>
Cc: dri-devel@...ts.freedesktop.org, 
	Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Thomas Zimmermann <tzimmermann@...e.de>, 
	David Airlie <airlied@...il.com>, Daniel Vetter <daniel@...ll.ch>, linux-arm-msm@...r.kernel.org, 
	freedreno@...ts.freedesktop.org, robdclark@...il.com, dmitry.baryshkov@...aro.org, 
	quic_jesszhan@...cinc.com, linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH] drm: allow encoder mode_set even when connectors
 change for crtc

Hi,

On Mon, Sep 09, 2024 at 12:59:47PM GMT, Abhinav Kumar wrote:
> On 9/9/2024 6:37 AM, Maxime Ripard wrote:
> > Hi,
> > 
> > On Thu, Sep 05, 2024 at 03:11:24PM GMT, Abhinav Kumar wrote:
> > > In certain use-cases, a CRTC could switch between two encoders
> > > and because the mode being programmed on the CRTC remains
> > > the same during this switch, the CRTC's mode_changed remains false.
> > > In such cases, the encoder's mode_set also gets skipped.
> > > 
> > > Skipping mode_set on the encoder for such cases could cause an issue
> > > because even though the same CRTC mode was being used, the encoder
> > > type could have changed like the CRTC could have switched from a
> > > real time encoder to a writeback encoder OR vice-versa.
> > > 
> > > Allow encoder's mode_set to happen even when connectors changed on a
> > > CRTC and not just when the mode changed.
> > > 
> > > Signed-off-by: Abhinav Kumar <quic_abhinavk@...cinc.com>
> > 
> > The patch and rationale looks sane to me, but we should really add kunit
> > tests for that scenarii.
> > 
> 
> Thanks for the review.
> 
> We have a IGT for recreating this scenario and thats how this issue was
> captured
> 
> kms_writeback --run-subtest writeback-check-output -c <primary display mode>
> 
> We had added an option ( 'c' - custom mode) a couple of yrs ago to allow
> writeback to be tested using any mode the user passes in (https://lore.kernel.org/r/all/YuJhGkkxah9U6FGx@platvala-desk.ger.corp.intel.com/T/)
> 
> If we pass in the same resolution as the primary RT display, this scenario
> always happens as the CRTC switches between RT encoder and WB encoder. Hope
> that addresses some of the concern.

Unless it can easily be run in some sort of CI loop by anyone
contributing to that part of the kernel, it doesn't.

Don't get me wrong, it's a great feature, but it doesn't help making
sure that issue never creeps back in.

> Regarding KUnit tests, I have a couple of questions:
> 
> 1) This is more of a run-time scenario where CRTC switch happens, does this
> qualify for a KUnit or perhaps I am missing something.

We've been using kunit to perform integration tests in the kernel too,
so I would say that it definitely qualifies.

> 2) Is there any existing KUnit test file under drm/tests for validating
> drm_atomic_helper_commit_modeset_disables() /
> drm_atomic_helper_commit_modeset_enables() path because this will fall under
> that bucket. I didnt find any matching case where we can extend this.

We don't have that at the moment, but we shouldn't be too far off. The
HDMI framework I contributed some months ago for example has all the
mode checking infrastructure in kunit. So you already have some way to
create a driver, a new state, modify that state and check it.

The only thing missing in your case is being able to commit it and check
that it has run, which shouldn't be too hard

Maxime

Download attachment "signature.asc" of type "application/pgp-signature" (274 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ