aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-0/+3
2012-06-04drm/i915: hold forcewake around ring hw initDaniel Vetter1-0/+3
2012-05-31i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie1-0/+3
2012-05-23i915: add dmabuf/prime buffer sharing support.Daniel Vetter1-0/+11
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson1-3/+6
2012-05-19drm/i915: program WM_LINETIME on HaswellEugeni Dodonov1-0/+2
2012-05-05drm/i915: kill flags parameter for reset functionsDaniel Vetter1-1/+1
2012-05-05drm/i915: rework dev->first_error lockingDaniel Vetter1-0/+5
2012-05-05drm/i915: add interface to simulate gpu hangsDaniel Vetter1-0/+2
2012-05-03drm/i915: Periodically sanity check power managementChris Wilson1-0/+1
2012-05-03drm/i915: rework legacy GFX HWS handlingDaniel Vetter1-1/+1
2012-05-03drm/i915: move LP_RING&friends to i915_dma.cDaniel Vetter1-22/+0
2012-05-03drm/i915: extract dri1 breadcrumb update from irq handlerDaniel Vetter1-0/+1
2012-05-03drm/i915: move dri1 irq ioctl code to i915_dma.cDaniel Vetter1-4/+0
2012-05-03drm/i915: rip out dev_priv->tex_lru_log_granularityDaniel Vetter1-1/+0
2012-05-03drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-structDaniel Vetter1-1/+9
2012-05-03drm/i915: move dri1 vblank stubs to i915_dma.cDaniel Vetter1-7/+0
2012-05-03drm/i915: Remove unused dev_priv->vblank_pipeChris Wilson1-1/+0
2012-05-03drm/i915: kill waiting_seqnoBen Widawsky1-0/+1
2012-05-03drm/i915: move vbetool invoked ier stuffBen Widawsky1-0/+1
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky1-3/+2
2012-05-03drm/i915: Clear FlipDone semantics change for pageflipping on gen3Chris Wilson1-1/+0
2012-05-03drm/i915: pending_flip_is_done is gen3, name it soChris Wilson1-1/+1
2012-05-03drm/i915: rip out dev_priv->has_gemDaniel Vetter1-1/+0
2012-05-03drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.cChris Wilson1-0/+1
2012-05-03drm/i915: Split the stolen handling for GEM out of i915_dma.cChris Wilson1-0/+4
2012-05-03drm/i915: Remove the deferred-free listChris Wilson1-8/+0
2012-05-03drm/i915: Remove the list of pinned inactive objectsChris Wilson1-6/+0
2012-05-03drm/i915: Remove i915_gem_evict_inactive()Chris Wilson1-4/+1
2012-05-03drm/i915: manage PCH PLLs separately from pipesJesse Barnes1-0/+14
2012-05-03drm/i915: Clarify the semantics of tiling_changedChris Wilson1-1/+8
2012-05-03drm/i915: [sparse] __iomem fixes for opregionBen Widawsky1-5/+5
2012-04-18drm/i915: Discard the unused obj->last_fenced_ringChris Wilson1-3/+2
2012-04-18drm/i915: Remove unused ring->setup_seqnoChris Wilson1-1/+0
2012-04-18drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson1-2/+1
2012-04-18drm/i915: [sparse] trivial sparse fixesBen Widawsky1-0/+2
2012-04-12drm/i915: re-init modeset hw state after gpu resetDaniel Vetter1-0/+1
2012-04-12drm/i915: rc6 in sysfsBen Widawsky1-0/+5
2012-04-12drm/i915: use semaphores for the display planeBen Widawsky1-0/+4
2012-04-12drm/i915: Reorganise rules for get_fence/put_fenceChris Wilson1-2/+4
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-22/+52
2012-04-09drm/i915: add enumeration for DDI portsEugeni Dodonov1-0/+10
2012-04-09drm/i915: add support for LynxPoint PCHEugeni Dodonov1-0/+2
2012-04-09drm/i915: add Haswell devices and their PCI IDsEugeni Dodonov1-0/+2
2012-04-09drm/i915: transform HAS_PCH_SPLIT in a feature checkEugeni Dodonov1-1/+2
2012-04-02drm/i915: disable ppgtt on snb when dmar is enabledDaniel Vetter1-1/+1
2012-04-01drm/i915: allow to select rc6 modes via kernel parameterEugeni Dodonov1-0/+21
2012-03-29drm/i915: add ValleyView specific force wake get/put functionsJesse Barnes1-0/+3
2012-03-28drm/i915: add DPIO supportJesse Barnes1-0/+4
2012-03-28drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macroJesse Barnes1-0/+2