From: Tomi Valkeinen Date: Tue, 12 Mar 2013 08:26:45 +0000 (+0200) Subject: videomode: combine videomode dmt_flags and data_flags X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~142^2~2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a3307975aac2d5b5a0e0f2e05d23e769f176b4;p=pandora-kernel.git videomode: combine videomode dmt_flags and data_flags Both videomode and display_timing contain flags describing the modes. These are stored in dmt_flags and data_flags. There's no need to separate these flags, and having separate fields just makes the flags more difficult to use. This patch combines the fields and renames VESA_DMT_* flags to DISPLAY_FLAGS_*. Signed-off-by: Tomi Valkeinen Cc: Steffen Trumtrar --- Reading git-diff-tree failed