From: 袁竞杰 <yuanjingjie@ict.ac.cn>
To: Eugeni Dodonov <eugeni@dodonov.net>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>
Subject: Re: [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
Date: Mon, 14 May 2012 15:12:23 +0800 [thread overview]
Message-ID: <2012051415122370380713@ict.ac.cn> (raw)
In-Reply-To: CAC7Lmns9dJcGt=p7t5PZ2uck2giOpxfPASBVG3pqsE-ARFvUVg@mail.gmail.com
[-- Attachment #1.1: Type: text/plain, Size: 2710 bytes --]
After I use 3.4 rc6 kernel which contains IVB_GT2_IG, intel agp and VGA are recognized now.
The "lspci" command now shows that PCI 00:00.0 uses Kernel driver agpgart-intel and PCI 00:02.0 uses i915 now.
before I use the 3.4 kernel, there was nothing about the driver info.
The /dev/dri folder is created now, containing card0 and controlD64.
But the /var/log/Xorg.0.log still complains about "No devices detected", after loading
/usr/lib/xorg/modules/drivers/intel_drv.so .
And there is also an error in the "dmesg" output:
[drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
I don't know whether it has anything to do with the Xorg error.
Thanks
--
Ginger Yuan
From: Eugeni Dodonov
Date: 2012-05-11 21:25
To: yuanjingjie
CC: intel-gfx
Subject: Re: [Intel-gfx] [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
On Thu, May 10, 2012 at 11:37 PM, 袁竞杰 <yuanjingjie@ict.ac.cn> wrote:
System environment:
xf86-video-intel:2.17.0
intel-driver(for vaapi):1.0.15
libva:1.0.15
libdrm:2.4.32
xserver:11.0
Mesa:8.0.2
kernel version:3.3.4
system: ubuntu 12.04
VGA:intel Ivy Bridge Graphics Controller
Bug description:
I try to use VAAPI,an error comes out ""Xfree86-DRI "missing on display ":0".libva:va_getDriverName() returns -1"when using ivybridge CPU(xeon E3-1285,3.6GHz ) ,but sandybridge CPU works well.
I check the Xorg.0.log,find "failed to load module "intel_drv.so ".
dmesg: [ 3.156733] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
I printk my device in 3.3.4 kernel Intel_agp source code,my device is PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 158,
It appears in intel_agp.h
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 0x0158 /* Server */
but in intel-gtt.c
intel_gtt_chipsets[]=
{
......
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
......
}
There isn't a PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB .
It is in included in intel_agp.c.
But I suspect that the problem is that you are missing the IVB GT2 Server variant support, which we added this April.
Could you post your "lspci -n | grep 00:02" output please?
--
Eugeni Dodonov
[-- Attachment #1.2: Type: text/html, Size: 6749 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2012-05-14 7:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 2:37 [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)? 袁竞杰
2012-05-11 13:25 ` Eugeni Dodonov
2012-05-14 7:12 ` 袁竞杰 [this message]
2012-05-14 14:23 ` Eugeni Dodonov
2012-05-15 2:30 ` 袁竞杰
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2012051415122370380713@ict.ac.cn \
--to=yuanjingjie@ict.ac.cn \
--cc=eugeni@dodonov.net \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox