It is 6.x kernel with Panel Self Refresh V2 (PSR2) compatibility problem.
The Ubuntu kernel update had been pushed online, suggest run an online Ubuntu update to fix the issue.
If the user cannot run the Ubuntu online update, try disabling PSR as the workaround to fix the issue.
sudo gedit /etc/default/grub
then press EnterGRUB_CMDLINE LINUX=""
to: GRUB_CMDLINE_LINUX="i915.enable_psr=0"
sudo update-grub
then press Enter