aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/drm
AgeCommit message (Expand)Author
2006-12-07drm: fix up irqflags in drm_lock.cDave Airlie
2006-12-07drm: i915 updates=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: i915: fix up irqflags arg=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: i915: Only return EBUSY after we've established we need to schedule a ne...=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap().=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: i915: Add SAREA fileds for determining which pipe to sync window buffer ...=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Make handling of dev_priv->vblank_pipe more robust.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Core vsync: Don't clobber target sequence number when scheduling signal.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Make locked tasklet handling more robust.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as int...=?utf-8?q?Felix_K=C3=BChling?=
2006-12-07drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: drawable locking + memory management fixes + copyright=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Add support for interrupt triggered driver callback with lock held to DR...=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: add support for secondary vertical blank interrupt to i915=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-25drm: ioremap balanced with iounmap for drivers/char/drmAmol Lad
2006-10-25drm: fix error returns, sysfs error handlingJeff Garzik
2006-10-25fix return code in error case.Dave Jones
2006-10-24drm: mga: set dev_priv_sizeTilman Sauerbeck
2006-10-24drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savagesMichael Karcher
2006-10-24drm: radeon: only allow specific type-3 packetss through verifierRoland Scheidegger
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-22drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blitsMichel Daenzer
2006-09-22drm: use radeon specific names for radeon flagsDave Airlie
2006-09-22drm: add device/vendor id to drm_device_t for compat with FreeBSD driversEric Anholt
2006-09-22drm: allow multiple addMaps with the same 32-bit map offsset.Thomas Hellstrom
2006-09-22drm: fd.o Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset().Michel Daenzer
2006-09-22drm: Fix hashtab implementation leaking illegal error codes to user space.Thomas Hellstrom
2006-09-22drm: domain changes broke ppc r200Dave Airlie
2006-09-22drm: fixup setversion return codes..Dave Airlie
2006-09-22drm: fixup i915 error codesDave Airlie
2006-09-22drm: realign sosme radeon code with drm git treeDave Airlie
2006-09-22drm: realign via driver with drm git treeDave Airlie
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom
2006-09-22drm: cleanupsAdrian Bunk
2006-09-22drm: i810_dma.c: fix pointer arithmetic for 64-bit targetDenis Vlasenko
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom
2006-09-22drm: allow detection of new VIA chipsetsChuck Short
2006-09-22drm: fix i965 build bugAndrew Morton
2006-09-22drm: remove FALSE/TRUE that snuck in with simple memory manager changes.Andrew Morton
2006-09-22drm: Add support for Intel i965G chipsets.Alan Hourihane
2006-09-22drm: add better explanation for i830/i915Dave Airlie
2006-09-22drm: remove a tab that snuck inDave Airlie
2006-09-22drm: fix return value in auth functionDave Airlie
2006-09-22drm: SiS 315 Awareness.Thomas Hellstrom