summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-08drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson1-0/+8
2010-09-08drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson1-0/+6
2010-09-08drm/i915/overlay: WhitespaceChris Wilson2-224/+236
2010-09-08drm/i915: drop i915_add_request right in front of i915_wait_requestDaniel Vetter1-9/+7
2010-09-08drm/i915: move the wait_rendering call into flush_gpu_write_domainDaniel Vetter1-55/+33
2010-09-08drm/i915: drop seqno argument from i915_gem_object_move_to_activeDaniel Vetter1-14/+14
2010-09-08drm/i915: kill a no longer necessary BUG_ONDaniel Vetter1-1/+0
2010-09-08drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter4-53/+41
2010-09-08drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter3-20/+21
2010-09-08drm/i915: move flushing list processing to i915_gem_flushDaniel Vetter1-10/+21
2010-09-08drm/i915: allow lazy emitting of requestsDaniel Vetter1-21/+34
2010-09-08drm/i915: add MMIO debug outputJesse Barnes1-2/+28
2010-09-08drm/i915/sdvo: Preserve pixel-multiplierChris Wilson3-67/+75
2010-09-08drm/i915: Sanity check user framebuffer parameters on creationChris Wilson1-0/+17
2010-09-08drm/i915/tv: Mark the format names as constant and so avoid the memleakChris Wilson1-19/+17
2010-09-08drm/i915/tv: Poll for DAC state changeChris Wilson1-40/+33
2010-09-08drm/i915/tv: Preserve reserved DAC bits during mode-settingChris Wilson2-1/+2
2010-09-08drm/i915: Revert extra intel_wait_for_vblank to prevent stalls.Sitsofe Wheeler1-2/+4
2010-09-08drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson1-2/+2
2010-09-08drm/i915: Addin-offset is an unreliable indicator of LVDS presence (v2)Chris Wilson1-20/+26
2010-09-08drm/i915: Use the VBT from OpRegion when available (v3)Chris Wilson7-98/+141
2010-09-08drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson4-16/+17
2010-09-08drm/i915/crt: Flush register prior to waiting for vblank.Chris Wilson1-0/+1
2010-09-08drm/i915: Avoid using msleep under kdb and wait_for()Chris Wilson1-1/+1
2010-09-08drm/i915: Drop the msleep parameter to wait_for()Chris Wilson5-15/+18
2010-09-08drm/i915: unload: fix retire_work racesDaniel Vetter3-2/+4
2010-09-08drm/i915: unload: ensure that gem is idleDaniel Vetter1-1/+7
2010-09-08drm/i915: unload: fix unpin_work related racesDaniel Vetter2-0/+17
2010-09-08drm/i915: unload: fix idle_timer/idle_work racesDaniel Vetter1-12/+15
2010-09-08drm/i915: unload: don't leak error stateDaniel Vetter1-2/+2
2010-09-08drm/i915: unload: fix hotplug_work racesDaniel Vetter2-1/+6
2010-09-08drm/i915: unload: fix error_work racesDaniel Vetter2-4/+6
2010-09-08drm/i915: unload: fix intel dp encoder cleanupDaniel Vetter1-1/+10
2010-09-08Merge remote branch 'airlied/drm-core-next' into HEADChris Wilson25-385/+19
2010-09-08Revert "drm/i915: Warn if we run out of FIFO space for a mode"Chris Wilson1-7/+1
2010-09-08Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson1-2/+0
2010-09-08Revert "drm/i915: Enable RC6 on Ironlake."Chris Wilson1-6/+3
2010-09-07intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang4-11/+30
2010-09-07drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2-2/+7
2010-09-07agp/intel: Fix cache control for SandybridgeZhenyu Wang4-10/+62
2010-09-07agp/intel: use #ifdef idiom for intel-agp.hZhenyu Wang1-0/+4
2010-09-07agp/intel: fix physical address mask bits for sandybridgeZhenyu Wang1-2/+2
2010-09-07drm/i915: Prevent double dpms onChris Wilson1-1/+4
2010-09-07drm/i915: Avoid use of uninitialised values when disabling panel-fitterChris Wilson1-20/+15
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth4-12/+113
2010-09-07drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson1-13/+12
2010-09-07drm/i915: Allocate the PCI resource for the MCHBARChris Wilson1-10/+10
2010-09-07drm/i915/dp: Really try 5 times before giving up.Chris Wilson1-30/+28
2010-09-07drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson1-1/+39
2010-09-07drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson1-1/+1