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

2016-07-20 Thread Rodrigo Vivi
this patch could be cleaner if on gen inherit and extend the previous. On Wed, Jul 20, 2016 at 10:40 AM, Carlos Santa wrote: > Moving all GPU features to the platform definition allows for > - standard place when adding new features from new platforms > -

[Intel-gfx] [PATCH 20/23] drm/i915: Move HAS_HW_CONTEXTS definition to platform

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