platform/upstream/libdrm.git
18 years agocheck for __FreeBSD_kernel__ (bug 3810)
Brian Paul [Thu, 20 Apr 2006 14:26:59 +0000 (14:26 +0000)]
check for __FreeBSD_kernel__ (bug 3810)

18 years agoErr, use "ifndef" rather than "if !", to avoid compiler warning.
Eric Anholt [Tue, 18 Apr 2006 06:12:22 +0000 (06:12 +0000)]
Err, use "ifndef" rather than "if !", to avoid compiler warning.

18 years agoReorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915
Eric Anholt [Tue, 18 Apr 2006 06:08:17 +0000 (06:08 +0000)]
Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915
    attachment. Make our mga_drv.c use them, while I'm here.
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>

18 years agoUse __LP64__ instead of checking the linux-specific BITS_PER_LONG.
Eric Anholt [Tue, 18 Apr 2006 05:57:28 +0000 (05:57 +0000)]
Use __LP64__ instead of checking the linux-specific BITS_PER_LONG.

18 years agoRevert a change that accidentally went in with whitespace changes from
Eric Anholt [Sun, 9 Apr 2006 20:10:32 +0000 (20:10 +0000)]
Revert a change that accidentally went in with whitespace changes from
    Linux, which broke on FreeBSD. DRM_COPY_*_IOCTL checks for the size
    parameter matching the ioctl's command size there, since the copin/out
    happened earlier.

18 years agoCompile fixes for FreeBSD.
Eric Anholt [Sat, 8 Apr 2006 09:45:43 +0000 (09:45 +0000)]
Compile fixes for FreeBSD.

18 years agocoverity bugfix from the kernel
Dave Airlie [Wed, 5 Apr 2006 08:34:24 +0000 (08:34 +0000)]
coverity bugfix from the kernel

18 years agoremove stupid init and exit flags..
Dave Airlie [Wed, 5 Apr 2006 01:23:57 +0000 (01:23 +0000)]
remove stupid init and exit flags..

18 years agomake add context non master...
Dave Airlie [Mon, 3 Apr 2006 08:06:51 +0000 (08:06 +0000)]
make add context non master...

18 years agoradeon fix up the PCI ids for new memory map like the kernel one.. not libdrm-2_0_1
Dave Airlie [Sat, 25 Mar 2006 07:16:14 +0000 (07:16 +0000)]
radeon fix up the PCI ids for new memory map like the kernel one.. not
    perfect but should be very safe... align some other kernel bits i810
    align with kernel

18 years agoBump driver date to reflect airlied's last fix.
Adam Jackson [Mon, 20 Mar 2006 21:40:54 +0000 (21:40 +0000)]
Bump driver date to reflect airlied's last fix.

18 years agofix issue in mga from kernel
Dave Airlie [Sun, 19 Mar 2006 07:53:46 +0000 (07:53 +0000)]
fix issue in mga from kernel

18 years agomake some functions static in via driver
Dave Airlie [Sun, 19 Mar 2006 07:52:53 +0000 (07:52 +0000)]
make some functions static in via driver

