Compile error at bsd-core

2006-11-16 Thread Angka H. K.
DRM module for BSD (bsd-core) failed to compile with the folowing error: - /usr/home/angka/xorg/extra/drm/bsd-core/drm/../drm_bufs.c: In function `drm_rmmap': /usr/home/a

Missing definition of drm_u64_t on FreeBSD

2006-10-31 Thread Angka H. K.
Dear all there is missing definition for drm_u64_t at file "shared-core/drm.h" for FreeBSD. It's prevent libdrm to compile on FreeBSD. The patch below make it compile but I am not sure if it the correct way. --- *** ori.drm.h Wed Nov 1 13:49:05 2006 --- drm.

Re: i915 on FreeBSD issues.

2006-09-18 Thread Angka H. K.
ead here.Or may be the code at libX11 should be change. I found also that libX11 doesn't compile when opetion "--disable-thread" is active.Regards, On 9/15/06, Angka H. K. <[EMAIL PROTECTED]> wrote: Thanks for the replay, and I am sorry for hijacking thread, I was thinking it a l

Re: i915 on FreeBSD issues.

2006-09-15 Thread Angka H. K.
glxinfo. A core dump also produced by itRegards,On 9/14/06, Eric Anholt < [EMAIL PROTECTED]> wrote:On Thu, 2006-09-14 at 09:28 +0700, Angka H. K. wrote: > Does anyone here using freebsd ?>> I have 2 problem with my i915 dri>> 1. glxgears not running with error 35 from> "/

Re: doom3 fix for 965 broke other (all?) apps

2006-09-13 Thread Angka H. K.
Does anyone here using freebsd ?I have 2 problem with my i915 dri1. glxgears not running with error 35 from "/usr/src/lib/lipthread/thr_mutex.c" line 10032. X always crash when exit and the screen stay at graphic, gdb output shows problem with dri close function, dlclose(extension_pointer_number).

Re: i915_dma.c compile error

2006-08-14 Thread Angka H. K.
5/../i915_irq.c:270: warning: unused variable `dev_priv' On 8/15/06, Eric Anholt <[EMAIL PROTECTED]> wrote: On Tue, 2006-08-15 at 08:59 +0700, Angka H. K. wrote:> I have drm source about a week ago on FreeBSD 7.>> My compilation failed on i915_dma.c line 405, the compiler complain>

Re: i915_dma.c compile error

2006-08-14 Thread Angka H. K.
<[EMAIL PROTECTED]> wrote: Structure drm_device_t is defined in drmP.h, and it includes a member: struct pci_dev *pdev;. You can check the file .   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Angka H. K. Sent: 2006年 8月15 日 10:00 To: dri-devel@lists.sourceforge.

i915_dma.c compile error

2006-08-14 Thread Angka H. K.
I have drm source about a week ago on FreeBSD 7.My compilation failed on i915_dma.c line 405, the compiler complain about pdev not define. The defination looks like this "dev->pdev->device ". There is no pdev defined at drm_device structure I think. Thanks --

i915 compile error

2006-07-18 Thread Angka H. K.
Dear all,Attach is my result when compiling drm for bsd-core. The compilation will continue and the driver will work if this line :-drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private; -is commented out.May b

Re: moving drm CVS to git.

2006-07-13 Thread Angka H. K.
Yes I understand that I need only the first one. And my problem is that first one. Since Xorg is moved to git, I am trying to get all of them one by one and of course that would be long enough to get full source from git. But thanks anyway for making this wonderful code.On 7/14/06, Dave Airlie <[EM

Re: moving drm CVS to git.

2006-07-13 Thread Angka H. K.
Dear all,I have a question in mind that why we Are moving all to git ?For me it has no good, i have to download everything from the buttom to the top. The conversion I found on web is for the source that will be placed on server only, no client site source conversion I can found. For me it is bad