On Thu, Aug 25, 2016 at 11:07:02AM +0200, Maarten Lankhorst wrote: > Signed-off-by: Maarten Lankhorst <[email protected]> > --- > drivers/gpu/drm/i915/intel_dp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c > index a3c7dd8fd406..df0773afb7f5 100644 > --- a/drivers/gpu/drm/i915/intel_dp.c > +++ b/drivers/gpu/drm/i915/intel_dp.c > @@ -5049,6 +5049,7 @@ static void intel_dp_pps_init(struct drm_device *dev, > /** > * intel_dp_set_drrs_state - program registers for RR switch to take effect > * @dev: DRM device > + * @crtc_state: a pointer to the active intel_crtc_state > * @refresh_rate: RR to be programmed > * > * This function gets called when refresh rate (RR) has to be changed from
Which is the active state? The one currently in use, or the one going to be in use? Silences a sphinx warning, so must be good. Reviewed-by: Chris Wilson <[email protected]? -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
