videomode: combine videomode dmt_flags and data_flags
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 12 Mar 2013 08:26:45 +0000 (10:26 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 12 Mar 2013 13:46:52 +0000 (15:46 +0200)
commit06a3307975aac2d5b5a0e0f2e05d23e769f176b4
treeb4cc6d14e14523c2380c254d6ac102ec9d4d9647
parenta38884f681a4d044befd30d9f3d19a0821bae63a
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 <tomi.valkeinen@ti.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
drivers/gpu/drm/drm_modes.c
drivers/video/fbmon.c
drivers/video/of_display_timing.c
drivers/video/videomode.c
include/video/display_timing.h
include/video/videomode.h
This page took 0.106087 seconds and 5 git commands to generate.