18 years agoAdd missing pci ids for new radeons (most but not all are pcie, r420,
Roland Scheidegger [Fri, 17 Mar 2006 01:35:34 +0000 (01:35 +0000)]
Add missing pci ids for new radeons (most but not all are pcie, r420,
    rv380, rv410), with the exception of the rs400 igps. Hopefully they no
    longer lock up with new ddx, but no guarantees... (bug #5413)

18 years agoAvoid walking off the end of the hash table. (Coverity report #465)
Adam Jackson [Wed, 15 Mar 2006 01:02:54 +0000 (01:02 +0000)]
Avoid walking off the end of the hash table. (Coverity report #465)

18 years agoFix bug I reintroduced
Dave Airlie [Wed, 8 Mar 2006 23:01:32 +0000 (23:01 +0000)]
Fix bug I reintroduced

18 years agofix some use before NULL check
Dave Airlie [Wed, 8 Mar 2006 06:03:45 +0000 (06:03 +0000)]
fix some use before NULL check

18 years agoia64 support for r300_scratch. (not tested)
Aapo Tahkola [Tue, 7 Mar 2006 01:08:35 +0000 (01:08 +0000)]
ia64 support for r300_scratch. (not tested)

18 years agoAdd general-purpose packet for manipulating scratch registers (r300)
Aapo Tahkola [Mon, 6 Mar 2006 20:08:50 +0000 (20:08 +0000)]
Add general-purpose packet for manipulating scratch registers (r300)

18 years agofile xf86mm.c was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Wed, 1 Mar 2006 22:22:25 +0000 (22:22 +0000)]
file xf86mm.c was initially added on branch drm-ttm-branch.

18 years agofile xf86mm.h was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Wed, 1 Mar 2006 22:22:25 +0000 (22:22 +0000)]
file xf86mm.h was initially added on branch drm-ttm-branch.

18 years agoAdd all radeon pci ids known by ddx, but only r350/rv350 and below (new
Roland Scheidegger [Sat, 25 Feb 2006 09:51:15 +0000 (09:51 +0000)]
Add all radeon pci ids known by ddx, but only r350/rv350 and below (new
    chips may be problematic). Leave the existing entries for new chips in
    though. Remove ids not known by ddx (secondary ids, non-existant,...).
    Correct some entries (name/family). Make the radeon family enum look
    more alike the ddx/dri versions. See #5413

18 years agoset dma pages reserved
Dave Airlie [Tue, 21 Feb 2006 11:10:05 +0000 (11:10 +0000)]
set dma pages reserved

18 years agouse coherent memory for PCI allocations with COMP flag
Dave Airlie [Tue, 21 Feb 2006 10:28:47 +0000 (10:28 +0000)]
use coherent memory for PCI allocations with COMP flag

18 years agoFormatting cleanup, dead code removal. Remove N() namespacing macro,
Adam Jackson [Mon, 20 Feb 2006 23:09:00 +0000 (23:09 +0000)]
Formatting cleanup, dead code removal. Remove N() namespacing macro,
    useless. Remove SIGIO handling functions as they're server-only and
    properly belong in libdri.

18 years agoexperimental PCI DMA fixes use proper Linux interfaces
Dave Airlie [Sun, 19 Feb 2006 12:08:14 +0000 (12:08 +0000)]
experimental PCI DMA fixes use proper Linux interfaces

18 years agomissed a piece of benh patch
Dave Airlie [Sun, 19 Feb 2006 12:06:27 +0000 (12:06 +0000)]
missed a piece of benh patch

18 years agomake some functions static from the kernel
Dave Airlie [Sat, 18 Feb 2006 05:43:19 +0000 (05:43 +0000)]
make some functions static from the kernel

18 years agofix brace placement
Dave Airlie [Sat, 18 Feb 2006 05:30:03 +0000 (05:30 +0000)]
fix brace placement

18 years agoalways enable and set master on pci device
Dave Airlie [Sat, 18 Feb 2006 04:18:45 +0000 (04:18 +0000)]
always enable and set master on pci device

18 years agoclear i915 interrupts sources on server exit
Dave Airlie [Sat, 18 Feb 2006 04:13:36 +0000 (04:13 +0000)]
clear i915 interrupts sources on server exit

18 years agoadd proper checking for bitblt multi
Dave Airlie [Sat, 18 Feb 2006 03:21:29 +0000 (03:21 +0000)]
add proper checking for bitblt multi

18 years agoadd benh's memory management patch
Dave Airlie [Sat, 18 Feb 2006 03:04:30 +0000 (03:04 +0000)]
add benh's memory management patch

18 years agofix build wrong function call
Dave Airlie [Sat, 18 Feb 2006 03:01:38 +0000 (03:01 +0000)]
fix build wrong function call

18 years agomajor realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie [Sat, 18 Feb 2006 02:53:36 +0000 (02:53 +0000)]
major realigment of DRM CVS with kernel code, makes integration much easier

18 years agofix card unload
Dave Airlie [Sat, 18 Feb 2006 02:38:07 +0000 (02:38 +0000)]
fix card unload

18 years agoFixup test for memory at end of memory space
Dave Airlie [Sat, 18 Feb 2006 02:34:53 +0000 (02:34 +0000)]
Fixup test for memory at end of memory space

18 years agovia: Change via_drm.h versioning scheme after lenghty discussion on
Thomas Hellstrom [Fri, 17 Feb 2006 17:25:41 +0000 (17:25 +0000)]
via: Change via_drm.h versioning scheme after lenghty discussion on
    unichrome-users.

18 years agofile i915_ttm.c was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Fri, 17 Feb 2006 16:54:37 +0000 (16:54 +0000)]
file i915_ttm.c was initially added on branch drm-ttm-branch.

18 years agoUpdate the hardware breadcrumb in the sarea on irq reception so that
Keith Whitwell [Thu, 9 Feb 2006 23:14:16 +0000 (23:14 +0000)]
Update the hardware breadcrumb in the sarea on irq reception so that
    clients can avoid an ioctl waiting on fences that have already been
    received. Would be even better if the hardware did the update itself.

18 years agofile drm_mm.c was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Wed, 1 Feb 2006 12:58:38 +0000 (12:58 +0000)]
file drm_mm.c was initially added on branch drm-ttm-branch.

18 years agoadd missing name, desc, date, major, minor and patchlevel entries
Alan Hourihane [Thu, 26 Jan 2006 12:14:09 +0000 (12:14 +0000)]
add missing name, desc, date, major, minor and patchlevel entries

18 years agofix an error message typo Unkown -> Unknown
Alan Hourihane [Tue, 24 Jan 2006 21:24:53 +0000 (21:24 +0000)]
fix an error message typo Unkown -> Unknown

18 years agoother part of revert
Alan Hourihane [Tue, 24 Jan 2006 21:18:41 +0000 (21:18 +0000)]
other part of revert

18 years agoput back some of Dave's code related to vblank support - accidentally
Alan Hourihane [Tue, 24 Jan 2006 21:16:54 +0000 (21:16 +0000)]
put back some of Dave's code related to vblank support - accidentally
    reverted.

18 years agofile Makefile.am was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Tue, 24 Jan 2006 14:08:05 +0000 (14:08 +0000)]
file Makefile.am was initially added on branch drm-ttm-branch.

