summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-08drm/radeon: Avoid the locking overhead in object lookups for relocs.exec-lockingEric Anholt1-3/+5
2013-01-08drm/i915: Use an ida instead of an idr, and maintain our own pointer table.Eric Anholt3-67/+84
2013-01-08drm/i915: Remove the temporary eb hash table.Eric Anholt1-56/+1
2013-01-08drm/i915: Look up objects for relocations using the idr.Eric Anholt1-28/+13
2013-01-08drm/i915: Hold the table lock across all our object lookups in execbuf.Eric Anholt1-4/+6
2013-01-08drm: Expose a variant of drm_gem_object_lookup where the lock is held.Eric Anholt2-4/+15
2013-01-08drm: Convert the lock protecting object handles to a mutex.Eric Anholt2-10/+10
2012-12-20drm/i915: Return the real error code from intel_set_mode()Chris Wilson7-49/+39
2012-12-20drm/i915: Make GSM voidBen Widawsky2-3/+4
2012-12-20drm/i915: Move GSM mapping into dev_privBen Widawsky4-10/+10
2012-12-20drm/i915: Move even more gtt code to i915_gem_gttBen Widawsky3-56/+61
2012-12-19drm/i915: Make next_seqno debugs entry to use i915_gem_set_seqnoMika Kuoppala1-10/+1
2012-12-19drm/i915: Introduce i915_gem_set_seqno()Mika Kuoppala2-5/+31
2012-12-19drm/i915: Always clear semaphore mboxes on seqno wrapMika Kuoppala1-12/+0
2012-12-19drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala3-21/+13
2012-12-19drm/i915: Introduce ring set_seqnoMika Kuoppala2-0/+29
2012-12-18drm/i915: Missed conversion to gtt_pte_tBen Widawsky1-2/+2
2012-12-18drm/i915: Bug on unsupported swizzled platformsBen Widawsky1-1/+3
2012-12-18drm/i915: BUG() if fences are used on unsupported platformBen Widawsky2-1/+3
2012-12-18drm/i915: fixup overlay stolen memory leakDaniel Vetter3-3/+5
2012-12-17drm/i915: clean up PIPECONF bpc #definesDaniel Vetter2-24/+19
2012-12-17drm/i915: add intel_dp_set_signal_levelsPaulo Zanoni1-36/+33
2012-12-17drm/i915: remove leftover display.update_wm assignmentPaulo Zanoni1-2/+1
2012-12-17drm/i915: check for the PCH when setting pch_transcoderPaulo Zanoni1-1/+1
2012-12-17drm/i915: Clear the stolen fb before enablingChris Wilson1-0/+7
2012-12-17drm/i915: Access to snooped system memory through the GTT is incoherentChris Wilson1-0/+6
2012-12-14drm/i915: Remove stale comment about intel_dp_detect()Damien Lespiau1-7/+0
2012-12-14drm/i915: Implement ibx_digital_port_connected() for IBXDamien Lespiau1-16/+28
2012-12-14drm/i915/dp: Log the DPCD only if we have successfully retrieved oneDamien Lespiau1-5/+6
2012-12-14drm/i915/dp: Read the HPD status before trying to read the DPCDDamien Lespiau1-0/+5
2012-12-14drm/i915/hdmi: Read the HPD status before trying to read the EDIDDamien Lespiau3-2/+43
2012-12-14drm/i915: Cleanup SHOTPLUG_CTL status bits definitionsDamien Lespiau1-9/+12
2012-12-12drm/i915: rework locking for intel_dpio|sbi_read|writeDaniel Vetter4-36/+25
2012-12-11drm/i915: Fixup hpd irq register setup orderingDaniel Vetter6-14/+79
2012-12-11drm/i915: Set initial seqno value close to wrap boundaryMika Kuoppala1-1/+1
2012-12-11drm/i915: Open-code i915_gpu_idle() for handling seqno wrappingChris Wilson1-4/+8
2012-12-11drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala3-7/+23
2012-12-10i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointersTim Gardner1-6/+16
2012-12-10drm/i915: Remove duplicate inclusion of drm/drm_edid.hSachin Kamat1-1/+0
2012-12-08drm/i915: don't prevent CPU idle statesTomas Janousek1-1/+1
2012-12-07drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson3-8/+22
2012-12-06drm/i915: extract common link_m_n helpersDaniel Vetter3-57/+26
2012-12-06drm/i915: drop unnecessary clearing of pch dp transcoder timingsDaniel Vetter1-8/+1
2012-12-06drm/i915: WARN on !crtc in intel_dp_link_downDaniel Vetter1-9/+4
2012-12-06drm/i915: use wait_for_vblank instead of msleep(17)Daniel Vetter1-2/+5
2012-12-06drm/i915: rip out pre-production ilk cpu edp w/aDaniel Vetter1-16/+5
2012-12-06drm/i915: move set_pll_edp to intel_dp.cDaniel Vetter2-40/+40
2012-12-06drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_setDaniel Vetter1-126/+2
2012-12-06drm/i915: be less verbose when handling gmbus/aux irqsPaulo Zanoni1-4/+0
2012-12-06drm/i915: Remove duplicate and unused register #defines in i915_reg.hDexuan Cui1-4/+0