<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - DRM / KMS bootup error on VX900 platform"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94473#c46">Comment # 46</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - DRM / KMS bootup error on VX900 platform"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94473">bug 94473</a>
from <span class="vcard"><a class="email" href="mailto:huangran@iscas.ac.cn" title="HuangRan <huangran@iscas.ac.cn>"> <span class="fn">HuangRan</span></a>
</span></b>
<pre>(In reply to Benno Schulenberg from <a href="show_bug.cgi?id=94473#c45">comment #45</a>)
<span class="quote">> (In reply to HuangRan from <a href="show_bug.cgi?id=94473#c44">comment #44</a>)
> > Actually I have changed my smtp setting with /~/.gitconfig file as below:
> > smtpEncryption = tls
> > smtpserver = smtp.cstnet.cn
> > smtpUser = <a href="mailto:huangran@iscas.ac.cn">huangran@iscas.ac.cn</a>
> > smtpServerPort = 587
> > Any suggestion?
>
> I couldn't get that to work either. So I only have:
>
> smtpserver = /usr/local/bin/msmtp
>
> And then in ~/.msmtprc I have:
>
> account Telfort
> host <actual SMTP server of ISP>
> from <my email address></span >
Hi Benno,
I have successfully commit my patch to dri-devel mail list now.
-------------------------------------------------------------------
limit the AGP detect condition to VIA chips using DMA engine name before
Chrome9 to avoid drm error message "[drm:via_driver_load [via]] *ERROR* Failed
acquiring AGP device.". Verify this on old H1/H2 chip and VX800/VX900 chips.
---
drivers/gpu/drm/via/via_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/via/via_drv.c b/drivers/gpu/drm/via/via_drv.c
index aee3a0c..f4562d8 100644
--- a/drivers/gpu/drm/via/via_drv.c
+++ b/drivers/gpu/drm/via/via_drv.c
@@ -349,7 +349,7 @@ via_driver_load(struct drm_device *dev, unsigned long
chipset)
chip_revision_info(dev);
#if __OS_HAS_AGP
- if ((dev_priv->engine_type > VIA_ENG_H2) ||
+ if ((dev_priv->engine_type <= VIA_ENG_H2) ||
(dev->agp && drm_pci_device_is_agp(dev))) {
ret = via_detect_agp(dev);
if (!ret)
--
1.7.9.5
--------------------------------------------------------------------
The reason why I failed to do so is I use "sendmail" instead of "sendemail".
Right now with my correct setting as below:
sendemail.smtpserverport=25
sendemail.smtpserver=smtp.cstnet.cn
sendemail.smtpencryption=tls
<a href="mailto:sendemail.smtpuser=huangran@iscas.ac.cn">sendemail.smtpuser=huangran@iscas.ac.cn</a>
Everything works fine.
Thanks,
Frank</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>