18 years agofile drm_hashtab.c was initially added on branch drm-ttm-branch.
Thomas Hellstrom [Tue, 24 Jan 2006 11:20:05 +0000 (11:20 +0000)]
file drm_hashtab.c was initially added on branch drm-ttm-branch.

18 years agoFix CMDBUFFER path, add heap destroy and flesh out sarea for rotation
Alan Hourihane [Mon, 23 Jan 2006 10:05:22 +0000 (10:05 +0000)]
Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation
    (Tungsten Graphics)

18 years agoAdd support for texture cache flushes (R300_TX_CNTL)
Aapo Tahkola [Fri, 20 Jan 2006 21:45:28 +0000 (21:45 +0000)]
Add support for texture cache flushes (R300_TX_CNTL)

18 years agoSync from r300_reg.h from Mesa.
Aapo Tahkola [Fri, 20 Jan 2006 21:30:07 +0000 (21:30 +0000)]
Sync from r300_reg.h from Mesa.

18 years agoadd Intel i945GM support
Alan Hourihane [Thu, 19 Jan 2006 14:14:06 +0000 (14:14 +0000)]
add Intel i945GM support

18 years agovia: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped
Thomas Hellstrom [Thu, 12 Jan 2006 19:08:16 +0000 (19:08 +0000)]
via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped
    minor since this causes the via DDX to fail with vlc video player.

