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