On ke, 2016-11-02 at 13:25 +0000, Chris Wilson wrote: > On Wed, Nov 02, 2016 at 02:55:36PM +0200, Joonas Lahtinen wrote: > > > > Move has_64bit_reloc into dev_priv->info. > > ... so that it is shown in the feature list for debugging Ok, I'll add more detail. > > @@ -288,7 +288,8 @@ static const struct intel_device_info intel_haswell_info = { > > #define BDW_FEATURES \ > > HSW_FEATURES, \ > > BDW_COLORS, \ > > - .has_logical_ring_contexts = 1 > > + .has_logical_ring_contexts = 1, \ > > + .has_64bit_reloc = 1 > > > > static const struct intel_device_info intel_broadwell_info = { > > BDW_FEATURES, > > Missed: > intel_cherryview_info > intel_broxton_info Yea, I was kinda overly optimistic about us cascading the features. Time to add GEN8_FEATURES... Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx