summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use lockless object freeChris Wilson2016-10-281-2/+2
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-1/+1
* drm/i915: Allow disabling error captureChris Wilson2016-10-121-0/+4
* drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-2/+2
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-1/+1
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-4/+6
* drm/i915: Track pinned VMAChris Wilson2016-08-151-16/+16
* drm/i915/overlay: Use VMA as the primary tracker for imagesChris Wilson2016-08-151-17/+22
* drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-1/+1
* drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson2016-08-041-2/+1
* drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-041-0/+1
* drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-1/+2
* drm/i915: Convert intel_overlay to request trackingChris Wilson2016-08-041-48/+34
* drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson2016-08-021-8/+12
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-4/+4
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-021-4/+4
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-021-21/+29
* drm/i915: use i915_gem_object_put_unlocked() after releasing mutexDave Gordon2016-07-211-1/+1
* drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson2016-07-201-1/+1
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-4/+4
* drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookupChris Wilson2016-07-201-3/+2
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-11/+13
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-2/+2
* Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-81/+66
|\
| * drm/i915: Convert intel_overlay.c to use native drm_i915_private pointersChris Wilson2016-05-121-72/+60
| * drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-2/+1
| * io-mapping: Specify mapping size for io_mapping_map_wc()Chris Wilson2016-04-281-1/+2
| * drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addrChris Wilson2016-04-281-6/+3
| * drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-1/+1
| * drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-1/+1
* | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
|/
* drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-4/+4
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-4/+6
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-2/+2
* drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-4/+4
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-29/+31
* drm/i915: simplify allocation of driver-internal requestsDave Gordon2016-01-211-12/+12
* drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst2015-11-021-1/+1
* drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-4/+4
* drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-2/+2
* drm/i915: Update overlay code to do explicit request managementJohn Harrison2015-06-231-16/+41
* drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: i915_add_request must not failJohn Harrison2015-06-231-4/+4
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-2/+0
* drm/i915: Allow disabling the destination colorkey for overlayChris Wilson2015-04-101-11/+19
* drm/i915: Mark the overlay active only if we got ring spaceVille Syrjälä2015-03-311-2/+2
* drm/i915: Convert overlay->{active, pfit_active} to boolsVille Syrjälä2015-03-311-6/+6
* drm/i915: Convert BUGs to WARNs in the video overlay codeVille Syrjälä2015-03-311-11/+11
* drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin2015-03-231-1/+2
* drm/i915: Remove DRIVER_MODESET checks from modeset codeDaniel Vetter2015-02-271-2/+0
OpenPOWER on IntegriCloud