aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson2010-09-083-35/+21
* drm/i915/overlay: Workaround i830 overlay activation bug.Chris Wilson2010-09-081-4/+67
* drm/i915/overlay: Make do_put_image() as staticChris Wilson2010-09-081-3/+3
* drm/i915: Preallocate requestsChris Wilson2010-09-083-23/+59
* drm/i915/overlay: Tidy release_old_vid()Chris Wilson2010-09-081-45/+28
* drm/i915/overlay: Combine SWITCH_OFF into a single stepChris Wilson2010-09-082-35/+6
* drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson2010-09-082-44/+18
* drm/i915/overlay: Refactor do_wait_request()Chris Wilson2010-09-081-80/+37
* drm/i915/overlay: Tidy check_overlay_dst()Chris Wilson2010-09-081-12/+16
* drm/i915/overlay: Tidy update_pfit_vscale_ratio()Chris Wilson2010-09-081-9/+10
* drm/i915/overlay: Remove duplicated definition of OFC_UPDATEChris Wilson2010-09-081-3/+0
* drm/i915/overlay: Destroy reg_bo on shutdown.Chris Wilson2010-09-081-7/+9
* drm/i915/overlay: Use the recommended page alignment for physical regsChris Wilson2010-09-081-1/+1
* drm/i915/overlay: Tidy attribute checking.Chris Wilson2010-09-081-26/+14
* drm/i915/overlay: Use non-atomic mappings for the common case.Chris Wilson2010-09-081-17/+55
* drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson2010-09-083-21/+36
* drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson2010-09-081-0/+8
* drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson2010-09-081-0/+6
* drm/i915/overlay: WhitespaceChris Wilson2010-09-082-224/+236
* drm/i915: drop i915_add_request right in front of i915_wait_requestDaniel Vetter2010-09-081-9/+7
* drm/i915: move the wait_rendering call into flush_gpu_write_domainDaniel Vetter2010-09-081-55/+33
* drm/i915: drop seqno argument from i915_gem_object_move_to_activeDaniel Vetter2010-09-081-14/+14
* drm/i915: kill a no longer necessary BUG_ONDaniel Vetter2010-09-081-1/+0
* drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter2010-09-084-53/+41
* drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter2010-09-083-20/+21
* drm/i915: move flushing list processing to i915_gem_flushDaniel Vetter2010-09-081-10/+21
* drm/i915: allow lazy emitting of requestsDaniel Vetter2010-09-081-21/+34
* drm/i915: add MMIO debug outputJesse Barnes2010-09-081-2/+28
* drm/i915/sdvo: Preserve pixel-multiplierChris Wilson2010-09-083-67/+75
* drm/i915: Sanity check user framebuffer parameters on creationChris Wilson2010-09-081-0/+17
* drm/i915/tv: Mark the format names as constant and so avoid the memleakChris Wilson2010-09-081-19/+17
* drm/i915/tv: Poll for DAC state changeChris Wilson2010-09-081-40/+33
* drm/i915/tv: Preserve reserved DAC bits during mode-settingChris Wilson2010-09-082-1/+2
* drm/i915: Revert extra intel_wait_for_vblank to prevent stalls.Sitsofe Wheeler2010-09-081-2/+4
* drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson2010-09-081-2/+2
* drm/i915: Addin-offset is an unreliable indicator of LVDS presence (v2)Chris Wilson2010-09-081-20/+26
* drm/i915: Use the VBT from OpRegion when available (v3)Chris Wilson2010-09-087-98/+141
* drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson2010-09-084-16/+17
* drm/i915/crt: Flush register prior to waiting for vblank.Chris Wilson2010-09-081-0/+1
* drm/i915: Avoid using msleep under kdb and wait_for()Chris Wilson2010-09-081-1/+1
* drm/i915: Drop the msleep parameter to wait_for()Chris Wilson2010-09-085-15/+18
* drm/i915: unload: fix retire_work racesDaniel Vetter2010-09-083-2/+4
* drm/i915: unload: ensure that gem is idleDaniel Vetter2010-09-081-1/+7
* drm/i915: unload: fix unpin_work related racesDaniel Vetter2010-09-082-0/+17
* drm/i915: unload: fix idle_timer/idle_work racesDaniel Vetter2010-09-081-12/+15
* drm/i915: unload: don't leak error stateDaniel Vetter2010-09-081-2/+2
* drm/i915: unload: fix hotplug_work racesDaniel Vetter2010-09-082-1/+6
* drm/i915: unload: fix error_work racesDaniel Vetter2010-09-082-4/+6
* drm/i915: unload: fix intel dp encoder cleanupDaniel Vetter2010-09-081-1/+10
* Merge remote branch 'airlied/drm-core-next' into HEADChris Wilson2010-09-0825-385/+19
|\