summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_overlay.c
AgeCommit message (Expand)Author
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter
2016-12-23drm/i915: Kill the 830 MI_OVERLAY_OFF workaroundVille Syrjälä
2016-12-22drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä
2016-12-22drm/i915: Use primary plane->state for overlay ckey setupVille Syrjälä
2016-12-22drm/i915: Reorganize overlay filter coeffs into a nicer formVille Syrjälä
2016-12-22drm/i915: Simplify SWIDTHSW calculationVille Syrjälä
2016-12-22drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä
2016-12-22drm/i915: Use pipe_src_w in overlay codeVille Syrjälä
2016-12-22drm/i915: Fix the overlay frontbuffer trackingVille Syrjälä
2016-12-22drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä
2016-12-22drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä
2016-12-22drm/i915: Initialize overlay->last_flip properlyVille Syrjälä
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-14drm/i915: Add local 'fb' variablesVille Syrjälä
2016-12-07drm/i915: add some more "i" in platform names for consistencyJani Nikula
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-10-28drm/i915: Use lockless object freeChris Wilson
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-12drm/i915: Allow disabling error captureChris Wilson
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15drm/i915/overlay: Use VMA as the primary tracker for imagesChris Wilson
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-04drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson
2016-08-04drm/i915: Separate intel_frontbuffer into its own headerChris Wilson
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson
2016-08-04drm/i915: Convert intel_overlay to request trackingChris Wilson
2016-08-02drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson
2016-08-02drm/i915: Rename request->ringbuf to request->ringChris Wilson
2016-08-02drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson
2016-07-21drm/i915: use i915_gem_object_put_unlocked() after releasing mutexDave Gordon
2016-07-20drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson
2016-07-20drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookupChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-12drm/i915: Convert intel_overlay.c to use native drm_i915_private pointersChris Wilson
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-04-28io-mapping: Specify mapping size for io_mapping_map_wc()Chris Wilson
2016-04-28drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addrChris Wilson
2016-04-28drm/i915: Propagate error from drm_gem_object_init()Chris Wilson
2016-04-25drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon
2016-04-14drm/i915: Late request cancellations are harmfulChris Wilson