On Tue, 11 Jul 2023, John Garry wrote:
> On 11/07/2023 10:58, Jani Nikula wrote:
>>> I didn't notice anything on dri-devel mailing list about this.
>> I presume you're using CONFIG_WERROR=y or W=e.
>
> I'm just using whatever vanilla x86_64_defconfig gives.
>
>>
>> See [1] and [2]. I'm undecided
On 11/07/2023 10:58, Jani Nikula wrote:
I didn't notice anything on dri-devel mailing list about this.
I presume you're using CONFIG_WERROR=y or W=e.
I'm just using whatever vanilla x86_64_defconfig gives.
See [1] and [2]. I'm undecided how we should treat this.
Ok.
Thanks,
John
Hi guys,
Did anyone else notice this build issue on v6.5-rc1:
drivers/gpu/drm/i915/i915_pci.c:143:15: error: expected expression
before ‘,’ token
GEN3_FEATURES,
^
drivers/gpu/drm/i915/i915_pci.c:151:15: error: expected expression
before ‘,’ token
GEN3_FEATURES,
On Tue, 11 Jul 2023, John Garry wrote:
> Hi guys,
>
> Did anyone else notice this build issue on v6.5-rc1:
>
> drivers/gpu/drm/i915/i915_pci.c:143:15: error: expected expression
> before ‘,’ token
>GEN3_FEATURES,
> ^
> drivers/gpu/drm/i915/i915_pci.c:151:15: error: expected exp