tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Updated drm code



hi

I tried new drm code on two machines.


1. NetBSD 5.0_STABLE / i386 / 945GM

two fixes are required.

in bsd-core/drm_vm.c, %lx -> %PRIx64 in printf format for i386.

in shared-core/i915_irq.c, only one intr should be handled at a time in
irq handler.

then, i915drm works fine with modular-xorg-server-1.6.1.901 and
xf86-video-intel-2.7.1.


2. NetBSD 5.0_STABLE / amd64 / Radeon HD 3200 (M780G)

not worked. broken screen with xf86-video-ati-6.12.2 and blank screen
with xf86-video-radeonhd-1.2.5.

I noticed radeon_irq.c and radeon_state.c are not from r6xx-r7xx-support
branch. I replaced these two files but same result.

----
I made new tarball,

  http://www.naobsd.org/drm/drm-dist.tgz

it is Arto Huusko's code + my fixes + latest freedesktop.org code

  master            2009-06-05 3d4bfe8c893d016ef43d1ebf28e4607aa1f540a4
  r6xx-r7xx-support 2009-04-06 0101127af0815a7da49253a3af54a1aa4e672567

--
FUKAUMI Naoki


Home | Main Index | Thread Index | Old Index