- b962442 drm/i915: Change GEM throttling to be 20ms like the comment says. by Eric Anholt · 15 years ago
- 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 16 years ago
- 13f4c43 drm/i915: Don't allow binding objects into the last page of the aperture. by Eric Anholt · 16 years ago
- 355d7f3 drm/i915: fix up error path leak in i915_cmdbuffer by Chris Wright · 16 years ago
- 3b1c1c1 drm/i915: Unregister ACPI video driver when exiting by Matthew Garrett · 16 years ago
- 478c6a4 Merge branch 'linus' into release by Len Brown · 16 years ago
- 5f3dbed Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linus by Dave Airlie · 16 years ago
- 7a1fb5d drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config by Jesse Barnes · 16 years ago
- 5ca5828 drm/i915: add VGA hotplug support for 945+ by Jesse Barnes · 16 years ago
- 4a8df45 drm/i915: correctly set IGD device's gtt size for KMS. by Shaohua Li · 16 years ago
- 90f959b drm: merge Linux master into HEAD by Dave Airlie · 16 years ago
- 74a365b ACPI: Populate DIDL before registering ACPI video device on Intel by Matthew Garrett · 16 years ago
- 98787c0 drm/i915: Check for dev->primary->master before dereference. by Chris Wilson · 16 years ago
- 201361a drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths. by Eric Anholt · 16 years ago
- d883f7f drm: Use resource_size_t for drm_get_resource_{start, len} by Benjamin Herrenschmidt · 16 years ago
- 040aefa drm/i915: Fix bad \n in MTRR failure notice. by Eric Anholt · 16 years ago
- 535d8e8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 6644107d gpu/drm, x86, PAT: Handle io_mapping_create_wc() errors in a clean way by Venkatesh Pallipadi · 16 years ago
- dd0910b drm/i915: make hw page ioremap use ioremap_wc by Dave Airlie · 16 years ago
- 6fb8858 drm/i915: fix WC mapping in non-GEM i915 code. by Jesse Barnes · 16 years ago
- 9880b7a drm/i915: add get_vblank_counter function for GM45 by Jesse Barnes · 16 years ago
- 122ee2a drm/i915: Quiet the message on get/setparam ioctl with an unknown value. by Eric Anholt · 16 years ago
- 0f973f2 drm/i915: add fence register management to execbuf by Jesse Barnes · 16 years ago
- ab657db1 drm/i915: Set up an MTRR covering the GTT at driver load. by Eric Anholt · 16 years ago
- 2906f02 drm/i915: Fix cursor physical address choice to match the 2D driver. by Jesse Barnes · 16 years ago
- ed2dd4b drm/i915: remove unnecessary debug output in KMS init by Jesse Barnes · 16 years ago
- 71acb5e drm/i915: add support for physical memory objects by Dave Airlie · 16 years ago
- 3a03ac1 drm/i915: setup sarea properly in master_priv by Dave Airlie · 16 years ago
- 241fa85 drm/i915: Respect the other stolen memory sizes we know of. by Eric Anholt · 16 years ago
- aa59662 drm/i915: fix modeset devname allocation + agp init return check. by Dave Airlie · 16 years ago
- bae7ec6 drm/i915: Delete unused, pointless i915_driver_firstopen. by Eric Anholt · 16 years ago
- b358d0a drm/i915: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
- 60fd99e drm/i915: Fix stolen memory detection on G45 and GM45. by Eric Anholt · 16 years ago
- 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago
- de151cf drm/i915: add GEM GTT mapping support by Jesse Barnes · 16 years ago
- 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
- ac5c4e7 drm/i915: GEM on PAE has problems - disable it for now. by Dave Airlie · 16 years ago
- b60678a drm/i915: Disable the GM965 MSI errata workaround. by Keith Packard · 16 years ago
- 5244021 drm: move drm vblank initialization/cleanup to driver load/unload by Keith Packard · 16 years ago
- 0baf823 drm/i915: Move legacy breadcrumb out of the reserved status page area by Keith Packard · 16 years ago
- d3e74d0 i915: Don't whine when pci_enable_msi() fails. by Eric Anholt · 16 years ago
- ad42ca8 i915: Clean up sarea pointers on leavevt by Keith Packard · 16 years ago
- 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
- d1ed629 i915: Disable MSI on GM965 (errata says it doesn't work) by Keith Packard · 16 years ago
- 4b40893 drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) by Matthias Hopf · 16 years ago
- 2bdf00b i915: fixup permissions on gem ioctls. by Dave Airlie · 16 years ago
- 3043c60 drm: Clean up many sparse warnings in i915. by Eric Anholt · 16 years ago
- c99b058 i915: Make use of sarea_priv conditional. by Kristian Høgsberg · 16 years ago
- 546b097 i915: Use struct_mutex to protect ring in GEM mode. by Eric Anholt · 16 years ago
- ed4c9c4 i915: Add chip set ID param. by Kristian Høgsberg · 16 years ago
- 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
- 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
- 8ee1c3d Add Intel ACPI IGD OpRegion support by Matthew Garrett · 16 years ago
- 398c9cb i915: Initialize hardware status page at device load when possible. by Keith Packard · 16 years ago
- d3a6d44 i915: Track progress inside of batchbuffers for determining wedgedness. by Keith Packard · 16 years ago
- ed4cb41 i915: Add support for MSI and interrupt mitigation. by Eric Anholt · 16 years ago
- 585fb11 i915: Use more consistent names for regs, and store them in a separate file. by Jesse Barnes · 16 years ago
- 962d4fd i915: Ignore X server provided mmio address by Keith Packard · 16 years ago
- 0790d5e i915: remove settable use_mi_batchbuffer_start by Keith Packard · 16 years ago
- 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
- c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/i915_dma.c]
- af6061a Revert "drm/vbl rework: rework how the drm deals with vblank." by Dave Airlie · 17 years ago
- bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 17 years ago
- 144a75f drm/i915: fix oops on agp=off by Dave Airlie · 17 years ago
- b39d50e i915: wrap chipset types requiring hw status set ioctl by Zhenyu Wang · 17 years ago
- 3e684ea drm: cleanup DRM_DEBUG() parameters by Márton Németh · 17 years ago
- e3236a1 drm: add _DRM_DRIVER flag, and re-order unload. by Dave Airlie · 17 years ago
- ba8bbcf i915: add suspend/resume support by Jesse Barnes · 17 years ago
- 8b40958 drm: Initialize the AGP structure's base address at init rather than enable. by Eric Anholt · 17 years ago
- bc5f452 drm: run cleanfile across drm tree by Dave Airlie · 17 years ago
- c153f45 drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
- 6c340ea drm: Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
- 20caafa drm: Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
- 21f1628 drm/i915: Fix i965 secured batchbuffer usage by Dave Airlie · 17 years ago
- 84b1fd1 drm: remove drm_file_t, drm_device_t and drm_head_t typedefs by Dave Airlie · 17 years ago
- c60ce62 drm: remove a bunch of typedefs on the userspace interface by Dave Airlie · 17 years ago
- da509d7 drm: remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 17 years ago
- dc7a931 drm/i915: Add support for the G33, Q33, and Q35 chipsets. by Wang Zhenyu · 17 years ago
- 2f4042b i915: add new pciids for 945GME, 965GME/GLE by Wang Zhenyu · 17 years ago
- ce7dd06 drm/i915: Add 965GM pci id update by Wang Zhenyu · 18 years ago
- a6b54f3 drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
- 2f02cc3 drm: add device/vendor id to drm_device_t for compat with FreeBSD drivers by Eric Anholt · 18 years ago
- 46acbf1 drm: fixup i915 error codes by Dave Airlie · 18 years ago
- 78eca43 drm: fix i965 build bug by Andrew Morton · 18 years ago
- c29b669 drm: Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
- 702880f Add i915 ioctls to configure pipes for vblank interrupt. by Dave Airlie · 18 years ago
- e7f947b drm: fixup i915 breadcrumb read/write by Dave Airlie · 19 years ago
- de227f5 drm: i915 patches from Tungsten Graphics by Dave Airlie · 19 years ago
- 0d6aa60 drm: update to i915 1.3.0 by Dave Airlie · 19 years ago
- a7a2cc3 drm: move ioctl flags to a bit field of flags by Dave Airlie · 19 years ago
- 22eae94 drm: rename driver hooks more understandably by Dave Airlie · 19 years ago
- b6ce156 drm: fix some lindent damage by Dave Airlie · 19 years ago
- b5e89ed drm: lindent the drm directory. by Dave Airlie · 19 years ago
- cda1738 drm: add test for AGP devices and driver override for it. by Dave Airlie · 19 years ago
- 9c8da5e drm: update support for drm pci buffers by Dave Airlie · 19 years ago
- c94f702 drm: misc cleanup by Dave Airlie · 19 years ago
- bc54fd1 Add missing license texts from Tungsten Graphics. by Dave Airlie · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago