public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: drm/crtc-helper: explicit DPMS on after modeset
       [not found] <20130723230814.8DE656601B0@gitolite.kernel.org>
@ 2013-07-30  0:27 ` Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2013-07-30  0:27 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: daniel.vetter, airlied

On Tue, Jul 23, 2013 at 11:08:14PM +0000, Linux Kernel wrote:
 > Gitweb:     http://git.kernel.org/linus/;a=commit;h=25f397a429dfa43f22c278d0119a60a343aa568f
 > Commit:     25f397a429dfa43f22c278d0119a60a343aa568f
 > Author:     Daniel Vetter <daniel.vetter@ffwll.ch>
 > AuthorDate: Fri Jul 19 18:57:11 2013 +0200
 > Committer:  Dave Airlie <airlied@redhat.com>
 > CommitDate: Mon Jul 22 09:55:17 2013 +1000
 > 
 >     drm/crtc-helper: explicit DPMS on after modeset

 > --- a/drivers/gpu/drm/drm_crtc_helper.c
 > +++ b/drivers/gpu/drm/drm_crtc_helper.c
 > @@ -677,6 +677,11 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
 >  					/* don't break so fail path works correct */
 >  					fail = 1;
 >  				break;
 > +
 > +				if (connector->dpms != DRM_MODE_DPMS_ON) {
 > +					DRM_DEBUG_KMS("connector dpms not on, full mode switch\n");
 > +					mode_changed = true;
 > +				}
 >  			}

This code will never get executed. (See the break above it).

	Dave


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-30  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130723230814.8DE656601B0@gitolite.kernel.org>
2013-07-30  0:27 ` drm/crtc-helper: explicit DPMS on after modeset Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox