[PATCH] drm/edid: fix interlace mode name

2012-09-11 Thread Joonyoung Shim
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

[PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Joonyoung Shim
The some modes to support interlace have "i" character at the end of name from drm_mode_set_name(). 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 ---

[PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Paul Menzel
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 ?i? appended to their name. > name from drm_mode_set_name().

[PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Alex Deucher
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 ?i?

[PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Joonyoung Shim
The some modes to support interlace have i character at the end of name from drm_mode_set_name(). 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 jy0922.s...@samsung.com Signed-off-by: Kyungmin

Re: [PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Paul Menzel
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 »i« appended to their name. name from drm_mode_set_name(). From what

Re: [PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Alex Deucher
On Mon, Sep 10, 2012 at 7:35 AM, Paul Menzel paulepan...@users.sourceforge.net 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

Re: [PATCH] drm/edid: fix interlace mode name

2012-09-10 Thread Joonyoung Shim
On 09/10/2012 09:48 PM, Alex Deucher wrote: On Mon, Sep 10, 2012 at 7:35 AM, Paul Menzel paulepan...@users.sourceforge.net 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