summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-14/+14
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-8/+12
2007-07-16drm: remove drm_buf_tDave Airlie1-2/+2
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-18/+18
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-1/+1
2007-06-08r300: Added the CP maximum fetch size and ring rptr update variables.Oliver McFadden1-2/+8
2007-06-05r300: Small correction to the previous commit.Oliver McFadden1-1/+1
2007-06-05r300: Document more of the RADEON_RBBM_STATUS register.Alex Deucher1-1/+43
2007-06-03radeon: add support for vblank on crtc2Dave Airlie1-1/+12
2007-04-29radeon: Don't mess up page flipping when a file descriptor is closed.Michel Dänzer1-1/+0
2007-04-09rs480: Renamed some unknown registers. See dri-devel list.Oliver McFadden1-2/+2
2007-04-09radeon: bump version for IGPGART supportDave Airlie1-1/+2
2007-04-09radeon: add support for reverse engineered xpress200mDave Airlie1-0/+19
2007-03-04radeon: make PCI GART aperture size variable, but making table size variableDave Airlie1-1/+3
2006-12-14Unify radeon offset checking.Michel Dänzer1-0/+15
2006-09-15Use register writes instead of BITBLT_MULTI packets for buffer swap blits.Michel Dänzer1-0/+3
2006-09-12drm: use radeon specific names for radeon flagsDave Airlie1-10/+10
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-1/+1
2006-07-26Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cardsMichel Dänzer1-0/+1
2006-07-19Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT.Michel Dänzer1-4/+9
2006-07-19When writeback isn't used, actually disable it in the hardware.Michel Dänzer1-0/+1
2006-05-24Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and newdrm-before-sman-mergeRoland Scheidegger1-2/+6
2006-05-20add forgotten register define for previous commitRoland Scheidegger1-1/+3
2006-03-25radeon fix up the PCI ids for new memory map like the kernel one.. notlibdrm-2_0_1Dave Airlie1-7/+12
2006-03-06Add general-purpose packet for manipulating scratch registers (r300)Aapo Tahkola1-1/+4
2006-02-25Add all radeon pci ids known by ddx, but only r350/rv350 and below (newRoland Scheidegger1-6/+7
2006-02-18add benh's memory management patchDave Airlie1-2/+6
2006-01-20Add support for texture cache flushes (R300_TX_CNTL)Aapo Tahkola1-2/+3
2006-01-02The radeon DRM wasn't passing sparse checking in the kernel, this fixes itDave Airlie1-4/+10
2005-12-29add radeon card type get param so userspace can avoid walking PCIDave Airlie1-2/+3
2005-12-16fix radeon memory mapping from Ben HerrenschmidtDave Airlie1-0/+1
2005-12-05add texrect support for r300Dave Airlie1-1/+2
2005-11-11RV200 < R200Dave Airlie1-1/+1
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie1-0/+3
2005-09-30Add support to turn writeback off via radeon module optionDave Airlie1-0/+1
2005-09-11Add GART in FB support for ati pcigart, and PCIE support for r300Dave Airlie1-6/+8
2005-09-09Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1,Roland Scheidegger1-2/+8
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-10/+8
2005-08-04Mark some radeon init variables deprecated. These used to be passed in butJon Smirl1-2/+0
2005-07-27fix driver date and drm minor version for r300 supportRoland Scheidegger1-2/+3
2005-07-20Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,Eric Anholt1-0/+50
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-0/+1
2005-06-28add compat code from Paul MackerrasDave Airlie1-0/+2
2005-06-19Remove I2C support from radeon driver. Same support is available fromJon Smirl1-7/+0
2005-05-27add radeon registers from VHA code these are the "unknown" registersDave Airlie1-0/+30
2005-03-15add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering onRoland Scheidegger1-2/+6
2005-03-04add some idct type 3 packets for referenceDave Airlie1-0/+2
2005-02-10add support for texture micro tiling on radeon/r200. Add support for r100Roland Scheidegger1-2/+11
2005-02-08Close a race which could allow for privilege escalation by users with DRIEric Anholt1-15/+16
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-23/+0