| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-03-21 | r500: fragment program upload is also used to upload constants. | Dave Airlie | |
| Limit frag address to 8 bits | |||
| 2008-03-20 | drm: fixup r500fp submission | Dave Airlie | |
| 2008-03-20 | nouveau: do not set on-board timer's numerator/denominator to bad values | Stuart Bennett | |
| 2008-03-19 | RADEON: switch over to new production microcode | Alex Deucher | |
| This needs to be tested thoroughly before pushing to the kernel. | |||
| 2008-03-19 | RADEON: production microcode for all radeons, r1xx-r6xx | Alex Deucher | |
| This updated microcode is not in use yet. | |||
| 2008-03-19 | move some more r300 regs into not allowed on r500 | Dave Airlie | |
| 2008-03-18 | drm: add new rs690 pci id | Dave Airlie | |
| 2008-03-17 | initial r500 RS and FP register and upload code | Dave Airlie | |
| 2008-03-17 | drm/pcigart: fix the pci gart to use the drm_pci wrapper. | Dave Airlie | |
| This is the correct fix for the RS690 and hopefully the dma coherent work. For now we limit everybody to a 32-bit DMA mask but it is possible for RS690 to use a 40-bit DMA mask for the GART table itself, and the PCIE cards can use 40-bits for the table entries. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2008-03-16 | Avoid unnecessary waits for command regulator pause. | Thomas Hellstrom | |
| 2008-03-16 | [via] Remove some leftover vars. | Thomas Hellstrom | |
| 2008-03-16 | [via] The millionth fixup for the millionth-1 attempt to stabilize the AGP | Thomas Hellstrom | |
| DMA command submission. It's worth remembering that all new bright ideas on how to make this command reader work properly and according to docs will probably fail :( Bring in some old code. | |||
| 2008-03-16 | [via] Fix driver after vblank-rework merge. | Thomas Hellstrom | |
| 2008-03-16 | drm/rs690: set AGP_BASE_2 to 0 | Dave Airlie | |
| 2008-03-16 | drm: set rs690 gart base completly. | Dave Airlie | |
| The docs state bits 4-11 represent bits 32-39 of a 40-bit address | |||
| 2008-03 [DRM_IOCTL_NR(SIS_IOCTL_AGP_FREE)] = { sisp_agp_free, 1, 0 } #if 0 /* these don't appear to be defined */ /* SIS Stereo */ [DRM_IOCTL_NR(DRM_IOCTL_CONTROL)] = { sis_control, 1, 1 }, [DRM_IOCTL_NR(SIS_IOCTL_FLIP)] = { sis_flip, 1, 1 }, [DRM_IOCTL_NR(SIS_IOCTL_FLIP_INIT)] = { sis_flip_init, 1, 1 }, [DRM_IOCTL_NR(SIS_IOCTL_FLIP_FINAL)] = { sis_flip_final, 1, 1 } #endif #define __HAVE_COUNTERS 5 #include "drm_auth.h" #include "drm_agpsupport.h" #include "drm_bufs.h" #include "drm_context.h" #include "drm_dma.h" #include "drm_drawable.h" #include "drm_drv.h" #include "drm_fops.h" #include "drm_init.h" #include "drm_ioctl.h" #include "drm_lists.h" #include "drm_lock.h" #include "drm_memory.h" #include "drm_proc.h" #include "drm_vm.h" #include "drm_stub.h" | |||
