[PATCH 03/12] drm/dp: Turn link capabilities into booleans

2015-12-15 Thread Daniel Vetter
On Mon, Dec 14, 2015 at 01:55:55PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Rather than storing capabilities as flags in an integer, use a separate > boolean per capability. This simplifies the code that checks for these > capabilities. > > Cc: Rob Clark > Signed-off-by: Thierry

[PATCH 03/12] drm/dp: Turn link capabilities into booleans

2015-12-14 Thread Thierry Reding
From: Thierry Reding Rather than storing capabilities as flags in an integer, use a separate boolean per capability. This simplifies the code that checks for these capabilities. Cc: Rob Clark Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_dp_helper.c| 18 +++--- drivers