Re: [PATCH v2] drm/vkms: Fix race-condition between the hrtimer and the atomic commit

2023-07-28 Thread Maira Canal
On 5/23/23 09:32, Maíra Canal wrote: Currently, it is possible for the composer to be set as enabled and then as disabled without a proper call for the vkms_vblank_simulate(). This is problematic, because the driver would skip one CRC output, causing CRC tests to fail. Therefore, we need to make

Re: [PATCH v2] drm/vkms: Fix race-condition between the hrtimer and the atomic commit

2023-06-21 Thread Arthur Grillo Queiroz Cabral
On 23/05/23 09:32, Maíra Canal wrote: > Currently, it is possible for the composer to be set as enabled and then > as disabled without a proper call for the vkms_vblank_simulate(). This > is problematic, because the driver would skip one CRC output, causing CRC > tests to fail. Therefore, we nee

[PATCH v2] drm/vkms: Fix race-condition between the hrtimer and the atomic commit

2023-05-23 Thread Maíra Canal
Currently, it is possible for the composer to be set as enabled and then as disabled without a proper call for the vkms_vblank_simulate(). This is problematic, because the driver would skip one CRC output, causing CRC tests to fail. Therefore, we need to make sure that, for each time the composer i