summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: extract gmbus_wait_hw_statusDaniel Vetter2012-12-061-21/+25
* drm/i915: reorder setup sequence to have irqs for output setupDaniel Vetter2012-12-063-9/+19
* drm/i915: setup the hangcheck timer earlyDaniel Vetter2012-12-062-3/+3
* drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlvDaniel Vetter2012-12-061-4/+0
* drm/i915: haswell has the same irq handlers as ivbDaniel Vetter2012-12-061-9/+1
* drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala2012-12-063-1/+27
* drm/i915: Split intel_ring_beginMika Kuoppala2012-12-061-15/+22
* drm/i915: Fix debugfs seqno info print to use uintMika Kuoppala2012-12-051-1/+1
* drm/i915: Add debugfs entry to read/write next_seqnoMika Kuoppala2012-12-051-0/+88
* drm/i915: fixup sparse warningsDaniel Vetter2012-12-036-12/+13
* drm/i915: Remove check for conflicting relocation write-domainsChris Wilson2012-12-031-11/+0
* drm/i915: Tighten the checks for invalid relocation domainsChris Wilson2012-12-031-1/+6
* drm/i915: Fix dieing -> dying typoDamien Lespiau2012-12-031-1/+1
* drm/i915: Use a slab for object allocationChris Wilson2012-11-305-10/+34
* drm/i915: Allocate overlay registers from stolen memoryChris Wilson2012-11-301-2/+4
* drm/i915: Allocate ringbuffers from stolen memoryChris Wilson2012-11-301-1/+5
* drm/i915: Allocate fbcon from stolen memoryChris Wilson2012-11-301-1/+3
* drm/i915: Introduce i915_gem_object_create_stolen()Chris Wilson2012-11-303-0/+129
* drm/i915: Support readback of stolen objects upon errorChris Wilson2012-11-301-0/+8
* drm/i915: Allow objects to be created with no backing pages, but stolen spaceChris Wilson2012-11-302-0/+4
* drm/i915: Delay allocation of stolen space for FBCChris Wilson2012-11-304-64/+64
* drm/i915: Avoid clearing preallocated regions from the GTTChris Wilson2012-11-302-3/+31
* drm/i915: Fix detection of base of stolen memoryChris Wilson2012-11-302-40/+42
* drm/i915: optimize ilk/snb irq handlerDaniel Vetter2012-11-301-6/+7
* i915: convert struct spinlock to spinlock_tLuis R. Rodriguez2012-11-291-2/+2
* drm/i915: kill intel_dp_link_clock()Paulo Zanoni2012-11-291-12/+7
* drm/i915: invert the log inside intel_prepare_ddiPaulo Zanoni2012-11-291-9/+10
* drm/i915: add HAS_DDI checkPaulo Zanoni2012-11-296-18/+19
* drm/i915: remove Haswell code from ironlake_fdi_pll_enablePaulo Zanoni2012-11-291-11/+7
* drm/i915: intel_prepare_ddi_buffers should be staticPaulo Zanoni2012-11-291-1/+2
* drm/i915: optimize the shmem_pwrite slowpath handlingDaniel Vetter2012-11-291-3/+7
* drm/i915: simplify shmem pwrite/pread slowpath handlingDaniel Vetter2012-11-291-13/+2
* drm/i915: enable intel_lvds->pre_pll_enable for ilk+, tooDaniel Vetter2012-11-292-49/+15
* drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enableDaniel Vetter2012-11-292-59/+57
* drm/i915: add intel_lvds->regDaniel Vetter2012-11-291-28/+20
* drm/i915: track is_dual_link in intel_lvdsDaniel Vetter2012-11-292-14/+31
* drm/i915: move is_dual_link_lvds to intel_lvds.cDaniel Vetter2012-11-293-55/+59
* drm/i915: replace ad-hoc dual-link lvds checksDaniel Vetter2012-11-291-9/+6
* drm/i915: add encoder->pre_pll_enable callbackDaniel Vetter2012-11-292-0/+15
* drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domainsChris Wilson2012-11-291-2/+2
* drm/i915: Kill i915_gem_execbuffer_wait_for_flips()Ville Syrjälä2012-11-292-49/+0
* drm/i915: remove duplicate register #definesDaniel Vetter2012-11-291-17/+1
* drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala2012-11-291-1/+5
* drm/i915: Include the last semaphore sync point in the error-stateChris Wilson2012-11-293-4/+9
* drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-295-61/+58
* drm/i915: Simplify flushing activity on the ringChris Wilson2012-11-291-7/+3
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-296-82/+89
* drm/i915: force restore on lid openDaniel Vetter2012-11-294-6/+16
* drm/i915: Wait upon the last request seqno, rather than a future seqnoChris Wilson2012-11-291-2/+21
* drm/i915: fix possible NULL dereference of dev_privMika Kuoppala2012-11-291-1/+2