summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-1497/+0Star
* drm/i915: Discard some redundant cache domain flushesChris Wilson2019-06-141-8/+0Star
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-9/+16
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+2
* drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-1/+3
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-3/+2Star
* drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registersPaulo Zanoni2019-04-161-2/+2
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-1/+1
* Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-16/+17
|\
| * drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-16/+17
* | Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-2/+0Star
|\|
| * drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-2/+0Star
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+2
|/
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-5/+5
* drm/i915: Keep overlay functions naming consistentJosé Roberto de Souza2018-11-091-2/+2
* drm/i915/overlay: Use the ioctl parameters directlyChris Wilson2018-09-111-93/+54Star
* drm/i915/overlay: Allocate physical registers from stolenChris Wilson2018-09-111-153/+75Star
* drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_displayDhinakaran Pandiyan2018-03-131-0/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-41/+41
* drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson2018-02-201-1/+2
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-2/+2
* 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/+0Star
* 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/+34Star
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-2/+1Star
* 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/+12Star
* | drm/i915: Kill the 830 MI_OVERLAY_OFF workaroundVille Syrjälä2016-12-231-13/+6Star
* | 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/+11Star
* | drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä2016-12-221-28/+1Star
* | 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/+1Star
|/
* 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