aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-18drm/i915: Map registers before GTT initBen Widawsky1-24/+23
2013-04-06drm/i915: Support PCH no displayBen Widawsky1-6/+14
2013-04-02drm/i915: sprite support for ValleyView v4Jesse Barnes1-0/+4
2013-03-23drm/i915: Move num_pipes to intel infoBen Widawsky1-8/+1
2013-02-20drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver initPaulo Zanoni1-0/+18
2013-02-14i915: ignore lid open event when resumingZhang Rui1-0/+1
2013-01-31drm/i915: Add probe and remove to the gtt opsBen Widawsky1-1/+1
2013-01-20drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter1-3/+3
2013-01-20drm/i915: Remove use of gtt_mappable_entriesBen Widawsky1-4/+4
2013-01-17drm/i915: Remove use on gma_bus_addr on gen6+Ben Widawsky1-2/+1
2013-01-17drm/i915: Create a gtt structureBen Widawsky1-10/+10
2013-01-17drm/i915: Use the reloc.handle as an index into the execbuffer arrayChris Wilson1-0/+3
2013-01-17drm/i915: Allow userspace to hint that the relocations were knownDaniel Vetter1-0/+3
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-16/+34
2012-12-18drm/i915: fixup overlay stolen memory leakDaniel Vetter1-3/+0
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+3
2012-12-12drm/i915: rework locking for intel_dpio|sbi_read|writeDaniel Vetter1-1/+1
2012-12-11drm/i915: Fixup hpd irq register setup orderingDaniel Vetter1-0/+15
2012-12-06drm/i915: irq-drive the dp aux communicationDaniel Vetter1-0/+1
2012-12-06drm/i915: reorder setup sequence to have irqs for output setupDaniel Vetter1-9/+14
2012-12-06drm/i915: setup the hangcheck timer earlyDaniel Vetter1-3/+0
2012-12-03drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä1-1/+1
2012-11-30drm/i915: Use a slab for object allocationChris Wilson1-0/+3
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson1-3/+1
2012-11-29drm/i915: fix possible NULL dereference of dev_privMika Kuoppala1-1/+2
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-61/+25
2012-11-16drm/i915: Restore physical HWS_PGA after resumeChris Wilson1-33/+0
2012-11-11drm/i915: Stop using AGP layer for GEN6+Ben Widawsky1-13/+3
2012-11-11drm/i915: don't rewrite the GTT on resume v4Jesse Barnes1-1/+0
2012-11-11drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes1-0/+2
2012-11-11drm/i915: don't block resume on fb console resume v2Jesse Barnes1-0/+3
2012-11-11drm/i915: move dri1 dungeon out of dev_privDaniel Vetter1-14/+14
2012-10-26drm/i915: Only kick out vesafb if we takeover the fbcon with KMSChris Wilson1-1/+2
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-7/+6
2012-10-17drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson1-0/+3
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-19/+54
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-26drm/i915: s/cacheing/caching/Ben Widawsky1-2/+2
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-0/+1
2012-09-20drm/i915: Limit the ioremap of the PCI bar to the registersChris Wilson1-2/+14
2012-09-08drm/i915: initialize dpio_lock spin lockAlexander Shishkin1-0/+1
2012-08-24i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active = 1Tejun Heo1-4/+2
2012-08-17drm/i915: implement dma buf begin_cpu_access (v2)Dave Airlie1-0/+3
2012-08-17drm/i915: kill a few unused things in dev_privDaniel Vetter1-11/+11
2012-08-09drm/i915: move all rps state into dev_priv->rpsDaniel Vetter1-1/+1
2012-08-09drm/i915: dump the device infoDaniel Vetter1-1/+17
2012-08-08drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORESChris Wilson1-0/+3
2012-07-26drm/i915: Export ability of changing cache levels to userspaceChris Wilson1-0/+2
2012-07-25drm/i915: add register read IOCTLBen Widawsky1-0/+1