Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-19 | missed a piece of benh patch | Dave Airlie | |
2006-02-18 | fix brace placement | Dave Airlie | |
2006-02-18 | clear i915 interrupts sources on server exit | Dave Airlie | |
2006-02-18 | add proper checking for bitblt multi | Dave Airlie | |
2006-02-18 | add benh's memory management patch | Dave Airlie | |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | |
2006-02-17 | via: Change via_drm.h versioning scheme after lenghty discussion on | Thomas Hellstrom | |
unichrome-users. | |||
2006-02-09 | Update the hardware breadcrumb in the sarea on irq reception so that | Keith Whitwell | |
clients can avoid an ioctl waiting on fences that have already been received. Would be even better if the hardware did the update itself. | |||
2006-01-24 | fix an error message typo Unkown -> Unknown | Alan Hourihane | |
2006-01-24 | other part of revert | Alan Hourihane | |
2006-01-24 | put back some of Dave's code related to vblank support - accidentally | Alan Hourihane | |
reverted. | |||
2006-01-23 | Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation | Alan Hourihane | |
(Tungsten Graphics) | |||
2006-01-20 | Add support for texture cache flushes (R300_TX_CNTL) | Aapo Tahkola | |
2006-01-20 | Sync from r300_reg.h from Mesa. | Aapo Tahkola | |
2006-01-19 | add Intel i945GM support | Alan Hourihane | |
2006-01-12 | via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped | Thomas Hellstrom | |
minor since this causes the via DDX to fail with vlc video player. | |||
2006-01-06 | via: Version via_drm.h Alter the drm_via_dmablit_t IOCTL arg. | Thomas Hellstrom | |
2006-01-06 | via: Last commit really required a bump of minor. Fix. | Thomas Hellstrom | |
2006-01-06 | via: Combine PCI DMA transfers with stride==width (Idea from Luc | Thomas Hellstrom | |
Verhaegen). A somewhat saner PCI DMA transfer size check. Fix some typos. Bump patchlevel. | |||
2006-01-02 | make max minor more rational | Dave Airlie | |
2006-01-02 | The radeon DRM wasn't passing sparse checking in the kernel, this fixes it | Dave Airlie | |
by adding a new kernel internal cmd buffer type, that has no userspace members, and passes it around. | |||
2006-01-02 | whitespace cleanup/aligment with kernel | Dave Airlie | |
2006-01-02 | some fixes from linux kernel | Dave Airlie | |
2006-01-02 | complete fix for historic attribution | Dave Airlie | |
2006-01-02 | complete fix for attribution | Dave Airlie | |
2006-01-02 | Realign via driver with changes in Linux kernel (mainly whitespace) | Dave Airlie | |
2005-12-29 | add radeon card type get param so userspace can avoid walking PCI | Dave Airlie | |
2005-12-28 | Add vblank support to i915 DRM.. | Dave Airlie | |
2005-12-28 | step back one reported bugs against that patch | Dave Airlie | |
2005-12-16 | fix radeon memory mapping from Ben Herrenschmidt | Dave Airlie | |
2005-12-16 | Lindent some via files | Dave Airlie | |
2005-12-05 | add texrect support for r300 | Dave Airlie | |
2005-12-02 | Add RV410 X700PRO PCI ID | Eric Anholt | |
Submitted by: Adam K Kirchhoff <adamk@voicenet.com> | |||
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt | |
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. | |||
2005-11-16 | Fixed long standing 64-bit bug in via memory manager. Bumped via date and | Thomas Hellstrom | |
patchlevel. | |||
2005-11-15 | Loosen via dmablit alignment checks somewhat. Adapt stride check to maximum | Thomas Hellstrom | |
sceen size for EXA. | |||
2005-11-11 | enable i915 32/64 bit ioctls | Dave Airlie | |
2005-11-11 | RV200 < R200 | Dave Airlie | |
2005-11-11 | fix up radeon whitespace | Dave Airlie | |
2005-11-11 | mixing breaks in r128 driver.. fixed in kernel | Dave Airlie | |
2005-11-11 | remove extra spaces | Dave Airlie | |
2005-11-11 | cleanup ioctl/max_ioctl to use header file for extern symbols | Dave Airlie | |
2005-11-08 | Correct a LOR issue on FreeBSD by allocating temporary space and doing a | Eric Anholt | |
single DRM_COPY_FROM_USER rather than DRM_VERIFYAREA_READ followed by tons of DRM_COPY_FROM_USER_UNCHECKED. I don't like the look of the temporary space allocation, but I like the simplification in the rest of the file. Tested with glxgears, tuxracer, and q3 on a savage4. | |||
2005-11-08 | Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds | Eric Anholt | |
drm_mtrr_{add,del} for handling the MTRR setup. Still has a LOR issue with DRM_VERIFYAREA_READ/DRM_COPY_FROM_USER_UNCHECKED in savage_bci.c -- this won't work with the fine-grained locking in use, and just doing a single copyin to a temporary will probably work fine. Also note that the module leaks approximately 4 kb on unload. | |||
2005-11-08 | Correct a LOR on FreeBSD by allocating a temporary buffer and doing a | Eric Anholt | |
single COPY_FROM_USER into it, rather than VERIFYAREA followed by many COPY_FROM_USER_UNCHECKEDs. | |||
2005-11-08 | Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things | Eric Anholt | |
up a good bit, I think. Also, remove the agp_uninit() function which has lain around as a noop for years now. The FreeBSD DRM is now all compiling, with the exception of via. One known sleeping-with-lock-held issue remains. | |||
2005-11-08 | Catch FreeBSD up to the pcie gart changes. Required minor modification to | Eric Anholt | |
radeon_cp.c to use a drm_local_map_t-type mapping (drm_core_ioremap rather than drm_ioremap), which contains private device mapping information on BSD. I also changed the ati_pcigart interface to use "void *" for pointers to kva rather than "unsigned long". While PCIGART support appears to be broken on FreeBSD currently, I think this is not new, and BusType PCI remains working on my r100 in Linux. | |||
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick | |
drm_agp_foo_ioctl pair. Modifies the MGA DRM to use the drm_agp_foo functions instead of the drm_foo_agp functions. The drm_foo_agp functions are no longer exported by drm.ko. Ensures that dma->seg_count and dma->page_count are properly set in drm_addbufs_{agp,sg,fb}. drm_addbufs_pci was already correct. Ensures that mga_do_agp_dma_bootstrap correctly sets agp_buffer_token. At this point PCI DMA is still broken. Xorg bug: #4797 Reviewed by: Dave Airlie, Eric Anholt Signed-off-by: Ian Romanick <idr@us.ibm.com> | |||
2005-10-22 | via: Sync via_drm.h with 3D driver. Bump via patchlevel and date. | Thomas Hellstrom | |
2005-10-20 | fix G550 cards | Dave Airlie | |