Age | Commit message (Expand) | Author | Files | Lines |
2008-10-23 | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 9 | -144/+221 |
2008-10-23 | drm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle is supplied. | Eric Anholt | 1 | -0/+4 |
2008-10-23 | drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW. | Eric Anholt | 1 | -0/+34 |
2008-10-23 | drm/i915: use pipes, not planes to label vblank data | Keith Packard | 1 | -53/+20 |
2008-10-23 | drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations | Keith Packard | 4 | -60/+92 |
2008-10-23 | i915: Fix format string warnings on x86-64. | Linus Torvalds | 1 | -2/+2 |
2008-10-23 | i915: Don't dereference HWS in /proc debug files when it isn't initialized. | Eric Anholt | 1 | -3/+12 |
2008-10-23 | i915: Enable IMR passthrough of vblank events before enabling it in pipestat. | Eric Anholt | 1 | -1/+9 |
2008-10-23 | drm: Remove two leaks of vblank reference count in error paths. | Eric Anholt | 2 | -1/+5 |
2008-10-23 | drm: fix leak of cliprects in drm_rmdraw() | Zhenyu Wang | 1 | -2/+5 |
2008-10-23 | i915: Disable MSI on GM965 (errata says it doesn't work) | Keith Packard | 1 | -1/+4 |
2008-10-23 | drm: Set cliprects to NULL when changing drawable to having 0 cliprects. | Zhenyu Wang | 1 | -1/+3 |
2008-10-23 | i915: Protect vblank IRQ reg access with spinlock | Keith Packard | 1 | -29/+40 |
2008-10-21 | Export tiny shmem_file_setup for DRM-GEM | Hugh Dickins | 1 | -1/+1 |
2008-10-21 | fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c | Thomas Gleixner | 1 | -2/+3 |
2008-10-21 | i915: cleanup coding horrors in i915_gem_gtt_pwrite() | Linus Torvalds | 1 | -23/+36 |
2008-10-21 | Fix sprintf format warnings in drm_proc.c | Linus Torvalds | 1 | -2/+2 |
2008-10-18 | drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) | Matthias Hopf | 1 | -1/+1 |
2008-10-18 | drm: make CONFIG_DRM depend on CONFIG_SHMEM. | Dave Airlie | 1 | -1/+1 |
2008-10-18 | radeon: fix PCI bus mastering support enables. | Alex Deucher | 2 | -2/+39 |
2008-10-18 | radeon: add RS400 family support. | Alex Deucher | 2 | -2/+5 |
2008-10-18 | drm/radeon: add support for RS740 IGP chipsets. | Alex Deucher | 2 | -9/+19 |
2008-10-18 | i915: GM45 has GM965-style MCH setup. | Eric Anholt | 1 | -2/+3 |
2008-10-18 | i915: Don't run retire work handler while suspended | Keith Packard | 1 | -22/+28 |
2008-10-18 | i915: Map status page cached for chips with GTT-based HWS location. | Keith Packard | 3 | -15/+21 |
2008-10-18 | i915: Fix up ring initialization to cover G45 oddities | Keith Packard | 1 | -2/+35 |
2008-10-18 | i915: Use non-reserved status page index for breadcrumb | Keith Packard | 1 | -6/+8 |
2008-10-18 | drm: Increment dev_priv->irq_received so i915_gem_interrupts count works. | Eric Anholt | 1 | -0/+2 |
2008-10-18 | drm: kill drm_device->irq | Jesse Barnes | 7 | -14/+6 |
2008-10-18 | drm: wbinvd is cache coherent. | Dave Airlie | 1 | -9/+2 |
2008-10-18 | i915: add missing return in error path. | Dave Airlie | 1 | -0/+1 |
2008-10-18 | i915: fixup permissions on gem ioctls. | Dave Airlie | 1 | -3/+3 |
2008-10-18 | drm: Clean up many sparse warnings in i915. | Eric Anholt | 3 | -29/+32 |
2008-10-18 | drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. | Eric Anholt | 1 | -6/+9 |
2008-10-18 | drm: G33-class hardware has a newer 965-style MCH (no DCC register). | Eric Anholt | 1 | -1/+1 |
2008-10-18 | drm: Avoid oops in GEM execbuffers with bad arguments. | Eric Anholt | 1 | -0/+4 |
2008-10-18 | DRM: Return -EBADF on bad object in flink, and return curent name if it exists. | Eric Anholt | 1 | -2/+3 |
2008-10-18 | i915 gem: install and uninstall irq handler in entervt and leavevt ioctls. | Kristian Høgsberg | 1 | -0/+5 |
2008-10-18 | i915: Make use of sarea_priv conditional. | Kristian Høgsberg | 2 | -15/+31 |
2008-10-18 | i915: Use struct_mutex to protect ring in GEM mode. | Eric Anholt | 4 | -10/+63 |
2008-10-18 | i915: Add chip set ID param. | Kristian Høgsberg | 1 | -0/+3 |
2008-10-18 | drm: Add GEM ("graphics execution manager") to i915 driver. | Eric Anholt | 20 | -62/+4318 |
2008-10-18 | drm: Rework vblank-wait handling to allow interrupt reduction. | Jesse Barnes | 19 | -462/+1095 |
2008-10-18 | drm/cred: wrap task credential accesses in the drm driver. | David Howells | 1 | -1/+1 |
2008-10-18 | new chip name is GM45 | Jesse Barnes | 2 | -4/+4 |
2008-10-18 | separate i915 suspend/resume functions into their own file | Jesse Barnes | 4 | -461/+524 |
2008-10-18 | radeon: fix writeback across suspend/resume. | Dave Airlie | 1 | -2/+3 |
2008-10-18 | drm: fix sysfs error path. | Dave Airlie | 1 | -1/+1 |
2008-10-18 | FB_SIS=m, DRM_SIS=y is not a legal configuration. | Adrian Bunk | 1 | -0/+1 |
2008-10-18 | Add Intel ACPI IGD OpRegion support | Matthew Garrett | 7 | -9/+415 |