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