summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: protect backlight registers and data with a spinlockJani Nikula2013-04-251-0/+1
* drm/i915: Introduce HAS_FPGA_DBG_UNCLAIMED()Damien Lespiau2013-04-231-1/+1
* drm/i915: Replace the line of %s by a DEV_INFO_FOR_EACH_FLAG() invocationDamien Lespiau2013-04-231-1/+5
* drm/i915: Turn DEV_INFO_FLAGS into a foreach style macroDamien Lespiau2013-04-231-5/+5
* drm/i915: Map registers before GTT initBen Widawsky2013-04-181-24/+23Star
* drm/i915: Support PCH no displayBen Widawsky2013-04-061-6/+14
* drm/i915: sprite support for ValleyView v4Jesse Barnes2013-04-021-0/+4
* drm/i915: Move num_pipes to intel infoBen Widawsky2013-03-231-8/+1Star
* drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver initPaulo Zanoni2013-02-201-0/+18
* i915: ignore lid open event when resumingZhang Rui2013-02-141-0/+1
* drm/i915: Add probe and remove to the gtt opsBen Widawsky2013-01-311-1/+1
* drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-201-3/+3
* drm/i915: Remove use of gtt_mappable_entriesBen Widawsky2013-01-201-4/+4
* drm/i915: Remove use on gma_bus_addr on gen6+Ben Widawsky2013-01-171-2/+1Star
* drm/i915: Create a gtt structureBen Widawsky2013-01-171-10/+10
* drm/i915: Use the reloc.handle as an index into the execbuffer arrayChris Wilson2013-01-171-0/+3
* drm/i915: Allow userspace to hint that the relocations were knownDaniel Vetter2013-01-171-0/+3
* Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-16/+34
|\
| * drm/i915: fixup overlay stolen memory leakDaniel Vetter2012-12-181-3/+0Star
| * drm/i915: rework locking for intel_dpio|sbi_read|writeDaniel Vetter2012-12-121-1/+1
| * drm/i915: Fixup hpd irq register setup orderingDaniel Vetter2012-12-111-0/+15
| * drm/i915: irq-drive the dp aux communicationDaniel Vetter2012-12-061-0/+1
| * drm/i915: reorder setup sequence to have irqs for output setupDaniel Vetter2012-12-061-9/+14
| * drm/i915: setup the hangcheck timer earlyDaniel Vetter2012-12-061-3/+0Star
| * drm/i915: Use a slab for object allocationChris Wilson2012-11-301-0/+3
* | drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter2012-12-171-0/+3
* | drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä2012-12-031-1/+1
|/
* drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-291-3/+1Star
* drm/i915: fix possible NULL dereference of dev_privMika Kuoppala2012-11-291-1/+2
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-11-201-61/+25Star
|\
| * drm/i915: Restore physical HWS_PGA after resumeChris Wilson2012-11-161-33/+0Star
| * drm/i915: Stop using AGP layer for GEN6+Ben Widawsky2012-11-111-13/+3Star
| * drm/i915: don't rewrite the GTT on resume v4Jesse Barnes2012-11-111-1/+0Star
| * drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes2012-11-111-0/+2
| * drm/i915: don't block resume on fb console resume v2Jesse Barnes2012-11-111-0/+3
| * drm/i915: move dri1 dungeon out of dev_privDaniel Vetter2012-11-111-14/+14
| * Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-221-7/+6Star
| |\
| * | drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson2012-10-171-0/+3
* | | drm/i915: Only kick out vesafb if we takeover the fbcon with KMSChris Wilson2012-10-261-1/+2
| |/ |/|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-19/+54
|\ \
| * | drm/i915: s/cacheing/caching/Ben Widawsky2012-09-261-2/+2
| |/
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-0/+1
| |\
| * | drm/i915: Limit the ioremap of the PCI bar to the registersChris Wilson2012-09-201-2/+14
| * | i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active...Tejun Heo2012-08-241-4/+2Star
| * | drm/i915: implement dma buf begin_cpu_access (v2)Dave Airlie2012-08-171-0/+3
| * | drm/i915: kill a few unused things in dev_privDaniel Vetter2012-08-171-11/+11
| * | drm/i915: move all rps state into dev_priv->rpsDaniel Vetter2012-08-091-1/+1
| * | drm/i915: dump the device infoDaniel Vetter2012-08-091-1/+17
| * | drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORESChris Wilson2012-08-081-0/+3
| * | drm/i915: Export ability of changing cache levels to userspaceChris Wilson2012-07-261-0/+2