[Bug 111501] [CFL] Kernel 5.3.0-rc6: i915 fails at typec_displayport 5120x1440

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 28 10:11:31 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111501

--- Comment #5 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
(In reply to Leho Kraav (:macmaN :lkraav) from comment #4)
> Thanks. Is this patch independent enough to attempt a simple revert and I
> could see what happens?

Yes, I think it should be revertable.

Or alternatively you can just try something like this:

--- a/drivers/gpu/drm/i915/display/intel_display.c
+++ b/drivers/gpu/drm/i915/display/intel_display.c
@@ -3392,7 +3392,7 @@ static int skl_check_main_surface(struct
intel_plane_state *plane_state)
        if (w > max_width || h > max_height) {
                DRM_DEBUG_KMS("requested Y/RGB source size %dx%d too big (limit
%dx%d)\n",
                              w, h, max_width, max_height);
-               return -EINVAL;
+               //return -EINVAL;
        }

        intel_add_fb_offsets(&x, &y, plane_state, 0);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190828/08420c87/attachment.html>


More information about the intel-gfx-bugs mailing list