diff for duplicates of <20180603144221.252346438@twibright.com> diff --git a/a/1.txt b/N1/1.txt index 51f36b8..304f1cb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,8 @@ Cc: stable@vger.kernel.org 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-4.17-rc7/drivers/gpu/drm/udl/udl_fb.c -=================================--- linux-4.17-rc7.orig/drivers/gpu/drm/udl/udl_fb.c 2018-06-03 13:05:20.000000000 +0200 +=================================================================== +--- linux-4.17-rc7.orig/drivers/gpu/drm/udl/udl_fb.c 2018-06-03 13:05:20.000000000 +0200 +++ linux-4.17-rc7/drivers/gpu/drm/udl/udl_fb.c 2018-06-03 13:08:03.000000000 +0200 @@ -34,6 +34,7 @@ module_param(fb_defio, int, S_IWUSR | S_ struct udl_fbdev { @@ -32,3 +33,9 @@ Index: linux-4.17-rc7/drivers/gpu/drm/udl/udl_fb.c + info->fbops = &ufbdev->fb_ops; drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); drm_fb_helper_fill_var(info, &ufbdev->helper, sizes->fb_width, sizes->fb_height); + + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index 6bc6ad5..c9d3afd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180603144053.875668929@twibright.com\0" "From\0Mikulas Patocka <mpatocka@redhat.com>\0" "Subject\0[PATCH 06/21] udl-kms: make a local copy of fb_ops\0" - "Date\0Sun, 03 Jun 2018 14:40:59 +0000\0" + "Date\0Sun, 03 Jun 2018 16:40:59 +0200\0" "To\0Mikulas Patocka <mpatocka@redhat.com>" Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Dave Airlie <airlied@redhat.com> @@ -10,6 +10,7 @@ "Cc\0linux-fbdev@vger.kernel.org" " dri-devel@lists.freedesktop.org\0" "\00:1\0" + "fn\0udlkms-copy-fbops.patch\0" "b\0" "The defio subsystem overwrites the method fb_osp->mmap. That method is\n" "stored in module's static data - and that means that if we have multiple\n" @@ -26,7 +27,8 @@ " 1 file changed, 3 insertions(+), 1 deletion(-)\n" "\n" "Index: linux-4.17-rc7/drivers/gpu/drm/udl/udl_fb.c\n" - "=================================--- linux-4.17-rc7.orig/drivers/gpu/drm/udl/udl_fb.c\t2018-06-03 13:05:20.000000000 +0200\n" + "===================================================================\n" + "--- linux-4.17-rc7.orig/drivers/gpu/drm/udl/udl_fb.c\t2018-06-03 13:05:20.000000000 +0200\n" "+++ linux-4.17-rc7/drivers/gpu/drm/udl/udl_fb.c\t2018-06-03 13:08:03.000000000 +0200\n" "@@ -34,6 +34,7 @@ module_param(fb_defio, int, S_IWUSR | S_\n" " struct udl_fbdev {\n" @@ -44,6 +46,12 @@ "+\tufbdev->fb_ops = udlfb_ops;\n" "+\tinfo->fbops = &ufbdev->fb_ops;\n" " \tdrm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth);\n" - " \tdrm_fb_helper_fill_var(info, &ufbdev->helper, sizes->fb_width, sizes->fb_height);" + " \tdrm_fb_helper_fill_var(info, &ufbdev->helper, sizes->fb_width, sizes->fb_height);\n" + " \n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -8427dd9d4671714543b1c71a6f727a5084ee81d370712ab3198d54c199da8477 +b86121ceaa1b91e62f32fbee7df99436d21f43641012c39c75c70c52770ed4d6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.