Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / gpu / drm / i915 / i915_drv.h
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Chris WilsonRevert "drm/i915: Don't save/restore hardware status...
2011-03-24 Chris WilsonRevert "drm/i915: Don't save/restore hardware status...
2011-03-14 Dave AirlieMerge remote branch 'intel/drm-intel-next' of ../drm...
2011-03-07 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-03-07 Chris Wilsondrm/i915: Rebind the buffer if its alignment constraint...
2011-03-07 Chris Wilsondrm/i915: Disable GPU semaphores by default
2011-03-06 Chris Wilsondrm/i915: Do not overflow the MMADDR write FIFO
2011-03-02 Zhenyu Wangdrm/i915: Don't save/restore hardware status page addre...
2011-03-02 Chris Wilsondrm/i915: don't store the reg value for HWS_PGA
2011-03-01 Chris WilsonRevert "drm/i915: Use PM QoS to prevent C-State starvat...
2011-02-22 Chris Wilsondrm/i915: Add support for limited color range of broadc...
2011-02-22 Chris Wilsondrm/i915: Use a device flag for non-interruptible phases
2011-02-22 Chris Wilsondrm/i915: Add a module parameter to ignore lid status
2011-02-22 Chris WilsonRevert "drm/i915: Disable SSC for outputs other than...
2011-02-16 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-02-09 Chris Wilsondrm/i915: Disable RC6 on Ironlake
2011-02-07 Jesse Barnesdrm/i915: cleanup per-pipe reg usage
2011-02-07 Chris Wilsondrm/i915: Refine tracepoints
2011-02-07 Dave Airliedrm: dumb scanout create/mmap for intel/radeon (v3)
2011-02-01 Chris Wilsondrm/i915: Override SDVO panel type in VBT
2011-01-28 Chris Wilsondrm/i915: Record all error ringbuffers
2011-01-27 Chris Wilsondrm/i915: Defer reporting EIO until we try to use the GPU
2011-01-25 Jesse Barnesdrm/i915: use VDD AUX override to make panel power...
2011-01-25 Chris Wilsondrm/i915: Refactor self-refresh watermark calculations
2011-01-24 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-01-24 Chris Wilsondrm/i915,agp/intel: Do not clear stolen entries
2011-01-23 Chris Wilsondrm/i915: Remove unused code: i915_enable_interrupt()
2011-01-19 Chris Wilsondrm/i915: Disable SSC for outputs other than LVDS or DP
2011-01-19 Chris Wilsondrm/i915: Trivial sparse fixes
2011-01-19 Chris Wilsondrm/i915: Use PM QoS to prevent C-State starvation...
2011-01-19 Chris Wilsondrm/i915: Use ACPI OpRegion to determine lid status
2011-01-13 Chris Wilsondrm/i915: Add a module option to override the use of SSC
2011-01-11 Chris Wilsondrm/i915/execbuffer: Reorder binding of objects to...
2011-01-11 Chris Wilsondrm/i915: Record AGP memory type upon error
2011-01-11 Chris Wilsondrm/i915: Record the error batchbuffer on each ring
2011-01-11 Chris Wilsondrm/i915: Propagate error from flushing the ring
2011-01-11 Jesse Barnesdrm/i915: cleanup rc6 code
2011-01-11 Chris Wilsondrm/i915: Mask USER interrupts on gen6 (until required)
2011-01-11 Chris Wilsondrm/i915/panel: Only record the backlight level when...
2010-12-20 Chris Wilsondrm/i915: Allow the application to choose the constant...
2010-12-18 Jesse Barnesdrm/i915: dynamic render p-state support for Sandy...
2010-12-16 Mario Kleinerdrm/i915: Add support for precise vblank timestamping...
2010-12-09 Chris Wilsondrm/i915: Terminate the FORCE WAKE after we have finish...
2010-12-09 Chris Wilsondrm/i915: Eliminate drm_gem_object_lookup during relocation
2010-12-05 Chris Wilsondrm/i915: caps.has_rc6 is no longer used, remove it.
2010-12-05 Chris Wilsondrm/i915: Implement GPU semaphores for inter-ring synch...
2010-12-02 Chris Wilsondrm/i915: Pipelined fencing [infrastructure]
2010-12-02 Chris Wilsondrm/i915: Prevent stalling for a GTT read back from...
2010-11-30 Chris Wilsondrm/i915/ringbuffer: Handle cliprects in the caller
2010-11-25 Chris Wilsondrm/i915: Avoid allocation for execbuffer object list
2010-11-25 Chris Wilsondrm/i915: Split i915_gem_execbuffer into its own file.
2010-11-25 Chris Wilsondrm/i915: Defer accounting until read from debugfs
2010-11-25 Chris Wilsondrm/i915: Mark a few functions as __must_check
2010-11-24 Chris Wilsondrm/i915: More accurately track last fence usage by...
2010-11-23 Chris Wilsondrm/i915: Thread the pipelining ring through the callers.
2010-11-23 Chris Wilsondrm/i915: Extend hangcheck timeout
2010-11-23 Chris Wilsondrm/i915: Move the implementation details of PIPE_CONTR...
2010-11-23 Chris Wilsondrm/i915: Record fence registers on error.
2010-11-23 Chris Wilsondrm/i915: Use drm_i915_gem_object as the preferred...
2010-11-23 Daniel Vetterdrm/i915: no more agp for gem
2010-11-23 Daniel Vetterdrm/i915: move gtt handling to i915_gem_gtt.c
2010-11-23 Daniel Vetterdrm/i915: restore gtt on resume in the drm instead...
2010-11-23 Daniel Vetterdrm/i915: track objects in the gtt
2010-11-23 Chris Wilsonagp/intel: Remove confusion of stolen entries not stole...
2010-11-23 Chris Wilsondrm/i915: Compute physical addresses from base of stole...
2010-11-22 Keith Packarddrm/i915: Fix restore of 965 fence regs since the regis...
2010-11-22 Chris Wilsondrm/i915: Capture interesting display registers on...
2010-11-22 Chris Wilsondrm/i915: Capture pinned buffers on error
2010-11-15 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2010-11-13 Chris Wilsondrm/i915: Retire any pending operations on the old...
2010-11-11 Zou Nan haidrm/i915/ringbuffer: set FORCE_WAKE bit before reading...
2010-11-11 Chris Wilsondrm/i915: Remove the global irq wait queue
2010-11-08 Chris Wilsondrm/i915: POSTING_READs are simply flushes and so irrel...
2010-11-08 Yuanhan Liudrm/i915: Add untraced register read/write interface
2010-11-08 Yuanhan Liudrm/i915: trace down all the register write and read
2010-11-04 Daniel Vetterdrm/i915: kill mappable/fenceable disdinction
2010-11-04 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2010-11-04 Zhenyu Wangdrm/i915; Don't apply Ironlake FDI clock workaround...
2010-11-02 Chris WilsonRevert "drm/i915: add MMIO debug output"
2010-11-01 Chris Wilsondrm/i915: Move the invalidate|flush information out...
2010-11-01 Chris Wilsondrm/i915/debugfs: Report ring in error state
2010-10-31 Chris Wilsondrm/i915: Evict just the purgeable GTT entries on the...
2010-10-29 Chris Wilsondrm/i915: Record BSD engine error state
2010-10-29 Chris Wilsondrm/i915: Record BLT engine error state
2010-10-29 Chris Wilsondrm/i915: Only enforce fence limits inside the GTT.
2010-10-28 Chris Wilsondrm/i915: Eliminate nested get/put pages
2010-10-28 Chris Wilsondrm/i915: Remove mmap_offset
2010-10-28 Chris Wilsondrm/i915: Make the inactive object shrinker per-device
2010-10-27 Chris Wilsondrm/i915: Capture ERROR register on Sandybridge hangs
2010-10-27 Daniel Vetterdrm/i915: add accounting for mappable objects in gtt v2
2010-10-27 Daniel Vetterdrm/i915: use the complete gtt
2010-10-27 Daniel Vetterdrm/i915: range-restricted bind_to_gtt
2010-10-27 Daniel Vetterdrm/i915: range-restricted eviction support
2010-10-27 Chris Wilsondrm/i915: Propagate error from failing to queue a request
2010-10-27 Chris Wilsondrm/i915: Remove the confusing global waiting/irq seqno
2010-10-27 Chris Wilsondrm/i915: Propagate errors from writing to ringbuffer
2010-10-27 Chris Wilsondrm/i915/ringbuffer: Drop the redundant dev from the...
2010-10-24 Chris Wilsondrm/i915: Move gpu_write_list to per-ring
2010-10-21 Chris Wilsondrm/i915: IS_IRONLAKE is synonymous with gen == 5
next