summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2012-12-06drm/i915: move set_pll_edp to intel_dp.cDaniel Vetter
2012-12-06drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_setDaniel Vetter
2012-12-06drm/i915: be less verbose when handling gmbus/aux irqsPaulo Zanoni
2012-12-06drm/i915: Remove duplicate and unused register #defines in i915_reg.hDexuan Cui
2012-12-06drm/i915: use _NOTRACE for gmbus/dp aux wait loopsDaniel Vetter
2012-12-06drm/i915: irq-drive the dp aux communicationDaniel Vetter
2012-12-06drm/i915: wire up do aux channel done interruptDaniel Vetter
2012-12-06drm/i915: use gmbus irq to wait for gmbus idleDaniel Vetter
2012-12-06drm/i915: use the gmbus irq for waitsDaniel Vetter
2012-12-06drm/i915: wire up gmbus irq handlerDaniel Vetter
2012-12-06drm/i915: extract gmbus_wait_hw_statusDaniel Vetter
2012-12-06drm/i915: reorder setup sequence to have irqs for output setupDaniel Vetter
2012-12-06drm/i915: setup the hangcheck timer earlyDaniel Vetter
2012-12-06drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlvDaniel Vetter
2012-12-06drm/i915: haswell has the same irq handlers as ivbDaniel Vetter
2012-12-06drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala
2012-12-06drm/i915: Split intel_ring_beginMika Kuoppala
2012-12-05drm/i915: Fix debugfs seqno info print to use uintMika Kuoppala
2012-12-05drm/i915: Add debugfs entry to read/write next_seqnoMika Kuoppala
2012-12-03drm/i915: fixup sparse warningsDaniel Vetter
2012-12-03drm/i915: Remove check for conflicting relocation write-domainsChris Wilson
2012-12-03drm/i915: Tighten the checks for invalid relocation domainsChris Wilson
2012-12-03drm/i915: Fix dieing -> dying typoDamien Lespiau
2012-11-30drm/i915: Use a slab for object allocationChris Wilson
2012-11-30drm/i915: Allocate overlay registers from stolen memoryChris Wilson
2012-11-30drm/i915: Allocate ringbuffers from stolen memoryChris Wilson
2012-11-30drm/i915: Allocate fbcon from stolen memoryChris Wilson
2012-11-30drm/i915: Introduce i915_gem_object_create_stolen()Chris Wilson
2012-11-30drm/i915: Support readback of stolen objects upon errorChris Wilson
2012-11-30drm/i915: Allow objects to be created with no backing pages, but stolen spaceChris Wilson
2012-11-30drm/i915: Delay allocation of stolen space for FBCChris Wilson
2012-11-30drm/i915: Avoid clearing preallocated regions from the GTTChris Wilson
2012-11-30drm/i915: Fix detection of base of stolen memoryChris Wilson
2012-11-30drm: Introduce an iterator over holes in the drm_mm range managerChris Wilson
2012-11-30drm: Introduce drm_mm_create_block()Chris Wilson
2012-11-30drm/i915: optimize ilk/snb irq handlerDaniel Vetter
2012-11-29i915: convert struct spinlock to spinlock_tLuis R. Rodriguez
2012-11-29drm/i915: kill intel_dp_link_clock()Paulo Zanoni
2012-11-29drm/i915: invert the log inside intel_prepare_ddiPaulo Zanoni
2012-11-29drm/i915: add HAS_DDI checkPaulo Zanoni
2012-11-29drm/i915: remove Haswell code from ironlake_fdi_pll_enablePaulo Zanoni
2012-11-29drm/i915: intel_prepare_ddi_buffers should be staticPaulo Zanoni
2012-11-29drm/i915: optimize the shmem_pwrite slowpath handlingDaniel Vetter
2012-11-29drm/i915: simplify shmem pwrite/pread slowpath handlingDaniel Vetter
2012-11-29drm/i915: enable intel_lvds->pre_pll_enable for ilk+, tooDaniel Vetter
2012-11-29drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enableDaniel Vetter
2012-11-29drm/i915: add intel_lvds->regDaniel Vetter
2012-11-29drm/i915: track is_dual_link in intel_lvdsDaniel Vetter
2012-11-29drm/i915: move is_dual_link_lvds to intel_lvds.cDaniel Vetter
2012-11-29drm/i915: replace ad-hoc dual-link lvds checksDaniel Vetter