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
== 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/
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
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
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