Thomas Zimmermann writes:
Hello Thomas,
> Hi Javier
>
> Am 09.10.23 um 10:58 schrieb Javier Martinez Canillas:
>> Thomas Zimmermann writes:
>>
>> Hello Thomas,
>>
>>> Hi Javier
>>>
>>> Am 05.10.23 um 15:38 schrieb Javier Martinez Canillas:
Thomas Zimmermann writes:
>>
>> [...]
>>
Hi Javier
Am 09.10.23 um 10:58 schrieb Javier Martinez Canillas:
Thomas Zimmermann writes:
Hello Thomas,
Hi Javier
Am 05.10.23 um 15:38 schrieb Javier Martinez Canillas:
Thomas Zimmermann writes:
[...]
+static int simpledrm_primary_plane_helper_atomic_check(struct drm_plane *plane,
+
Thomas Zimmermann writes:
Hello Thomas,
> Hi Javier
>
> Am 05.10.23 um 15:38 schrieb Javier Martinez Canillas:
>> Thomas Zimmermann writes:
[...]
>>> +static int simpledrm_primary_plane_helper_atomic_check(struct drm_plane
>>> *plane,
>>> + st
Hi Javier
Am 05.10.23 um 15:38 schrieb Javier Martinez Canillas:
Thomas Zimmermann writes:
Hello Thomas,
Preallocate the format-conversion state's storage in the plane's
atomic_check function if a format conversion is necessary. Allows
the update to fail if no memory is available. Avoids the
Thomas Zimmermann writes:
Hello Thomas,
> Preallocate the format-conversion state's storage in the plane's
> atomic_check function if a format conversion is necessary. Allows
> the update to fail if no memory is available. Avoids the same
> allocation within atomic_update, which may not fail.
>
Preallocate the format-conversion state's storage in the plane's
atomic_check function if a format conversion is necessary. Allows
the update to fail if no memory is available. Avoids the same
allocation within atomic_update, which may not fail.
Also inline drm_plane_helper_atomic_check() into the