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