summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Insert i915_preliminary_hw_support variable.Rodrigo Vivi2012-10-171-0/+1
* drm/i915: fixup i915_gem_object_get_page inline helperChris Wilson2012-10-121-1/+6
* drm/i915: Disallow preallocation of requestsChris Wilson2012-10-121-1/+1
* drm/i915: s/cacheing/caching/Ben Widawsky2012-09-261-4/+4
* drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson2012-09-201-1/+0Star
* drm/i915: #define gpu freq multiplerBen Widawsky2012-09-201-0/+2
* drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-7/+11
* drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson2012-09-201-0/+12
* drm/i915: Introduce drm_i915_gem_object_opsChris Wilson2012-09-201-2/+23
* Merge the modeset-rework, basic conversion into drm-intel-nextDaniel Vetter2012-09-061-1/+3
|\
| * drm/i915: read out the modeset hw state at load and resume timeDaniel Vetter2012-09-061-0/+1
| * drm/i915: add crtc->enable/disable vfuncs insted of dpmsDaniel Vetter2012-09-061-1/+2
* | drm/ips: move drps/ips/ilk related variables into dev_priv->ipsDaniel Vetter2012-09-031-16/+20
* | drm/i915: Use new INSTDONE registers (Gen7+)Ben Widawsky2012-08-241-3/+2Star
* | drm/i915: Extract general object init routineChris Wilson2012-08-241-0/+1
* | drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-2/+4
* | drm/i915: Add ERR_INT to gen7 error stateBen Widawsky2012-08-221-0/+1
* | drm/i915: Track unbound pagesChris Wilson2012-08-211-4/+9
|/
* drm/i915: kill a few unused things in dev_privDaniel Vetter2012-08-171-7/+6Star
* drm/i915: kill dev_priv->mchdev_lockDaniel Vetter2012-08-091-1/+0Star
* drm/i915: move all rps state into dev_priv->rpsDaniel Vetter2012-08-091-3/+15
* drm/i915: dump the device infoDaniel Vetter2012-08-091-0/+26
* drm/i915: rip out sanitize_pm againDaniel Vetter2012-07-261-1/+0Star
* drm/i915: Export ability of changing cache levels to userspaceChris Wilson2012-07-261-2/+6
* drm/i915: Segregate memory domains in the GTT using coloringChris Wilson2012-07-261-1/+4
* drm/i915: Expand DPF support to HaswellBen Widawsky2012-07-251-1/+1
* drm/i915: Macro to determine DPF supportBen Widawsky2012-07-251-0/+2
* drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson2012-07-251-3/+0Star
* drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson2012-07-251-3/+0Star
* drm/i915: Remove the per-ring write listChris Wilson2012-07-251-2/+0Star
* drm/i915: Remove the defunct flushing listChris Wilson2012-07-251-15/+4Star
* drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson2012-07-251-9/+3Star
* drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson2012-07-251-3/+3
* drm/i915: add register read IOCTLBen Widawsky2012-07-251-0/+2
* drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson2012-07-201-0/+1
* drm/i915: introduce for_each_encoder_on_crtcDaniel Vetter2012-07-051-0/+4
* drm/i915: non-interruptible sleeps can't handle -EAGAINDaniel Vetter2012-07-051-0/+2
* drm/i915: get rid of dev_priv->info->has_pch_splitPaulo Zanoni2012-07-051-2/+1Star
* drm/i915: add PCH_NONE to enum intel_pchPaulo Zanoni2012-07-051-0/+1
* drm/i915: fix up ilk rc6 disabling confusionDaniel Vetter2012-07-051-1/+0Star
* drm/i915: Group the GT routines together in both code and vtableChris Wilson2012-07-031-9/+8Star
* Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter2012-06-251-0/+3
|\
| * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-06-081-0/+3
| |\
| | * drm/i915: hold forcewake around ring hw initDaniel Vetter2012-06-041-0/+3
* | | drm/i915: don't enable PPGTT on VLV yetJesse Barnes2012-06-201-1/+1
* | | drm/i915: initialize the context idr unconditionallyDaniel Vetter2012-06-201-1/+0Star
* | | drm/i915: reset the GPU on context finiBen Widawsky2012-06-141-0/+1
* | | drm/i915/context: create & destroy ioctlsBen Widawsky2012-06-141-0/+4
* | | drm/i915: add ccid to error stateBen Widawsky2012-06-141-0/+1
* | | drm/i915: context switch implementationBen Widawsky2012-06-141-0/+3