From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Subject: Re: [PATCH] drm/edid: fix interlace mode name Date: Tue, 11 Sep 2012 09:13:50 +0900 Message-ID: <504E823E.5090404@samsung.com> References: <1347272614-22684-1-git-send-email-jy0922.shim@samsung.com> <1347276932.30431.6.camel@mattotaupa> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailout2.samsung.com (mailout2.samsung.com [203.254.224.25]) by gabe.freedesktop.org (Postfix) with ESMTP id 8A8ED9F777 for ; Mon, 10 Sep 2012 17:13:41 -0700 (PDT) Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MA500AHBSLPBDB0@mailout2.samsung.com> for dri-devel@lists.freedesktop.org; Tue, 11 Sep 2012 09:13:39 +0900 (KST) Received: from [10.90.51.60] by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MA5007MBSMR7F30@mmp1.samsung.com> for dri-devel@lists.freedesktop.org; Tue, 11 Sep 2012 09:13:39 +0900 (KST) In-reply-to: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Alex Deucher Cc: kyungmin.park@samsung.com, Paul Menzel , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 09/10/2012 09:48 PM, Alex Deucher wrote: > On Mon, Sep 10, 2012 at 7:35 AM, Paul Menzel > wrote: >> Am Montag, den 10.09.2012, 19:23 +0900 schrieb Joonyoung Shim: >>> The some modes to support interlace have "i" character at the end of >> In `drm_mode_set_name()` from `drivers/gpu/drm/drm_modes.c` interlace >> modes have the character =BBi=AB appended to their name. >> >>> name from drm_mode_set_name(). >> From what file? (See above.) >> >>> For consistency, this patch adds "i" >>> character at the end of name of interlaced modes defined in >>> drm_edid_modes.h file. >>> >>> Signed-off-by: Joonyoung Shim >>> Signed-off-by: Kyungmin Park >> I think, you already sent that patch to the list, did not you? Please >> mark this by tagging the subject line with [RESENT]. >> >> With the updated commit message this is >> >> Acked-by: Paul Menzel > It was actually Russell King: > http://lists.freedesktop.org/archives/dri-devel/2012-August/026303.html > I missed that. Thanks.