18 years agovia: Version via_drm.h Alter the drm_via_dmablit_t IOCTL arg.
Thomas Hellstrom [Fri, 6 Jan 2006 11:57:40 +0000 (11:57 +0000)]
via: Version via_drm.h Alter the drm_via_dmablit_t IOCTL arg.

18 years agovia: Last commit really required a bump of minor. Fix.
Thomas Hellstrom [Fri, 6 Jan 2006 11:52:01 +0000 (11:52 +0000)]
via: Last commit really required a bump of minor. Fix.

18 years agovia: Combine PCI DMA transfers with stride==width (Idea from Luc
Thomas Hellstrom [Fri, 6 Jan 2006 11:19:06 +0000 (11:19 +0000)]
via: Combine PCI DMA transfers with stride==width (Idea from Luc
    Verhaegen). A somewhat saner PCI DMA transfer size check. Fix some
    typos. Bump patchlevel.

18 years agonothing from VIA or S3 in this
Dave Airlie [Mon, 2 Jan 2006 09:17:41 +0000 (09:17 +0000)]
nothing from VIA or S3 in this

18 years agomake max minor more rational
Dave Airlie [Mon, 2 Jan 2006 05:55:31 +0000 (05:55 +0000)]
make max minor more rational

18 years agouse drm_cards_limit instead of cards_limit
Dave Airlie [Mon, 2 Jan 2006 05:54:10 +0000 (05:54 +0000)]
use drm_cards_limit instead of cards_limit

18 years agouse common read/write routines
Dave Airlie [Mon, 2 Jan 2006 05:52:17 +0000 (05:52 +0000)]
use common read/write routines

18 years agosparse cleanups
Dave Airlie [Mon, 2 Jan 2006 05:43:04 +0000 (05:43 +0000)]
sparse cleanups

18 years agoThe radeon DRM wasn't passing sparse checking in the kernel, this fixes it
Dave Airlie [Mon, 2 Jan 2006 05:39:19 +0000 (05:39 +0000)]
The radeon DRM wasn't passing sparse checking in the kernel, this fixes it
    by adding a new kernel internal cmd buffer type, that has no userspace
    members, and passes it around.

18 years agoalign spacing with kernel
Dave Airlie [Mon, 2 Jan 2006 05:38:03 +0000 (05:38 +0000)]
align spacing with kernel

18 years agowhitespace cleanup/aligment with kernel
Dave Airlie [Mon, 2 Jan 2006 05:22:50 +0000 (05:22 +0000)]
whitespace cleanup/aligment with kernel

18 years agosome fixes from linux kernel
Dave Airlie [Mon, 2 Jan 2006 03:44:23 +0000 (03:44 +0000)]
some fixes from linux kernel

18 years agocomplete fix for historic attribution
Dave Airlie [Mon, 2 Jan 2006 03:32:03 +0000 (03:32 +0000)]
complete fix for historic attribution

18 years agocomplete fix for attribution
Dave Airlie [Mon, 2 Jan 2006 03:30:57 +0000 (03:30 +0000)]
complete fix for attribution

18 years agoRealign via driver with changes in Linux kernel (mainly whitespace)
Dave Airlie [Mon, 2 Jan 2006 03:25:49 +0000 (03:25 +0000)]
Realign via driver with changes in Linux kernel (mainly whitespace)

18 years agoInitialize sv.drm_dd_minor to "don't care" along with dd_major, to appease
Eric Anholt [Sat, 31 Dec 2005 11:48:12 +0000 (11:48 +0000)]
Initialize sv.drm_dd_minor to "don't care" along with dd_major, to appease
    valgrind.

18 years agoMerge patch from jhb to catch up with FreeBSD-current vgapci master device
Eric Anholt [Fri, 30 Dec 2005 02:17:05 +0000 (02:17 +0000)]
Merge patch from jhb to catch up with FreeBSD-current vgapci master device
    changes.

18 years agoadd radeon card type get param so userspace can avoid walking PCI
Dave Airlie [Thu, 29 Dec 2005 00:17:51 +0000 (00:17 +0000)]
add radeon card type get param so userspace can avoid walking PCI

18 years agoAdd vblank support to i915 DRM..
Dave Airlie [Wed, 28 Dec 2005 23:49:59 +0000 (23:49 +0000)]
Add vblank support to i915 DRM..

18 years agostep back one reported bugs against that patch
Dave Airlie [Wed, 28 Dec 2005 22:36:51 +0000 (22:36 +0000)]
step back one reported bugs against that patch

18 years agofix radeon memory mapping from Ben Herrenschmidt
Dave Airlie [Fri, 16 Dec 2005 08:02:17 +0000 (08:02 +0000)]
fix radeon memory mapping from Ben Herrenschmidt

18 years agoLindent some via files
Dave Airlie [Fri, 16 Dec 2005 07:59:13 +0000 (07:59 +0000)]
Lindent some via files

18 years agoRemove driver.device_is_agp code duplicated in drm_device_find_capability,
Eric Anholt [Mon, 5 Dec 2005 10:53:06 +0000 (10:53 +0000)]
Remove driver.device_is_agp code duplicated in drm_device_find_capability,
    when it really wanted to live in drm_device_is_agp.

18 years agoadd texrect support for r300
Dave Airlie [Mon, 5 Dec 2005 01:11:20 +0000 (01:11 +0000)]
add texrect support for r300

18 years agoFix from SuSE for issue with context creation failure
Dave Airlie [Sun, 4 Dec 2005 01:24:23 +0000 (01:24 +0000)]
Fix from SuSE for issue with context creation failure

18 years agoAdd RV410 X700PRO PCI ID
Eric Anholt [Fri, 2 Dec 2005 23:55:21 +0000 (23:55 +0000)]
Add RV410 X700PRO PCI ID
Submitted by: Adam K Kirchhoff <adamk@voicenet.com>

18 years agoFinish the last bits necessary to get the i915 DRM port working on FreeBSD
Eric Anholt [Fri, 2 Dec 2005 23:41:47 +0000 (23:41 +0000)]
Finish the last bits necessary to get the i915 DRM port working on FreeBSD
Submitted by: Alexey Popov <llp@iteranet.com>

18 years agoFreeBSD PR kern/85479: Restore the enabling of debugging by default by the
Eric Anholt [Fri, 2 Dec 2005 08:47:04 +0000 (08:47 +0000)]
FreeBSD PR kern/85479: Restore the enabling of debugging by default by the
    DRM_DEBUG kernel option. It remains controlled by hw.dri.*.debug no
    matter what.

18 years agoBump package and DSO numbers to 2.0 to reflect 32/64 ABI change
Adam Jackson [Wed, 30 Nov 2005 18:44:54 +0000 (18:44 +0000)]
Bump package and DSO numbers to 2.0 to reflect 32/64 ABI change

18 years agoResync from Xorg head: conditional include of xorg-config.h
Adam Jackson [Wed, 30 Nov 2005 03:51:46 +0000 (03:51 +0000)]
Resync from Xorg head: conditional include of xorg-config.h

18 years agoResync from Xorg head (Bug #3815, GNU/kFreeBSD hack)
Adam Jackson [Wed, 30 Nov 2005 02:55:14 +0000 (02:55 +0000)]
Resync from Xorg head (Bug #3815, GNU/kFreeBSD hack)

18 years agoAdd TODO based on my email from a while ago
Adam Jackson [Tue, 29 Nov 2005 21:10:59 +0000 (21:10 +0000)]
Add TODO based on my email from a while ago

18 years agoRemove redundant #ifdef stanza
Adam Jackson [Tue, 29 Nov 2005 20:03:38 +0000 (20:03 +0000)]
Remove redundant #ifdef stanza

18 years agoError checking for drmStrdup (Tilman Sauerbeck)
Adam Jackson [Tue, 29 Nov 2005 20:02:34 +0000 (20:02 +0000)]
Error checking for drmStrdup (Tilman Sauerbeck)

18 years agofixup xf86drm.c for new headers
Dave Airlie [Tue, 29 Nov 2005 09:50:47 +0000 (09:50 +0000)]
fixup xf86drm.c for new headers

18 years agoFix from Hugh Dickins for consistent mapping
Dave Airlie [Tue, 29 Nov 2005 09:46:27 +0000 (09:46 +0000)]
Fix from Hugh Dickins for consistent mapping

18 years agofixes from Egbert for 64bit
Dave Airlie [Tue, 29 Nov 2005 09:19:20 +0000 (09:19 +0000)]
fixes from Egbert for 64bit

18 years agoAssert an MIT copyright on sis_drm.h, since one was lacking and I created
Eric Anholt [Mon, 28 Nov 2005 23:10:41 +0000 (23:10 +0000)]
Assert an MIT copyright on sis_drm.h, since one was lacking and I created
    that particular file. Its contents have changed a good bit since the
    original sis code, and the original sis code didn't care much about
    attribution since it routinely disclaims Precision Insight/VA Linux
    from responsibility. Also, adjust formatting around license headers
    (have a comment open immediately before the "Copyright" line, not as a
    runon of any previous comments) for automatic processing into FreeBSD,
    where /*- is used to signal the beginning of license headers for
    automatic compilation of license lists.

18 years agoremove xf86drmCompat.*, unused since about XFree86 4.2.
Adam Jackson [Mon, 28 Nov 2005 22:18:12 +0000 (22:18 +0000)]
remove xf86drmCompat.*, unused since about XFree86 4.2.

18 years agoFix AGP support guessing: Implement the same bridge checking in the MGA
Eric Anholt [Mon, 28 Nov 2005 21:15:46 +0000 (21:15 +0000)]
Fix AGP support guessing: Implement the same bridge checking in the MGA
    driver as Linux uses, and actually use the driver's device_is_agp if
    available (hopefully fixing i915).

18 years agofix mem leak in HashHash() (bug 5171)
Brian Paul [Mon, 28 Nov 2005 17:33:01 +0000 (17:33 +0000)]
fix mem leak in HashHash() (bug 5171)

18 years agoFixed long standing 64-bit bug in via memory manager. Bumped via date and
Thomas Hellstrom [Wed, 16 Nov 2005 10:55:53 +0000 (10:55 +0000)]
Fixed long standing 64-bit bug in via memory manager. Bumped via date and
    patchlevel.

18 years agoLoosen via dmablit alignment checks somewhat. Adapt stride check to maximum
Thomas Hellstrom [Tue, 15 Nov 2005 11:20:47 +0000 (11:20 +0000)]
Loosen via dmablit alignment checks somewhat. Adapt stride check to maximum
    sceen size for EXA.

18 years agoFix compiling and reenable build of i915 driver.
Eric Anholt [Tue, 15 Nov 2005 09:22:09 +0000 (09:22 +0000)]
Fix compiling and reenable build of i915 driver.

18 years agoFix Savage DRI without ShadowStatus NO by allowing the shadow area to be
Eric Anholt [Tue, 15 Nov 2005 04:37:51 +0000 (04:37 +0000)]
Fix Savage DRI without ShadowStatus NO by allowing the shadow area to be
    mapped.

18 years agoenable i915 32/64 bit ioctls
Dave Airlie [Fri, 11 Nov 2005 12:23:18 +0000 (12:23 +0000)]
enable i915 32/64 bit ioctls

18 years agoRV200 < R200
Dave Airlie [Fri, 11 Nov 2005 10:56:31 +0000 (10:56 +0000)]
RV200 < R200

18 years agoi810 should be fine with i810.. no idea what this crack is ..
Dave Airlie [Fri, 11 Nov 2005 10:52:23 +0000 (10:52 +0000)]
i810 should be fine with i810.. no idea what this crack is ..