Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2008 10:19:37 +0200
From:      Alexandr Krivulya <shuriku@shurik.kiev.ua>
To:        freebsd-mobile@freebsd.org
Subject:   drm on i965M. Possible workaround.
Message-ID:  <4785D519.8030906@shurik.kiev.ua>

next in thread | raw e-mail | index | archive | help
Hi!

I have HP Compaq 6710s laptop with i965GM on FreeBSD 7.0-PRERELEASE. 

#pciconf -lv
 ------
vgapci0@pci0:0:2:0:     class=0x030000 card=0x30c0103c chip=0x2a028086 rev=0x0c hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Mobile 965 Express Integrated Graphics Controller'
    class      = display
    subclass   = VGA
 -------

To enable drm for this card add following line to /usr/src/sys/dev/drm/drm_pciids.h
and recompile kernel.

#define i915_PCI_IDS \
        {0x8086, 0x3577, 0, "Intel i830M GMCH"}, \
        {0x8086, 0x2562, 0, "Intel i845G GMCH"}, \
        {0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \
        {0x8086, 0x2572, 0, "Intel i865G GMCH"}, \
        {0x8086, 0x2582, 0, "Intel i915G"}, \
        {0x8086, 0x2592, 0, "Intel i915GM"}, \
        {0x8086, 0x2772, 0, "Intel i945G"}, \
        {0x8086, 0x27A2, 0, "Intel i945GM"}, \
        {0x8086, 0x2972, 0, "Intel i946GZ"}, \
        {0x8086, 0x2982, 0, "Intel i965G"}, \
        {0x8086, 0x2992, 0, "Intel i965Q"}, \
        {0x8086, 0x29A2, 0, "Intel i965G"}, \
        {0x8086, 0x2A02, 0, "Intel i965M"}, \  #ADD THIS LINE
        {0, 0, 0, NULL}

With drm enabled I haven't any problems.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4785D519.8030906>