summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Eliminate XGI_CHECK_PCI_CONFIG.Ian Romanick2007-07-231-38/+0
| | * | | Bump version.Ian Romanick2007-07-211-2/+2
| | * | | Remove some extraneous debug messages.Ian Romanick2007-07-211-5/+0
| | * | | xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long.Ian Romanick2007-07-211-1/+1
| | * | | Rename and document fields of xgi_cmdring_info.Ian Romanick2007-07-212-45/+59
| | * | | Make s_cmdring a field in the xgi_info structure instead of a global.Ian Romanick2007-07-213-28/+30
| | * | | Clean up xgi_cmd_info and associated code.Ian Romanick2007-07-212-28/+19
| | * | | Clean up flush command generation in addFlush2D.Ian Romanick2007-07-201-5/+3
| | * | | Clean up generation of begin commands in xgi_submit_cmdlistIan Romanick2007-07-202-31/+19
| | * | | Change handling of begin types slightly.Ian Romanick2007-07-201-24/+30
| | * | | Delete unused variable in xgi_driver_load.Ian Romanick2007-07-191-4/+1
| | * | | Fix error handing related to xgi_cmdlist_initialize.Ian Romanick2007-07-192-6/+10
| | * | | Debug message and comment clean up in xgi_submit_cmdlist.Ian Romanick2007-07-191-20/+5
| | * | | Rework xgi_(pcie|fb)_free_all to prevent deadlock.Ian Romanick2007-07-192-7/+19
| | * | | Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.Ian Romanick2007-07-191-31/+31
| | * | | Initial pass at converting driver to DRM infrastructure.Ian Romanick2007-07-1914-3543/+882
| | * | | Add XP5 and XP10 PCI IDs.Ian Romanick2007-07-161-0/+3
| | * | | Make drm_sg_free callable in-kernel.Ian Romanick2007-07-162-12/+22
| | * | | Log message clean up in WriteRegDWord. Remove unused inline functions.Ian Romanick2007-07-161-20/+2
| | * | | Clean ups (primarilly log messages) in xgi_test_rwinkernel.Ian Romanick2007-07-161-8/+9
| | * | | Eliminate unnecessary structures and defines.Ian Romanick2007-07-161-20/+0
| | * | | Eliminate several useless ioctls and associated cruft.Ian Romanick2007-07-166-175/+20
| | * | | Massive log message clean up in xgi_submit_cmdlist.Ian Romanick2007-07-161-85/+14
| | * | | Merge branch 'master' into xgi-0-0-2Ian Romanick2007-07-1254-1524/+4379
| | |\ \ \
| | * | | | Convert occurances of U32 to other types.Ian Romanick2007-07-098-68/+16
| | * | | | Fix ioctl types.Ian Romanick2007-07-091-2/+2
| | * | | | Eliminiate fields in xgi_info that are duplicates of fields in pci_dev.Ian Romanick2007-07-093-47/+18
| | * | | | Move types shared with user mode to xgi_drm.h.Ian Romanick2007-07-094-130/+181
| | * | | | Correct types that are shared with user mode.Ian Romanick2007-07-093-38/+33
| | * | | | Adjust the types of the fields of xgi_aperture.Ian Romanick2007-07-092-9/+7
| | * | | | Merge xgi_mem_req and xgi_mem_alloc into a single type.Ian Romanick2007-07-095-50/+39
| | * | | | Remove XGI_IOCTL_CPUID and associated cruft.Ian Romanick2007-07-054-29/+3
| | * | | | Major clean up of xgi_ge_irq_handlerIan Romanick2007-07-051-137/+123
| | * | | | Convert weird rtdsc usage to get_cycles.Ian Romanick2007-07-051-14/+10
| | * | | | Convert a few more U32 variables to more appropriate, generic types.Ian Romanick2007-06-294-10/+10
| | * | | | Convert xgi_mem_location enum values to less generic names.Ian Romanick2007-06-294-14/+14
| | * | | | Convert open coded list iterators to either list_for_each_entry or list_for_e...Ian Romanick2007-06-293-112/+45
| | * | | | Clean up xgi_pcie_heap_checkIan Romanick2007-06-291-23/+19
| | * | | | Stop-gap fix in xgi_submit_cmdlistIan Romanick2007-06-291-11/+18
| | * | | | Convert some PCI-e GART related variable to generic types.Ian Romanick2007-06-291-4/+4
| | * | | | Delete unused arrays s_emptyBegin and s_flush2D.Ian Romanick2007-06-291-14/+0
| | * | | | Replace U(8|16) with u(8|16).Ian Romanick2007-06-293-23/+21
| | * | | | Eliminate unnecessary defines of TRUE and FALSE.Ian Romanick2007-06-291-8/+0
| | * | | | Replace BOOL with bool.Ian Romanick2007-06-293-11/+10
| | * | | | Eliminate unused integer and float typedefs.Ian Romanick2007-06-291-10/+0
| | * | | | Eliminate structure typedefsIan Romanick2007-06-2912-377/+350
| | * | | | Fix return type of xgi_find_pcie_block.Ian Romanick2007-06-293-6/+5
| | * | | | Remove unused type 'struct xgi_pcie_list_s' / xgi_pcie_list_t.Ian Romanick2007-06-281-5/+0
| | * | | | Minor clean up of variable declarations in xgi_find_pcie_virt.Ian Romanick2007-06-281-11/+6
| | * | | | Clean up debug log messages in xgi_find_pcie_block.Ian Romanick2007-06-281-23/+13