[PATCH i-g-t 1/5] tools/intel_vbt_decode: Split up DSI VBT defs to a separate file
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Aug 19 12:22:51 UTC 2025
Hi Jani,
On 2025-08-19 at 13:02:58 +0300, Jani Nikula wrote:
> On Mon, 18 Aug 2025, Kamil Konieczny <kamil.konieczny at linux.intel.com> wrote:
> > Hi Jani,
> > On 2025-08-14 at 15:48:52 +0300, Jani Nikula wrote:
> >> diff --git a/tools/intel_dsi_vbt_defs.h b/tools/intel_dsi_vbt_defs.h
> >> new file mode 100644
> >> index 000000000000..f83d42ed0c5a
> >> --- /dev/null
> >> +++ b/tools/intel_dsi_vbt_defs.h
> >> @@ -0,0 +1,183 @@
> >> +/* SPDX-License-Identifier: MIT */
> >> +/* Copyright © 2025 Intel Corporation */
> >> +
> >> +#ifndef __INTEL_DSI_VBT_DEFS_H__
> >> +#define __INTEL_DSI_VBT_DEFS_H__
> >> +
> >> +#include <linux/types.h>
> >
> > This could be igt header linux_scaffold.h so it will be:
> > #include "linux_scaffold.h"
> >
> > Up to you if you want to change it now or later.
>
> The file's now verbatim copy from kernel, similar to intel_vbt_defs.h
> and pciids.h, so it'll have to remain as it is.
>
> BR,
> Jani.
>
It could stay for now unless there will be another FreeBSD porting
effort.
Regards,
Kamil
>
> --
> Jani Nikula, Intel
More information about the igt-dev
mailing list