summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
* drm/i915: More surgically unbreak the modeset vs reset deadlockDaniel Vetter2017-08-141-2/+9
* drm/i915: Remove pipe A quirk remnantsVille Syrjälä2017-06-151-1/+0
* drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson2017-03-171-4/+4
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-45/+34
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-2/+1
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-1/+1
|\
| * drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
| * drm/i915: Add local 'fb' variablesVille Syrjälä2016-12-141-14/+12
* | drm/i915: Kill the 830 MI_OVERLAY_OFF workaroundVille Syrjälä2016-12-231-13/+6
* | drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä2016-12-221-0/+30
* | drm/i915: Use primary plane->state for overlay ckey setupVille Syrjälä2016-12-221-16/+17
* | drm/i915: Reorganize overlay filter coeffs into a nicer formVille Syrjälä2016-12-221-28/+36
* | drm/i915: Simplify SWIDTHSW calculationVille Syrjälä2016-12-221-13/+11
* | drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä2016-12-221-28/+1
* | drm/i915: Use pipe_src_w in overlay codeVille Syrjälä2016-12-221-7/+7
* | drm/i915: Fix the overlay frontbuffer trackingVille Syrjälä2016-12-221-23/+41
* | drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä2016-12-221-2/+2
* | drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2016-12-221-1/+2
* | drm/i915: Initialize overlay->last_flip properlyVille Syrjälä2016-12-221-0/+2
* | drm/i915: add some more "i" in platform names for consistencyJani Nikula2016-12-071-2/+2
* | drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-1/+1
* | drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-2/+1
|/
* 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
OpenPOWER on IntegriCloud