OSDN Git Service

i915 make relocs use copy from user
[android-x86/external-libdrm.git] / shared-core / savage_bci.c
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-04-28 Dave Airlieremove DRM_GETSAREA and replace with drm_getsarea function
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-19 Dave Airliemake a savage function static from kernel
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-17 Michael Karcherdev->agp_buffer_map is not initialized for AGP DMA...
2006-04-09 Eric AnholtRevert a change that accidentally went in with whitespa...
2006-01-02 Dave Airliewhitespace cleanup/aligment with kernel
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-09 Jon SmirlMake sure savage has 3rd ioctl parameter
2005-08-07 Dave Airliemake some functions static in the savage drm driver
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-06-28 Eric Anholt- Remove drm_initmap and replace its usage with drm_add...
2005-06-21 Jon SmirlChange initialization of savage register access to...
2005-06-04 Dave AirlieRemove warnings about code mixed with declerations..
2005-03-13 Felix KuehlingCommand DMA optimizations:
2005-03-07 Felix KuehlingTracked down random lockups related to command DMA...
2005-03-06 Felix KuehlingAdded support for command DMA on Savage4-based hardware...
2005-02-23 Felix KuehlingUse wrap counter to extend 16-bit hardware event tags...
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-01-15 Felix KuehlingSetup MTRRs for frame buffer and aperture manually...
2005-01-10 Felix KuehlingOnly try to find the agp_buffer_map if dma_type is...
2005-01-08 Felix KuehlingFixed off-by-one error in savage_bci_wait_fifo_shadow.
2005-01-05 Felix Kuehling3D scissor regs are now managed by the DRM to iterate...
2005-01-01 Felix KuehlingCompleteley rewritten Savage DRM which can be considere...