summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-13drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li1-2/+1
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson1-0/+1
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+189
2009-09-23drm/i915: Add tracepointsChris Wilson1-1/+7
2009-09-22drm/i915: framebuffer compression for GM45+Jesse Barnes1-19/+32
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+20
2009-09-18drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson1-0/+1
2009-09-18drm/i915: Implement GPU reset on i965Ben Gamari1-0/+8
2009-09-18drm/i915: Add hangcheck timerBen Gamari1-0/+3
2009-09-18drm/i915: fix typo in compressed buffer setupJesse Barnes1-1/+1
2009-09-11drm/i915: framebuffer compression for pre-GM45Jesse Barnes1-4/+157
2009-09-08drm/i915: get the bridge device once.Dave Airlie1-10/+23
2009-09-07Merge intel drm-intel-next branchDave Airlie1-1/+28
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson1-1/+28
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie1-1/+2
2009-08-20Merge Linus master to drm-nextDave Airlie1-2/+13
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt1-2/+13
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui1-20/+15
2009-07-10drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt1-9/+20
2009-07-02drm/i915: Make driver less chattyKeith Packard1-1/+1
2009-07-01drm/i915: add FIFO watermark supportShaohua Li1-0/+40
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes1-0/+1
2009-06-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
2009-06-19drm: Remove memory debugging infrastructure.Eric Anholt1-24/+16
2009-06-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-26/+41
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driveryakui_zhao1-20/+29
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang1-1/+1
2009-06-05drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_countJesse Barnes1-1/+4
2009-06-05drm/i915: enable kernel modesetting on IGDNGZhenyu Wang1-1/+1
2009-06-05drm/i915: Disable opregion on IGDNG for nowZhenyu Wang1-2/+5
2009-06-04drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt1-2/+2
2009-06-04drm: fix irq naming for kms drivers.Dave Airlie1-10/+2
2009-05-15drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth1-0/+1
2009-05-15drm/i915: Don't allow binding objects into the last page of the aperture.Eric Anholt1-2/+10
2009-04-22drm/i915: fix up error path leak in i915_cmdbufferChris Wright1-3/+3
2009-04-18drm/i915: Unregister ACPI video driver when exitingMatthew Garrett1-1/+1
2009-04-05Merge branch 'linus' into releaseLen Brown1-47/+82
2009-04-03Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linusDave Airlie1-8/+1
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes1-1/+1
2009-04-02drm/i915: add VGA hotplug support for 945+Jesse Barnes1-7/+0
2009-04-01drm/i915: correctly set IGD device's gtt size for KMS.Shaohua Li1-1/+1
2009-03-29drm: merge Linux master into HEADDave Airlie1-37/+79
2009-03-28ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett1-2/+3
2009-03-28drm/i915: Check for dev->primary->master before dereference.Chris Wilson1-3/+6
2009-03-28drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths.Eric Anholt1-34/+73
2009-03-13drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt1-1/+1
2009-03-10drm/i915: Fix bad \n in MTRR failure notice.Eric Anholt1-1/+1
2009-02-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+8
2009-02-25gpu/drm, x86, PAT: Handle io_mapping_create_wc() errors in a clean wayVenkatesh Pallipadi1-1/+8
2009-02-25drm/i915: make hw page ioremap use ioremap_wcDave Airlie1-1/+1