summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
AgeCommit message (Expand)Author
2008-08-08Merge branch 'drm-gem'Eric Anholt
2008-07-30i915: more version checksDave Airlie
2008-07-28Merge commit 'origin/master' into drm-gemEric Anholt
2008-07-15This is a modified version of Hong's patch from last month, with a fewHong Liu
2008-07-01i915: enable bus mastering on i915 at resume timeJie Luo
2008-06-24i915: remove unused variableJesse Barnes
2008-06-20[intel-gem] Add intel-specific /proc entries to help monitor gem operationKeith Packard
2008-06-16[intel] Quirk away MSI support on 945G/GM.Eric Anholt
2008-06-13[intel-gem] throttle based on frames rather than time. Reduces jitter.Keith Packard
2008-06-13[intel] Enable MSI for i915 IRQKeith Packard
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
2008-06-08I915 suspend/resume for FreeBSDRobert Noland
2008-05-30Merge commit 'origin/master' into drm-gemEric Anholt
2008-05-15[gem] Hold dev->struct_mutex to protect structure data.Eric Anholt
2008-05-11[GEM] Make pread/pwrite manage memory domains. No luck with movnti though.Keith Packard
2008-05-08[intel-gem] Move domains to relocation records. add set_domain ioctl.Keith Packard
2008-05-02Add a bit of /proc/dri/*/gem support. Clean up some refcount/pagelock issues.Keith Packard
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt
2008-04-29i915: fix off by one in VGA save/restore of AR & CR regsJesse Barnes
2008-04-11Save and restore dsparb and d_state regsKeith Packard
2008-02-22i915: put ARX back into index mode before doing restoreJesse Barnes
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie
2008-02-16[915]: more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard
2008-02-07Restore pipeconf regs unconditionallyJesse Barnes
2008-02-07i915: save/restore interrupt stateJesse Barnes
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom
2008-01-28Fix hibernate save/restore of VGA attribute regsJesse Barnes
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes
2008-01-15i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard
2007-11-10Make sure PLLs are enabled before writing pipe configuration regsJesse Barnes
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes
2007-10-30drm/i915: add driver cache flush entry pointDave Airlie
2007-10-26i915: suspend/resume supportJesse Barnes
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie
2007-06-15i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer
2007-06-15Remove DRIVER_IRQ_VBL(2).Michel Dänzer
2007-06-15Fix i915 sequence mask.Thomas Hellstrom
2007-06-12Initial checkin of vblank rework. Code attempts to reduce the numberJesse Barnes
2007-03-27drm/i915: set the bo up at firstopen time not after DMA initDave Airlie
2007-02-16Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom
2007-02-15Initial support for fence object classes.Thomas Hellstrom
2007-02-14Remove an intel-specific hack and replace it with a fence driver callback.Thomas Hellstrom
2007-02-09I915 accelerated blit copy functional.Thomas Hellstrom
2007-02-07Fix a stray unlock_kernel() in drm_vm.cThomas Hellstrom
2007-02-06Implement a policy for selecting memory types.Thomas Hellstrom
2007-01-31memory manager: Make device driver aware of different memory types.Thomas Hellstrom
2006-10-17Extend generality for more memory types.Thomas Hellstrom
2006-09-29Add support for secondary vertical blank interrupt to i915 driver.Michel Dänzer