ELD info should be updated dynamically according to hot plug event.
For haswell chip, clear/set the eld valid bit and output enable bit
from callback intel_disable/eanble_ddi().
Signed-off-by: Wang Xingchao
---
drivers/gpu/drm/i915/intel_ddi.c | 20
1 file changed, 20 inse
Now with the intel-gfx m-l address fixed ...
-Daniel
On Sun, Jan 6, 2013 at 10:13 PM, Daniel Vetter wrote:
> Hi all,
>
> Looks ugly, and the original commit doesn't have any link to the
> dmidecode information. Sjoerd&John, can you both please attach the
> output of dmidecode? If we're lucky, we
On Fri, Jan 4, 2013 at 12:39 PM, Chris Wilson wrote:
> Prevent a divide-by-zero by consistently treating an 'active' CRTC
> without a mode set as actually disabled.
Can you please resend with sob/tested-by/lkml-references and
regression sha1 citation and maybe a small comment in the code that
thi
On Wed, Jan 02, 2013 at 10:31:22AM +, Chris Wilson wrote:
> As along the error path we do not correct the user pin-count for the
> failure, we may end up with userspace believing that it has a pinned
> object at offset 0 (when interrupted by a signal for example).
>
> Signed-off-by: Chris Wils
On Tue, Dec 25, 2012 at 06:06:57PM +0100, Thomas Jarosch wrote:
> cppcheck reported:
> [tools/intel_infoframes.c:836]: (error) Width 31 given in format string
> (no. 1) is larger than destination buffer 'option[16]',
> use %15s to prevent overflowing it.
>
> Signed-off-by: Thomas Jarosch
Applied
Hi Chris,
I have tested the patch from Linus [2] and your patch from [1] on top
of Linux v3.8-rc2.
Feel free to add a "Tested-by".
Regards,
- Sedat -
[1] https://patchwork.kernel.org/patch/1932791/
[2] http://marc.info/?l=linux-kernel&m=135725516602511&w=2
__
cppcheck reported:
[tools/intel_infoframes.c:836]: (error) Width 31 given in format string
(no. 1) is larger than destination buffer 'option[16]',
use %15s to prevent overflowing it.
Signed-off-by: Thomas Jarosch
---
tools/intel_infoframes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)