Re: [Intel-gfx] [PATCH 12/23] drm/i915: Move HAS_DP_MST definition to platform definition

2016-07-20 Thread Rodrigo Vivi
On Wed, Jul 20, 2016 at 10:40 AM, Carlos Santa wrote: > Moving all GPU features to the platform struct definition allows for > - standard place when adding new features from new platforms > - possible to see supported features when dumping struct >

[Intel-gfx] [PATCH 12/23] drm/i915: Move HAS_DP_MST definition to platform definition

2016-07-20 Thread Carlos Santa
Moving all GPU features to the platform struct definition allows for - standard place when adding new features from new platforms - possible to see supported features when dumping struct definitions Signed-off-by: Carlos Santa ---