aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm
AgeCommit message (Expand)AuthorFilesLines
2006-03-30Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds16-318/+413
2006-03-29drm: remove drm_{alloc,free}_pagesDave Airlie3-131/+0
2006-03-29drm: sis fix compile warningDave Airlie1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven3-3/+3
2006-03-25drm: add new radeon PCI ids..Dave Airlie3-27/+81
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller1-0/+1
2006-03-20remove dead Radeon URLAdrian Bunk1-2/+2
2006-03-20drm: read breadcrumb in IRQ handlerDave Airlie1-0/+2
2006-03-19drm: fixup i915 breadcrumb read/writeDave Airlie1-2/+0
2006-03-19drm: remove pointless checks in radeon_stateDave Airlie1-45/+0
2006-03-19drm: fixup improper cast.Dave Airlie1-1/+1
2006-03-19drm: rationalise some pci idsDave Airlie2-16/+14
2006-03-19drm: Add general-purpose packet for manipulating scratch registers (r300)Dave Airlie3-1/+75
2006-03-19drm: rework radeon memory map (radeon 1.23)Dave Airlie5-64/+163
2006-03-19drm: update r300 register namesDave Airlie2-9/+34
2006-03-19drm: fixup PCI DMA supportDave Airlie4-23/+44
2006-02-18drm: fix brace placementDave Airlie1-4/+2
2006-02-18drm: radeon add r300 TX_CNTL and verify bitblt packetsDave Airlie3-1/+55
2006-02-18drm: fixup i915 interrupt on X server exitDave Airlie1-0/+5
2006-02-13[PATCH] Remove "RV370 5B60 [Radeon X300 (PCIE)]" from DRI listDave Jones1-1/+0
2006-02-06[PATCH] DRM: fix up classdev interface for drm coreGreg Kroah-Hartman3-108/+35
2006-02-02Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds28-175/+248
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie11-125/+126
2006-02-02drm: drivers/char/drm/: make some functions staticDave Airlie10-23/+12
2006-01-26drm: Fixes sparse warnings in via_dmablit.cDave Airlie1-2/+2
2006-01-25drm: i915 patches from Tungsten GraphicsDave Airlie4-14/+98
2006-01-25drm: ati_pcigart: simplify page_count manipulationsDave Airlie1-7/+4
2006-01-25drm: use NULL instead of 0Dave Airlie1-3/+3
2006-01-25drm: add X600 PCI IDsDave Airlie1-0/+1
2006-01-25drm: add i945GM PCI IDDave Airlie1-0/+1
2006-01-25drm: Fix sparce warning in radeon driverDave Airlie1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-12Merge branch 'drm-forlinus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds73-1812/+2794
2006-01-12drm: fix issues with systems with no MTRRDave Airlie1-0/+14
2006-01-11drm: cleanup properly on drm module unloadDave Airlie1-6/+6
2006-01-11drm: fixup drm bufs being just under the EOMDave Airlie1-1/+1
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig5-5/+0
2006-01-10drm: fix radeon warnings on 64-bitDave Airlie1-3/+3
2006-01-10drm: fix warning on alphaDave Airlie1-0/+2
2006-01-03drm: remove is_pci flag completely...Dave Airlie1-1/+0
2006-01-03drm: merge in Linus mainlineDave Airlie5-7/+11
2006-01-02drm: major update from CVS for radeon and coreDave Airlie12-381/+366
2006-01-02drm: update drm pci ids listDave Airlie1-1/+11
2006-01-02drm: drm_ioctl.c sync with fixes from CVSDave Airlie1-5/+10
2006-01-02drm: update lock flags from userspaceDave Airlie1-2/+2
2006-01-02drm: update to i915 1.3.0Dave Airlie6-39/+78
2006-01-02drm: update drm_memory_debug.hDave Airlie1-135/+134
2006-01-02drm: proper fix for drm_contextDave Airlie1-2/+1
2006-01-02drm: fix issue with contexts running out of RAMDave Airlie1-0/+4
2006-01-02drm: update PCIGART support from CVSDave Airlie8-38/+43
2006-01-02drm: remove old reclaim_buffers from ix0 driversDave Airlie2-2/+0
2006-01-02drm: bring savage inline with latest CVSDave Airlie2-17/+27
2006-01-02drm: fix a LOR issue on FreeBSD for savage driverDave Airlie2-176/+171
2006-01-02drm: bring sis + tdfx up to latest CVSDave Airlie5-15/+42
2006-01-02drm: via driver update to CVS versionDave Airlie6-6/+951
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie11-177/+182
2005-12-29Revert radeon AGP aperture offset changesLinus Torvalds1-9/+2
2005-12-27[PATCH] Fix more radeon GART start calculation casesBenjamin Herrenschmidt1-2/+4
2005-12-18[PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare1-1/+1
2005-12-15[PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2-2/+8
2005-12-12[drm] fix radeon aperture issueDave Airlie1-1/+1
2005-11-30[PATCH] SiS DRM: Fix possible NULL dereferenceEgbert Eich1-1/+4
2005-11-24drm: fix quiescent lockingDave Airlie1-5/+11
2005-11-23drm: move is_pci to the end of the structureDave Airlie1-2/+1
2005-11-23drm: add __GFP_COMP to the drm_alloc_pagesDave Airlie2-2/+2
2005-11-23I think that if a PCI bus is a root bus, attached to a host bridge not aDave Airlie1-1/+1
2005-11-12drm: update VIA driver to 2.7.2Dave Airlie12-98/+211
2005-11-11drm: drop mtrr from i915Dave Airlie1-1/+4
2005-11-11drm: update mga driver for new bootstrap codeDave Airlie3-62/+92
2005-11-11drm: remove exports that modules shouldn't use.Dave Airlie1-8/+0
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie4-52/+95
2005-11-11drm: simplify sysfs code for drmDave Airlie6-52/+52
2005-11-11drm: fixup drm_proc.c struct tableDave Airlie1-9/+7
2005-11-11drm: remove old backwards compatibilty stuffDave Airlie1-14/+0
2005-11-11drm: remove drm_flushDave Airlie4-17/+0
2005-11-11drm: cleanup via_ds.c includesDave Airlie1-8/+1
2005-11-11drm: remove remnamt of old DRM code from tdfxDave Airlie1-4/+0
2005-11-10drm: remove drm_init.c it is no longer neededDave Airlie4-55/+18
2005-11-10drm: rename driver hooks more understandablyDave Airlie30-484/+330
2005-11-09[PATCH] drm fixup pci gart settingsDave Airlie1-2/+2
2005-11-07[PATCH] kfree cleanup: drivers/charJesper Juhl2-8/+4
2005-11-01Merge master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds93-19144/+19273
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-10-26[PATCH] fix radeon_cp_init_ring_buffer()Ivan Kokshaysky1-5/+6
2005-10-24drm: remove unused components of drm structuresDave Airlie2-8/+0
2005-10-24drm: fix warning on 64-bit platforms..Dave Airlie1-1/+3
2005-10-22merge linus head to drm-mm branchDave Airlie1-1/+1
2005-10-22merge linus head to drm-mm branchDave Airlie2-2/+2
2005-10-21[PATCH] drm: another mga bugDave Airlie3-3/+4
2005-10-20merge Linus head tree into my drm tree and fix up conflictsDave Airlie4-6/+22
2005-10-19[PATCH] fix MGA DRM regression before 2.6.14Dave Airlie1-3/+19
2005-10-05[PATCH] Fix drm 'debug' sysfs permissionsDave Jones1-1/+1
2005-09-30drm: fix drm PCIGARTDave Airlie1-1/+2
2005-09-30drm: fix all sparse warning on 32-bit x86Dave Airlie22-73/+75
2005-09-30drm: add option to force writeback off.Dave Airlie3-0/+10
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro2-2/+2
2005-09-25drm: fix some lindent damageDave Airlie7-173/+86
2005-09-25drm: cast handle to a pointer to avoid warningDave Airlie1-1/+1
2005-09-25drm: lindent the drm directory.Dave Airlie93-19151/+19197
2005-09-25drm: use kernel macrosDave Airlie1-3/+3
2005-09-25update from upstreamDave Airlie1-0/+4
2005-09-11drm: add radeon PCI express supportDave Airlie8-59/+186
2005-09-11drm: update radeon driver to 1.18Dave Airlie3-3/+37
2005-09-11drm: missing drm_vm.c changes for consistent mapsDave Airlie1-1/+2
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-0/+4
2005-09-05drm: fix MGA on non AGP systemsDave Airlie1-3/+11
2005-09-05drm: small cleanupsDave Airlie3-2/+3
2005-09-05drm: fix issue with handle lookup for a 0 handleDave Airlie1-32/+32
2005-08-23drm: fix a bad VERSION check.Dave Airlie1-5/+0
2005-08-20drm: fixes for powerpcDave Airlie2-10/+10
2005-08-20drm: add new texture upload code from r300 projectDave Airlie1-35/+29
2005-08-16drm: update pci ids for savage and viaDave Airlie1-30/+25
2005-08-16drm: add initial r300 3D support.Dave Airlie8-2/+2325
2005-08-07drm: add savage driverDave Airlie7-0/+3152
2005-08-07drm: remove version.h and any version checks..Dave Airlie5-107/+0
2005-08-05drm: fix warning in drm_pci.cDave Airlie1-5/+5
2005-08-05drm: remove the gamma driverDave Airlie11-2415/+0
2005-08-05drm: switch drm_handle_t to unsigned intDave Airlie1-1/+1
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie15-54/+177
2005-08-05drm: copy the right data back to userspace for getreserved contexts ioctlDave Airlie1-1/+1
2005-08-05drm: fix ioctl direction in r128 getparamDave Airlie1-1/+1
2005-07-30Merge ../linux-2.6/Dave Airlie7-18/+23
2005-07-27[PATCH] drm: via: fix sparse warningsAlexey Dobriyan7-18/+23
2005-07-10drm: cleanup buffer/map codeDave Airlie8-130/+210
2005-07-10drm: add mga driver callbacksDave Airlie1-0/+8
2005-07-10Add support for PCI MGA cards to MGA DRM.Dave Airlie7-277/+888
2005-07-10drm: make drm_alloc_agp take a dev arg.Dave Airlie3-4/+4
2005-07-10drm: add new mga ids and typesDave Airlie2-4/+6
2005-07-10drm: add test for AGP devices and driver override for it.Dave Airlie13-3/+123
2005-07-10drm: destatic exported function.Dave Airlie2-2/+4
2005-07-10drm: export symbols for use by driversDave Airlie3-0/+7
2005-07-10drm: fix minor function header issueDave Airlie1-2/+2
2005-07-10drm: update some function so a driver can call themDave Airlie4-101/+167
2005-07-10drm: update support for drm pci buffersDave Airlie7-39/+78
2005-07-10Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoDave Airlie1-82/+44
2005-07-10drm: add framebuffer mapsDave Airlie3-4/+178
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie5-7/+40
2005-07-10drm: fix stupid missing semicolon.Dave Airlie1-1/+1
2005-07-09Merge head 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...Linus Torvalds25-194/+146
2005-07-09Merge head 'drm-3264' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/...Linus Torvalds10-0/+628
2005-07-07drm: add 32/64 support for MGA/R128/i915Dave Airlie10-0/+628
2005-07-07drm: wrap config.h include in a ifdef KERNELDave Airlie1-0/+2
2005-07-07drm: misc cleanupDave Airlie23-178/+135
2005-07-07drm: use kcalloc now that it is available..Dave Airlie2-14/+7
2005-07-07drm: ctx release can happen before dev->ctxlist is allocatedDave Airlie1-1/+1
2005-07-07drm: fix minor issues caused by core conversionDave Airlie1-1/+1
2005-06-28drm: Add via unichrome supportDave Airlie17-0/+5345
2005-06-26Merge 'drm-3264' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-10/+1501
2005-06-26drm: fix radeon irq properlyDave Airlie1-14/+13
2005-06-23Add missing license texts from Tungsten Graphics.Dave Airlie6-11/+137
2005-06-23Currently DRM depends on PCI this will need to change for ffb on Sparc toDave Airlie1-1/+1
2005-06-23drm: 32/64-bit DRM ioctl compatibility patchDave Airlie8-10/+1501
2005-06-10[PATCH] remove bogus hack from radeon IRQ handlerDave Airlie1-5/+0
2005-06-10[PATCH] drm add i945G pci idDave Airlie1-0/+1
2005-04-16[PATCH] r128_state.c: break missing in switch statementDave Airlie1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds86-0/+47878