From 2db59d530777b76f6b7944e0bfa43c9fede10b10 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 3 Feb 2015 14:25:14 +0000 Subject: [PATCH] drm/i915: Detect eDRAM with the enabled bit only At the moment we compare the whole EDRAM_PRESENT/EDRAMCAP register value to 1 while EDRAM_PRESENT is only bit 0 (the rest may be used to describe eDRAM capabilities). To be more future proof, only look at bit 0 to detect eDRAM presence. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-format-patch failed