summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Include a generation number in the device infoChris Wilson2010-09-071-21/+6
* drm/i915: Set up a render context on IronlakeZou Nan hai2010-08-091-0/+1
* drm/i915: Apply i830 errata for cursor alignmentChris Wilson2010-08-091-1/+3
* drm/i915: Enable aspect/centering panel fitting for Ironlake.Chris Wilson2010-08-091-0/+2
* drm/i915: Implement fair lru eviction across both rings. (v2)Chris Wilson2010-08-091-0/+2
* drm/i915: Move the eviction logic to its own file.Chris Wilson2010-08-091-0/+6
* drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-091-2/+1
* drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson2010-08-091-2/+8
* drm/i915: Use an uncommon name for the local dev_priv in macrosChris Wilson2010-08-091-7/+7
* drm/i915: Only emit flushes on active rings.Chris Wilson2010-08-091-0/+3
* drm/i915: Repeat unbinding during free if interrupted (v6)Chris Wilson2010-08-011-0/+8
* drm/i915: Refactor i915_gem_retire_requests()Chris Wilson2010-08-011-2/+1
* Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-011-0/+5
|\
| * drm/i915: add pipe A force quirks to i915 driverJesse Barnes2010-07-261-0/+4
| * drm/i915: disable FBC when more than one pipe is activeJesse Barnes2010-07-261-0/+1
* | drm/i915: Use 128k alignment for untiled display surface on i965 (v2)Chris Wilson2010-08-011-0/+4
* | drm/i915: Include instdone[1] in hangcheckChris Wilson2010-08-011-0/+2
* | drm/i915: Sparse warns about the incorrect sign for storing bit17Chris Wilson2010-08-011-1/+1
* | drm/i915: Silence sparse complaints over insufficient bitfield int types.Chris Wilson2010-08-011-2/+2
* | drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson2010-08-011-1/+1
* | drm/i915: Add frame buffer compression support on Ironlake mobileZhao Yakui2010-08-011-0/+1
* | drm/i915: Fix watermark calculation in self-refresh modeZhao Yakui2010-08-011-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-07-011-1/+2
|\
| * drm/i915: gen3 page flipping fixesJesse Barnes2010-06-181-0/+1
| * drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai2010-06-141-1/+1
* | drm/i915: fix oops on single crtc devices.Dave Airlie2010-06-081-0/+1
|/
* drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt2010-05-261-3/+0
* drm/i915: Add CxSR support on Pineview DDR3Li Peng2010-05-261-1/+1
* drm/i915: combine all small integers into one single bitfieldDaniel Vetter2010-05-261-26/+49
* drm/i915: add power monitoring supportJesse Barnes2010-05-261-1/+19
* drm/i915: implement BSD ring buffer V2Zou Nan hai2010-05-261-0/+2
* drm/i915: convert some gem structures to per-ring V2Zou Nan hai2010-05-261-22/+17
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-55/+25
* drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt2010-05-261-10/+10
* drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt2010-05-261-0/+18
* drm/i915: move fence lru to struct drm_i915_fence_regDaniel Vetter2010-05-101-3/+1
* drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson2010-05-101-0/+1
* Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-05-101-1/+9
|\
| * drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes2010-04-221-0/+4
| * drm/i915: cleanup FBC buffers at unload timeJesse Barnes2010-04-221-0/+3
| * drm/i915: Fix 82854 PCI ID, and treat it like other 85XAdam Jackson2010-04-181-1/+2
* | drm/i915: Make fbc control wrapper functionsAdam Jackson2010-05-071-1/+4
* | drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-1/+0
* | drm/i915: don't use ->driver_private anymoreDaniel Vetter2010-04-201-1/+1
* | drm/i915: embed the gem object into drm_i915_gem_objectDaniel Vetter2010-04-201-0/+1
* | drm/i915: introduce i915_gem_alloc_objectDaniel Vetter2010-04-201-0/+2
* | Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-0/+5
|\ \
| * | drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-2/+3
| * | drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-0/+4
* | | drm/i915: enable DP/eDP for Sandybridge/CougarpointZhenyu Wang2010-04-121-0/+1
OpenPOWER on IntegriCloud