Jose Fonseca <[EMAIL PROTECTED]> wrote:
> CVSROOT:      /cvsroot/dri
> Module name:  xc
> Repository:   xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/
> Changes by:   [EMAIL PROTECTED]       03/06/03 16:27:02

> Log message:
>   Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h
>   respectively. Splited the work out of the ioctls and renamed (with the _ioctl
>   prefix). Added some more documentation.
>   Did the same for drm_sgpsupport.h.

> Modified files:
>       xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/:
>         drmP.h drm_bufs.h drm_drv.h drm_memory.h 
>         drm_memory_debug.h gamma_drv.c i810_drv.c i830_drv.c 
>         mga_drv.c r128_drv.c radeon_drv.c sis_drv.c 
> Added files:
>       xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/:
>         drm_agp.h drm_agp_tmp.h drm_sg.h drm_sg_tmp.h 
> Removed files:
>       xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/:
>         drm_agpsupport.h drm_scatter.h 

As far as I can recover, this is the patch that made DRM unavailable on my
system. When I load the appropriate kernel modules (agpgart, radeon) by
starting the X server, /var/log/messages writes the following. This is from
the current CVS tree, but it read the same before the version change to
1.9.0:

Jun 11 18:58:22 quickstep kernel: agpgart: AGP aperture is 64M @ 0xe4000000
Jun 11 18:58:22 quickstep kernel: [drm] AGP 0.99 aperture @ 0xe4000000 64MB
Jun 11 18:58:22 quickstep kernel: [drm] Initialized radeon 1.9.0 20020828 on minor 0
Jun 11 18:58:23 quickstep kernel: [drm] Loading R200 Microcode
Jun 11 18:58:25 quickstep kernel: [drm:radeon_cp_init] *ERROR* radeon_cp_init called 
without lock held
Jun 11 18:58:25 quickstep kernel: [drm:radeon_unlock] *ERROR* Process 12217 using 
kernel context 0


XFree86.0.log simply writes:

[...]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0cc5000
(II) RADEON(0): [drm] mapped SAREA 0xe0cc5000 to 0x40020000
(II) RADEON(0): [drm] framebuffer handle = 0xd8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0cc5000 at 0x40020000
(II) RADEON(0): Memory manager initialized to (0,0) (1152,8191)
(II) RADEON(0): Reserved area from (0,864) to (1152,866)
(II) RADEON(0): Largest offscreen area available: 1152 x 7325
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 866)
(II) RADEON(0): Largest offscreen area available: 1152 x 7321
(II) RADEON(0): Direct rendering disabled


This is on a OEM Radeon9100. What information may I provide to you to fix
this ?

Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to