summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2005-10-22via: Sync via_drm.h with 3D driver. Bump via patchlevel and date.Thomas Hellstrom3-13/+22
2005-10-20fix G550 cardsDave Airlie2-2/+2
2005-10-20via and r300 still need installed reg headers.Adam Jackson1-1/+7
2005-10-20via: PCI DMA bugfixes and DOS due to too many mapped pages checks.Thomas Hellstrom1-1/+1
2005-10-20dma access also needs some workDave Airlie1-0/+1
2005-10-20the old init path needs to set WAGP_ENABLE by defaultDave Airlie1-0/+3
2005-10-14Doig a full clean up from mga_do_dma_bootstrap whenIan Romanick1-11/+15
2005-10-14Fixed a cut-and-paste bug that could cause an oops in mga_do_cleanup_dmaIan Romanick1-2/+2
2005-10-13Add X300 RV370Dave Airlie1-0/+1
2005-10-06Skeleton nv drm driver, to enable DMA in EXA. (Lars Knoll, minor updates byAdam Jackson2-0/+232
2005-09-30Add support to turn writeback off via radeon module optionDave Airlie2-0/+5
2005-09-30fix pci overriding from userspaceDave Airlie2-1/+7
2005-09-25Add the via PCI DMA blit code.Thomas Hellstrom5-16/+128
2005-09-25hopefully fix server recycling on PCIEDave Airlie1-3/+9
2005-09-12add some pci express chipsDave Airlie1-0/+2
2005-09-12make PCI Express work on 64-bit machines, thanks to Alex Deucher (agd5f)Dave Airlie1-3/+3
2005-09-11Add GART in FB support for ati pcigart, and PCIE support for r300Dave Airlie6-25/+56
2005-09-09Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1,Roland Scheidegger3-4/+37
2005-09-09Add another R300 PCI id. Submitted by: Daniel EstévezVladimir Dergachev1-0/+1
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie8-100/+100
2005-08-26- Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code.Eric Anholt1-19/+32
2005-08-25Add missing .cvsignore files for autotoolery.Eric Anholt1-0/+2
2005-08-22remove i915_pm code as it causes too many issues with current softwareAlan Hourihane1-5/+0
2005-08-21We don't need to install all the internal headers files only drm.h andDave Airlie1-18/+1
2005-08-20Fix silly install issue by moving the header install rules for shared-corelibdrm-1_0_3Adam Jackson1-0/+49
2005-08-17commit toggle switch to make Linux drm_handle_t unsigned intDave Airlie1-0/+4
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie4-3/+7
2005-08-15Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup byEric Anholt11-86/+110
2005-08-14VIA bugvixes by Joris van Rantwijk Initial commit.Thomas Hellstrom4-6/+13
2005-08-12Reverting the previous via security-fix commit, since the assumption ofThomas Hellstrom2-12/+2
2005-08-10Security fix on via: Checking that the specified context belongs to theThomas Hellstrom2-2/+12
2005-08-09Make sure savage has 3rd ioctl parameterJon Smirl1-4/+4
2005-08-07make some functions static in the savage drm driverDave Airlie2-6/+13
2005-08-07fix ioctl in r128 drm direction from Egbert Eich.Dave Airlie1-1/+1
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt14-80/+98
2005-08-04Mark some radeon init variables deprecated. These used to be passed in butJon Smirl5-15/+11
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl7-96/+96
2005-08-04Whitespace fixups.Eric Anholt1-5/+2
2005-08-04Fix the MGA driver on BSD by passing in the proper chipset flags to theEric Anholt2-28/+20
2005-08-04Add a debugging error message from testing new MGA code on BSD.Eric Anholt1-0/+1
2005-07-28Fix issues with buffer aging when more than one dma buffer is discarded inEric Anholt1-3/+1
2005-07-27Correct a couple of descriptions of files in comments (were justEric Anholt1-1/+1
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 Anholt8-35/+2411
2005-07-16revert last change due to me bring up too earlyDave Airlie3-7/+3
2005-07-16up the versionDave Airlie1-1/+2
2005-07-16Egbert noticed this issue, but changing the IOW to IOWR mess upDave Airlie2-2/+5
2005-07-15VIA: Fix sparse warnings (Alexey Dobriyan)Thomas Hellstrom8-20/+25
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl1-0/+6
2005-06-29Move to linux specific directoryAlan Hourihane1-167/+0