Reviewed-by: Rodrigo Vivi <[email protected]> On Mon, Jun 20, 2016 at 3:18 PM <[email protected]> wrote:
> From: Clint Taylor <[email protected]> > > Add IS_BROXTON() to the HAS_PSR() MACRO. Tested with a Sharp 2560x1440 > panel that claims PSR is enable and in progress. > > v2:rebase to latest nightly > > CC: Imre Deak <[email protected]> > Signed-off-by: Clint Taylor <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_drv.h > b/drivers/gpu/drm/i915/i915_drv.h > index 7c81757..3e411f0 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -2823,7 +2823,8 @@ struct drm_i915_cmd_table { > #define HAS_FPGA_DBG_UNCLAIMED(dev) (INTEL_INFO(dev)->has_fpga_dbg) > #define HAS_PSR(dev) (IS_HASWELL(dev) || IS_BROADWELL(dev) || \ > IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev) > || \ > - IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) > + IS_SKYLAKE(dev) || IS_KABYLAKE(dev) || \ > + IS_BROXTON(dev)) > #define HAS_RUNTIME_PM(dev) (IS_GEN6(dev) || IS_HASWELL(dev) || \ > IS_BROADWELL(dev) || IS_VALLEYVIEW(dev) > || \ > IS_CHERRYVIEW(dev) || IS_SKYLAKE(dev) || \ > -- > 1.7.9.5 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/intel-gfx >
_______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
