Re: [Intel-gfx] P530 : X fails : glamor0: Failed to get GLSL version

2016-11-20 Thread sean darcy
On 11/20/2016 11:10 AM, sean darcy wrote: On just built e5-1245v5 box P530, X won't start: [ 3439.616] (WW) glamor0: Failed to get GLSL version [ 3439.616] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time. lspci -v | grep VGA 00:02.0 VGA compatible controller: Intel Corporati

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfs

2016-11-20 Thread Patchwork
== Series Details == Series: drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfs URL : https://patchwork.freedesktop.org/series/15621/ State : success == Summary == Series 15621v1 drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfs https://patchwork.freedesktop.org/api/

[Intel-gfx] [PATCH] drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfs

2016-11-20 Thread sunil . kamath
From: "A.Sunil Kamath" Better to use num_scaler itself while printing scaler_info. This fixes a bug of printing information for the missing second scaler on pipe C for SKL platform. Signed-off-by: A.Sunil Kamath --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1

[Intel-gfx] P530 : X fails : glamor0: Failed to get GLSL version

2016-11-20 Thread sean darcy
On just built e5-1245v5 box P530, X won't start: [ 3439.616] (WW) glamor0: Failed to get GLSL version [ 3439.616] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time. lspci -v | grep VGA 00:02.0 VGA compatible controller: Intel Corporation HD Graphics P530 (rev 06) (prog-if 00

Re: [Intel-gfx] [PATCH 36/37] drm: Add mode_config .get_format_info() hook

2016-11-20 Thread Laurent Pinchart
Hi Ville, Thank you for the patch. On Friday 18 Nov 2016 21:53:12 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Allow drivers to return a custom drm_format_info structure for special > fb layouts. We'll use this for the compression control surface in i915. > > Cc: Ben Widawsky