diff for duplicates of <1390486503-1504-10-git-send-email-dh.herrmann@gmail.com> diff --git a/a/1.txt b/N1/1.txt index b520b83..b94211c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -629,7 +629,7 @@ index 0000000..67a2841 + /* get scanout offsets */ + xoff = 0; + yoff = 0; -+ if (sdrm->crtc.fb = fb) { ++ if (sdrm->crtc.fb == fb) { + xoff = sdrm->crtc.x; + yoff = sdrm->crtc.y; + } @@ -656,7 +656,7 @@ index 0000000..67a2841 + dst += (y - yoff) * sdrm->fb_stride + (x - xoff) * dst_Bpp; + + /* if formats are identical, do a line-by-line copy.. */ -+ if (fb->pixel_format = sdrm->fb_format) { ++ if (fb->pixel_format == sdrm->fb_format) { + sdrm_blit_lines(src, fb->pitches[0], + dst, sdrm->fb_stride, + src_Bpp, width, height); @@ -1180,7 +1180,7 @@ index 0000000..3e686bb + struct drm_display_mode *mode; + int r; + -+ if (conn->force = DRM_FORCE_ON) ++ if (conn->force == DRM_FORCE_ON) + conn->status = connector_status_connected; + else if (conn->force) + conn->status = connector_status_disconnected; diff --git a/a/content_digest b/N1/content_digest index 20b5b3f..29c095e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01390486503-1504-1-git-send-email-dh.herrmann@gmail.com\0" "From\0David Herrmann <dh.herrmann@gmail.com>\0" "Subject\0[PATCH 09/11] drm: add SimpleDRM driver\0" - "Date\0Thu, 23 Jan 2014 14:15:01 +0000\0" + "Date\0Thu, 23 Jan 2014 15:15:01 +0100\0" "To\0dri-devel@lists.freedesktop.org\0" "Cc\0Ingo Molnar <mingo@kernel.org>" linux-fbdev@vger.kernel.org @@ -644,7 +644,7 @@ "+\t/* get scanout offsets */\n" "+\txoff = 0;\n" "+\tyoff = 0;\n" - "+\tif (sdrm->crtc.fb = fb) {\n" + "+\tif (sdrm->crtc.fb == fb) {\n" "+\t\txoff = sdrm->crtc.x;\n" "+\t\tyoff = sdrm->crtc.y;\n" "+\t}\n" @@ -671,7 +671,7 @@ "+\tdst += (y - yoff) * sdrm->fb_stride + (x - xoff) * dst_Bpp;\n" "+\n" "+\t/* if formats are identical, do a line-by-line copy.. */\n" - "+\tif (fb->pixel_format = sdrm->fb_format) {\n" + "+\tif (fb->pixel_format == sdrm->fb_format) {\n" "+\t\tsdrm_blit_lines(src, fb->pitches[0],\n" "+\t\t\t\tdst, sdrm->fb_stride,\n" "+\t\t\t\tsrc_Bpp, width, height);\n" @@ -1195,7 +1195,7 @@ "+\tstruct drm_display_mode *mode;\n" "+\tint r;\n" "+\n" - "+\tif (conn->force = DRM_FORCE_ON)\n" + "+\tif (conn->force == DRM_FORCE_ON)\n" "+\t\tconn->status = connector_status_connected;\n" "+\telse if (conn->force)\n" "+\t\tconn->status = connector_status_disconnected;\n" @@ -1455,4 +1455,4 @@ "-- \n" 1.8.5.3 -8883ebfaa7a05269c4a0f333482d60e29117277c6d91c0c0ab8c2735472001cc +d56225e4ccdc7a3899d68de017d47a84c0d9cab434b648542ac7a6c153b7c8c1
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.