aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-09Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds15-57/+821
2006-12-08[PATCH] struct path: convert drmJosef Sipek5-53/+53
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-4/+4
2006-12-07[PATCH] drm-sis linkage fixAndrew Morton1-0/+1
2006-12-07Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606Andrew Morton1-0/+1
2006-12-07drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis4-5/+27
2006-12-07drm: fix up irqflags in drm_lock.cDave Airlie1-1/+1
2006-12-07drm: i915 updates=?utf-8?q?Michel_D=C3=A4nzer?=2-19/+21
2006-12-07drm: i915: fix up irqflags arg=?utf-8?q?Michel_D=C3=A4nzer?=1-2/+3
2006-12-07drm: i915: Only return EBUSY after we've established we need to schedule a new swap.=?utf-8?q?Michel_D=C3=A4nzer?=1-5/+5
2006-12-07drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap().=?utf-8?q?Michel_D=C3=A4nzer?=1-1/+1
2006-12-07drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+9
2006-12-07drm: Make handling of dev_priv->vblank_pipe more robust.=?utf-8?q?Michel_D=C3=A4nzer?=1-8/+14
2006-12-07drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead=?utf-8?q?Michel_D=C3=A4nzer?=2-6/+40
2006-12-07drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=4-0/+211
2006-12-07drm: Core vsync: Don't clobber target sequence number when scheduling signal.=?utf-8?q?Michel_D=C3=A4nzer?=1-2/+3
2006-12-07drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.=?utf-8?q?Michel_D=C3=A4nzer?=2-7/+13
2006-12-07drm: Make locked tasklet handling more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2-2/+3
2006-12-07drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as intended.=?utf-8?q?Felix_K=C3=BChling?=1-1/+2
2006-12-07drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=2-12/+35
2006-12-07drm: drawable locking + memory management fixes + copyright=?utf-8?q?Michel_D=C3=A4nzer?=1-107/+155
2006-12-07drm: Add support for interrupt triggered driver callback with lock held to DRM core.=?utf-8?q?Michel_D=C3=A4nzer?=3-0/+90
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=5-8/+262
2006-12-07drm: add support for secondary vertical blank interrupt to i915=?utf-8?q?Michel_D=C3=A4nzer?=3-4/+27
2006-12-07drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=4-28/+60
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-25drm: ioremap balanced with iounmap for drivers/char/drmAmol Lad1-0/+4
2006-10-25drm: fix error returns, sysfs error handlingJeff Garzik1-8/+35
2006-10-25fix return code in error case.Dave Jones1-1/+1
2006-10-24drm: mga: set dev_priv_sizeTilman Sauerbeck1-0/+1
2006-10-24drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savagesMichael Karcher1-0/+1
2006-10-24drm: radeon: only allow specific type-3 packetss through verifierRoland Scheidegger2-4/+138
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-22drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blitsMichel Daenzer2-2/+7
2006-09-22drm: use radeon specific names for radeon flagsDave Airlie5-128/+128
2006-09-22drm: add device/vendor id to drm_device_t for compat with FreeBSD driversEric Anholt3-4/+8
2006-09-22drm: allow multiple addMaps with the same 32-bit map offsset.Thomas Hellstrom1-6/+8
2006-09-22drm: fd.o Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset().Michel Daenzer1-13/+12
2006-09-22drm: Fix hashtab implementation leaking illegal error codes to user space.Thomas Hellstrom1-3/+3
2006-09-22drm: domain changes broke ppc r200Dave Airlie1-1/+1
2006-09-22drm: fixup setversion return codes..Dave Airlie1-7/+10
2006-09-22drm: fixup i915 error codesDave Airlie1-2/+2
2006-09-22drm: realign sosme radeon code with drm git treeDave Airlie2-9/+15
2006-09-22drm: realign via driver with drm git treeDave Airlie3-26/+54
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom2-0/+4
2006-09-22drm: cleanupsAdrian Bunk3-7/+10
2006-09-22drm: i810_dma.c: fix pointer arithmetic for 64-bit targetDenis Vlasenko2-5/+5
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom1-4/+6
2006-09-22drm: allow detection of new VIA chipsetsChuck Short1-0/+3
2006-09-22drm: fix i965 build bugAndrew Morton1-1/+1