Re: [Intel-gfx] [PATCH] drm/i915: Fix DDC probe for passive adapters

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

[Intel-gfx] Playing with the xf86-video-intel code

2015-05-31 Thread Bálint Pámer
Hello! In a nutshell: I have a problem where my linux box hooked up to my sharp lcd tv can only output 1080p@30hz OR 1080i@60hz under linux (opensuse 13.2), but CAN output 1080p@60hz under windows. (meaning in the kde display configuration, 30hz is the highest value) Also: xrandr --verbose gives m

Re: [Intel-gfx] [PATCH] drm/i915: Don't skip request retirement if the active list is empty

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

Re: [Intel-gfx] [PATCH v2] drm/i915: Fix DDC probe for passive adapters

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

Re: [Intel-gfx] [PATCH] drm/i915: Fix IPS related flicker

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

Re: [Intel-gfx] [PATCH v2 7/7] drm/i915/gen8: Add WaRsRestoreWithPerCtxtBb workaround

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

Re: [Intel-gfx] [PATCH] drm/i915/vlv: fix RC6 residency time calculation

2015-05-31 Thread Imre Deak
On pe, 2015-05-29 at 13:22 -0700, Rodrigo Vivi wrote: > On Fri, May 29, 2015 at 5:56 AM, Imre Deak wrote: > > On ma, 2015-05-18 at 18:46 +0300, Imre Deak wrote: > >> The divider value to convert from CZ clock rate to ms needs a +1 > >> adjustment on VLV just like on CHV. This matches both the spec

Re: [Intel-gfx] [PATCH v3 14/22] drm/i915: Move cdclk and pll setup to intel_modeset_compute_config()

2015-05-31 Thread Maarten Lankhorst
Op 29-05-15 om 02:55 schreef Matt Roper: > On Wed, May 20, 2015 at 06:04:26PM +0200, maarten.lankho...@linux.intel.com > wrote: >> From: Ander Conselvan de Oliveira >> >> It makes more sense there, since these are computation steps that can >> fail. >> >> Signed-off-by: Maarten Lankhorst > I've

Re: [Intel-gfx] [PATCH v3 15/22] drm/i915: Read hw state into an atomic state struct

2015-05-31 Thread Maarten Lankhorst
Op 29-05-15 om 02:55 schreef Matt Roper: > On Wed, May 20, 2015 at 06:04:27PM +0200, maarten.lankho...@linux.intel.com > wrote: >> From: Ander Conselvan de Oliveira >> >> To make this work we load the new hardware state into the >> atomic_state, then swap it with the sw state. >> >> This lets us

Re: [Intel-gfx] [PATCH v3.6 16/22] drm/i915: Implement intel_crtc_control using atomic state, v4.

2015-05-31 Thread Maarten Lankhorst
Op 29-05-15 om 02:57 schreef Matt Roper: > On Tue, May 26, 2015 at 10:35:22AM +0200, Maarten Lankhorst wrote: >> Assume the callers lock everything with drm_modeset_lock_all. >> >> This change had to be done after converting suspend/resume to >> use atomic_state so the atomic state is preserved, ot