[Openchrome-devel] [Bug 94473] DRM / KMS bootup error on VX900 platform

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 23 03:41:40 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94473

--- Comment #46 from HuangRan <huangran at iscas.ac.cn> ---
(In reply to Benno Schulenberg from comment #45)
> (In reply to HuangRan from comment #44)
> >   Actually I have changed my smtp setting with /~/.gitconfig file as below:
> >         smtpEncryption = tls
> >         smtpserver = smtp.cstnet.cn
> >         smtpUser = huangran at iscas.ac.cn
> >         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>

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
          sendemail.smtpuser=huangran at iscas.ac.cn
   Everything works fine.

Thanks,
Frank

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/openchrome-devel/attachments/20160323/c29a67e4/attachment.html>


More information about the Openchrome-devel mailing list