kernel: bump 4.19 to 4.19.96
[oweals/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0643-drm-modes-Allow-to-specify-rotation-and-reflection-o.patch
index f9ba856c448b68ab94e522aff32bf8949f4efe9a..0b2a185441ecfd7f58092c7c949cdbbc48661612 100644 (file)
@@ -52,7 +52,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/777da16e42db757c1f5b414b5ca3
  What is the VESA(TM) Coordinated Video Timings (CVT)?
 --- a/drivers/gpu/drm/drm_fb_helper.c
 +++ b/drivers/gpu/drm/drm_fb_helper.c
-@@ -2464,6 +2464,7 @@ static void drm_setup_crtc_rotation(stru
+@@ -2469,6 +2469,7 @@ static void drm_setup_crtc_rotation(stru
                                    struct drm_connector *connector)
  {
        struct drm_plane *plane = fb_crtc->mode_set.crtc->primary;
@@ -60,7 +60,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/777da16e42db757c1f5b414b5ca3
        uint64_t valid_mask = 0;
        int i, rotation;
  
-@@ -2483,6 +2484,35 @@ static void drm_setup_crtc_rotation(stru
+@@ -2488,6 +2489,35 @@ static void drm_setup_crtc_rotation(stru
                rotation = DRM_MODE_ROTATE_0;
        }