Re: [PATCH v2 0/2] drm/msm/gen_header: allow skipping the validation

From: Helen Koike
Date: Fri May 10 2024 - 09:38:27 EST




On 03/05/2024 17:23, Dmitry Baryshkov wrote:
On Fri, 3 May 2024 at 21:15, Dmitry Baryshkov
<dmitry.baryshkov@xxxxxxxxxx> wrote:

In order to remove pointless messages regarding missing lxml, skip
validation of MSM register files against the schema. Only the driver
developers really care and/or can fix the files.

Keep the validation enabled during one of DRM CI stages, so that we
still catch errors, introduced by mistake.

Helen, could you please ack merging the second patch through drm/msm tree?

Done.


---
Dmitry Baryshkov (2):
drm/msm/gen_header: allow skipping the validation
drm/ci: validate drm/msm XML register files against schema