[PATCH] drm/uapi: Add a warning that mode flags must match the xrandr definitions

2016-11-08 Thread Daniel Vetter
On Thu, Nov 03, 2016 at 04:10:01PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Existing userspace expected the mode flags to match the xrandr > definitions 1:1, and even adding new flags in he previously unused > bits is likely to break existing userspace. Add a co

[PATCH] drm/uapi: Add a warning that mode flags must match the xrandr definitions

2016-11-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Existing userspace expected the mode flags to match the xrandr definitions 1:1, and even adding new flags in he previously unused bits is likely to break existing userspace. Add a comment warning people about this potential trap. Cc: Shashank Sharma Cc: "Lin, Jia" Cc: Aka