[PATCH] drm/i915/fbdev: Discard large BIOS framebuffers

2025-01-21 Thread Atharva Tiwari
On certain 4K panels, the BIOS framebuffer exceeds the panel's required dimensions, leading to display corruption. This patch introduces a validation check to address the issue. Signed-off-by: Atharva Tiwari --- drivers/gpu/drm/i915/display/intel_fbdev.c | 6 +++--- 1 file changed, 3 insertions(

Re: [PATCH] drm/i915/fbdev: Discard large BIOS framebuffers

2025-01-21 Thread Jani Nikula
On Tue, 21 Jan 2025, Atharva Tiwari wrote: > On certain 4K panels, the BIOS framebuffer > exceeds the panel's required dimensions, > leading to display corruption. > This patch introduces a validation check to address the issue. > > Signed-off-by: Atharva Tiwari See [1], [2], and [3]. Please ad