summaryrefslogtreecommitdiff
path: root/shared-core/via_drv.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22drm: Strip old ttm.Thomas Hellstrom1-40/+0
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom1-10/+4
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes1-1/+1
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard1-1/+1
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes1-4/+6
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-2/+2
2007-02-16Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom1-1/+47
2007-02-13Bugzilla Bug #9457Thomas Hellstrom1-1/+2
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie1-1/+0
2006-06-15via:Thomas Hellstrom1-0/+1
2006-06-06Merge in the drm-sman-branchThomas Hellstrom1-0/+5
2006-02-17via: Change via_drm.h versioning scheme after lenghty discussion onThomas Hellstrom1-4/+4
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie1-3/+0
2005-08-15Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup byEric Anholt1-20/+7
2005-08-14VIA bugvixes by Joris van Rantwijk Initial commit.Thomas Hellstrom1-3/+7
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-27/+8
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl1-12/+12
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl1-0/+6
2005-03-28Via updates:Thomas Hellstrom1-1/+2
2005-02-03Via driver: Add missing drm_poll function to via driver in core.Thomas Hellstrom1-0/+1
2005-01-05VIA update:Thomas Hellstrom1-0/+1
2004-12-13VIA drm updates:Thomas Hellstrom1-1/+2
2004-12-03Added 3D functionality to the via command verifier. Modified the viaThomas Hellstrom1-0/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-18/+18
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-5/+5
2004-10-09cleanup VIA driver to look a bit like others before kernel mergeDave Airlie1-10/+0
2004-10-08Changed unsigned to uint32_t in some ioctl parameters. Introduced firstThomas Hellstrom1-3/+3
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-38/+38
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl1-0/+8
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-13/+89
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl1-18/+1
2004-09-20remove HAVE_COUNTERSDave Airlie1-2/+0
2004-09-07Added IOCTL for writing 2D DMA command buffers over PCI. Bumped minorThomas Hellstrom1-3/+5
2004-08-24Merged drmfntbl-0-0-2Dave Airlie1-0/+1
2004-08-24This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:Erdi Chen1-3/+6
2004-08-17Merged drmfntbl-0-0-1Dave Airlie1-0/+1
2004-04-121. Added a PCI ID.Thomas Hellstrom1-2/+2
2004-03-23Merged via-1-2-0Thomas Hellstrom1-0/+67