summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-fixes-2014-10-03' of git://anongit.freedesktop.org/...Dave Airlie2014-10-071-22/+6
|\
| * Revert "drm/i915/bdw: BDW Software Turbo"Daniel Vetter2014-09-291-22/+0
| * drm/i915: Objects on the unbound list may still have an active referenceChris Wilson2014-09-191-0/+6
* | drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-241-0/+1
|/
* Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-161-7/+56
|\
| * drm/i915: Update DRIVER_DATE to 20140905Daniel Vetter2014-09-051-1/+1
| * drm/i915: Introduce a for_each_plane() macroDamien Lespiau2014-09-041-0/+2
| * drm/i915: Fix edp vdd lockingVille Syrjälä2014-09-041-0/+3
| * drm/i915: Preserve VGACNTR bits from the BIOSVille Syrjälä2014-09-031-0/+2
| * drm/i915: Add pipe B force quirk for 830MVille Syrjälä2014-09-031-0/+1
| * drm/i915/bdw: Render state init for ExeclistsOscar Mateo2014-09-031-2/+2
| * drm/i915/bdw: BDW Software TurboDaisy Sun2014-09-031-0/+22
| * drm/i915/bdw: Export workaround data to debugfsArun Siluvery2014-09-031-0/+14
| * drm/i915: FBC flush nuke for BDWRodrigo Vivi2014-09-031-0/+1
| * drm/i915: Don't use a define when it's clearer to just put the valueDamien Lespiau2014-09-031-2/+0
| * drm/i915: Differentiate between LLC or snooped for the userChris Wilson2014-09-031-1/+3
| * drm/i915: Use dev_priv as first argument of for_each_pipe()Damien Lespiau2014-09-031-1/+2
| * drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair2014-09-031-0/+3
* | drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-5/+5
|\ \
| * | drm/i915: Prevent recursive deadlock on releasing a busy userptrChris Wilson2014-09-081-5/+5
* | | drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter2014-09-121-3/+6
| |/ |/|
* | Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-031-48/+99
|\ \
| * | drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter2014-08-221-1/+1
| * | drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)Oscar Mateo2014-08-201-1/+1
| * | drm/i915: Print captured bo for all VM in error stateChris Wilson2014-08-141-0/+2
| * | drm/i915: Localise the fbdev console lock frobbingChris Wilson2014-08-131-8/+1
| * | drm/i915: Replace __I915__ with typesafe variantChris Wilson2014-08-131-2/+10
| * | drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-131-2/+1
| * | drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter2014-08-131-5/+6
| * | drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter2014-08-131-1/+9
| * | drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-121-1/+0
| * | drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-121-0/+2
| * | drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo2014-08-111-0/+6
| * | drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo2014-08-111-0/+23
| * | drm/i915/bdw: Allocate ringbuffers for Logical Ring ContextsOscar Mateo2014-08-111-0/+1
| * | drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo2014-08-111-0/+2
| * | drm/i915/bdw: Introduce one context backing object per engineOscar Mateo2014-08-111-0/+6
| * | drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo2014-08-111-0/+2
| * | drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo2014-08-111-0/+1
| * | drm/i915: Agnostic INTEL_INFOChris Wilson2014-08-111-1/+4
| * | drm/i915: Copy PCI device id into the device info blockChris Wilson2014-08-111-24/+26
| * | drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson2014-08-111-7/+0
* | | Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-08-261-3/+19
|\ \ \ | |/ / | | / | |/ |/|
| * drm/i915: Update DRIVER_DATE to 20140808Daniel Vetter2014-08-081-1/+1
| * drm/i915: clean up PPGTT checking logicJesse Barnes2014-08-081-2/+2
| * drm/i915: Introduce a for_each_intel_encoder() macroDamien Lespiau2014-08-081-0/+5
| * drm/i915: Gather the HDMI level shifter logic into one placeDamien Lespiau2014-08-081-0/+6
| * drm/i915: Introduce FBC False Color for debug purposes.Rodrigo Vivi2014-08-081-0/+2
| * drm/i915: Specify when the PLL hw state fields are validDamien Lespiau2014-08-081-0/+3
* | drm/i915: cancel hotplug and dig_port work during suspend and unloadImre Deak2014-08-181-0/+1
OpenPOWER on IntegriCloud