Skip to content

isl: add matching display workaround to the kernel

There is a display workaround requiring extra alignment when framebuffer size > 3840 & CCS is used. The kernel is enforcing that alignment and rejects framebuffer that do not comply.

This change adds the workaround in ISL so that framebuffer allocated by the intel/mesa drivers (through GBM in this bug's case) respect that extra alignment.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Reported-by: Hans de Goede jwrdegoede@fedoraproject.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111306

Merge request reports