Quoting Michal Wajdeczko (2017-12-20 18:36:06) > We already have dedicated file for opregion related code, dedicated > header will make our life easier. > > Signed-off-by: Michal Wajdeczko <[email protected]> > Cc: Chris Wilson <[email protected]> > Cc: Rodrigo Vivi <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Ville Syrjälä <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.h | 57 +------------------- > drivers/gpu/drm/i915/intel_opregion.c | 2 + > drivers/gpu/drm/i915/intel_opregion.h | 99 > +++++++++++++++++++++++++++++++++++ > 3 files changed, 102 insertions(+), 56 deletions(-) > create mode 100644 drivers/gpu/drm/i915/intel_opregion.h > > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h > index e8ea21c..9f8a2b7 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -57,6 +57,7 @@ > #include "i915_utils.h" > #include "i915_types.h" > > +#include "intel_opregion.h" > #include "intel_uncore.h" > #include "intel_bios.h" > #include "intel_dpll_mgr.h"
Preferably alphabetical. Reviewed-by: Chris Wilson <[email protected]> -Chris _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
