Re: [Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-17 Thread Daniel Vetter
On Wed, Jun 17, 2015 at 07:47:23AM +0200, Maarten Lankhorst wrote: > Hey, > > Op 17-06-15 om 00:12 schreef Matt Roper: > > On Mon, Jun 08, 2015 at 06:59:38AM +0200, Maarten Lankhorst wrote: > >> Hey, > >> > >> Op 06-06-15 om 00:08 schreef Matt Roper: > >>> We need to call drm_atomic_set_mode_for_c

Re: [Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-16 Thread Maarten Lankhorst
Hey, Op 17-06-15 om 00:12 schreef Matt Roper: > On Mon, Jun 08, 2015 at 06:59:38AM +0200, Maarten Lankhorst wrote: >> Hey, >> >> Op 06-06-15 om 00:08 schreef Matt Roper: >>> We need to call drm_atomic_set_mode_for_crtc() rather than copying the >>> mode in manually. As of commit >>> >>> c

Re: [Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-16 Thread Matt Roper
On Mon, Jun 08, 2015 at 06:59:38AM +0200, Maarten Lankhorst wrote: > Hey, > > Op 06-06-15 om 00:08 schreef Matt Roper: > > We need to call drm_atomic_set_mode_for_crtc() rather than copying the > > mode in manually. As of commit > > > > commit 99cf4a29fa24461bbfe22125967188a18383eb5c > >

Re: [Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-07 Thread Maarten Lankhorst
Hey, Op 06-06-15 om 00:08 schreef Matt Roper: > We need to call drm_atomic_set_mode_for_crtc() rather than copying the > mode in manually. As of commit > > commit 99cf4a29fa24461bbfe22125967188a18383eb5c > Author: Daniel Stone > Date: Mon May 25 19:11:51 2015 +0100 > >

Re: [Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-06 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6547 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

[Intel-gfx] [PATCH] drm/i915: Use helper to set CRTC state's mode

2015-06-05 Thread Matt Roper
We need to call drm_atomic_set_mode_for_crtc() rather than copying the mode in manually. As of commit commit 99cf4a29fa24461bbfe22125967188a18383eb5c Author: Daniel Stone Date: Mon May 25 19:11:51 2015 +0100 drm/atomic: Add current-mode blob to CRTC state