aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-3/+11
|\
| * drm/i915: fix overlay on i830MDaniel Vetter2012-11-261-3/+11
* | samsung update 1codeworkx2012-06-021-87/+83
|/
* drm/i915/overlay: Fix unpinning along init error pathsChris Wilson2011-06-291-7/+10
* drm/i915: more struct_mutex lockingHugh Dickins2011-06-271-0/+5
* drm/i915: Use a device flag for non-interruptible phasesChris Wilson2011-02-221-19/+13
* drm/i915: Protect against drm_gem_object not being the first memberChris Wilson2011-02-221-1/+1
* drm/i915: cleanup per-pipe reg usageJesse Barnes2011-02-071-1/+1
* drm/i915: Refine tracepointsChris Wilson2011-02-071-7/+6
* drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-4/+4
* drm/i915: Pipelined fencing [infrastructure]Chris Wilson2010-12-021-0/+10
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-25/+23
* drm/i915: kill mappable/fenceable disdinctionDaniel Vetter2010-11-041-2/+2
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-011-1/+3
|\
| * i915: signedness bug in check_overlay_src()Dan Carpenter2010-10-271-1/+3
* | drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-291-2/+2
* | drm/i915: range-restricted bind_to_gttDaniel Vetter2010-10-271-2/+2
* | drm/i915: Propagate error from failing to queue a requestChris Wilson2010-10-271-7/+13
* | drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-271-4/+26
|/
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-469/+531
|\
| * drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-14/+15
| * drm/i915: Fix an overlay regression from 7e7d76cChris Wilson2010-09-131-5/+3
| * drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson2010-09-131-3/+30
| * drm/i915: Use macros to switch between equivalent pipe registersChris Wilson2010-09-111-4/+3
| * drm/i915: Compile out error state without DEBUG_FSChris Wilson2010-09-081-25/+30
| * drm/i915/overlay: Use a continuation hook to finish work after a flip.Chris Wilson2010-09-081-66/+44
| * drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson2010-09-081-0/+23
| * drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson2010-09-081-10/+13
| * 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-081-10/+35
| * 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-081-33/+5
| * drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson2010-09-081-43/+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-081-21/+19
| * 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-081-223/+235
| * drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter2010-09-081-8/+9
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-3/+2
|/
* drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton2010-09-061-0/+2
* drm/i915: Apply i830 errata for cursor alignmentChris Wilson2010-08-091-1/+2