aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_overlay.c
AgeCommit message (Expand)Author
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-04drm/i915: kill mappable/fenceable disdinctionDaniel Vetter
2010-11-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson
2010-10-27drm/i915: range-restricted bind_to_gttDaniel Vetter
2010-10-27drm/i915: Propagate error from failing to queue a requestChris Wilson
2010-10-27drm/i915: Propagate errors from writing to ringbufferChris Wilson
2010-10-27i915: signedness bug in check_overlay_src()Dan Carpenter
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson
2010-09-13drm/i915: Fix an overlay regression from 7e7d76cChris Wilson
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson
2010-09-08drm/i915: Compile out error state without DEBUG_FSChris Wilson
2010-09-08drm/i915/overlay: Use a continuation hook to finish work after a flip.Chris Wilson
2010-09-08drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson
2010-09-08drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson
2010-09-08drm/i915/overlay: Workaround i830 overlay activation bug.Chris Wilson
2010-09-08drm/i915/overlay: Make do_put_image() as staticChris Wilson
2010-09-08drm/i915: Preallocate requestsChris Wilson
2010-09-08drm/i915/overlay: Tidy release_old_vid()Chris Wilson
2010-09-08drm/i915/overlay: Combine SWITCH_OFF into a single stepChris Wilson
2010-09-08drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson
2010-09-08drm/i915/overlay: Refactor do_wait_request()Chris Wilson
2010-09-08drm/i915/overlay: Tidy check_overlay_dst()Chris Wilson
2010-09-08drm/i915/overlay: Tidy update_pfit_vscale_ratio()Chris Wilson
2010-09-08drm/i915/overlay: Remove duplicated definition of OFC_UPDATEChris Wilson
2010-09-08drm/i915/overlay: Destroy reg_bo on shutdown.Chris Wilson
2010-09-08drm/i915/overlay: Use the recommended page alignment for physical regsChris Wilson
2010-09-08drm/i915/overlay: Tidy attribute checking.Chris Wilson
2010-09-08drm/i915/overlay: Use non-atomic mappings for the common case.Chris Wilson
2010-09-08drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson
2010-09-08drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson
2010-09-08drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson
2010-09-08drm/i915/overlay: WhitespaceChris Wilson
2010-09-08drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter
2010-09-06drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton
2010-08-09drm/i915: Apply i830 errata for cursor alignmentChris Wilson
2010-08-09drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson
2010-08-05drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson
2010-08-01drm/i915: Typo in (unused) register mask for overlay.Chris Wilson
2010-08-01drm/i915: Check overlay stride errata for i830 and i845Chris Wilson
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter