aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2012-11-11drm/i915: Add dev to ppgttBen Widawsky
2012-11-11drm/i915: add ->display.modeset_global_resources callbackDaniel Vetter
2012-10-26drm/i915: add TRANSCODER_EDPPaulo Zanoni
2012-10-22drm/i915: remove unused mem_block struct definitionMika Kuoppala
2012-10-22drm/i915: Backlight setup requires connector so pass it as parameterJani Nikula
2012-10-22drm/i915/lvds: Move the acpi_lid_notifier from drm_i915_private to the connectorJani Nikula
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter
2012-10-18drm/i915: Clear FORCEWAKE when taking over from BIOSChris Wilson
2012-10-16drm/i915: Extract PCU communicationBen Widawsky
2012-10-12drm/i915: fixup i915_gem_object_get_page inline helperChris Wilson
2012-10-12drm/i915: Disallow preallocation of requestsChris Wilson
2012-10-10drm/i915: completely rewrite the Haswell PLL handling codePaulo Zanoni
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris 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