aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-1497/+0
2019-06-14drm/i915: Discard some redundant cache domain flushesChris Wilson1-8/+0
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-9/+16
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-0/+2
2019-04-30drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.hJani Nikula1-1/+3
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson1-3/+2
2019-04-16drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registersPaulo Zanoni1-2/+2
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-1/+1
2019-02-11Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-16/+17
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-16/+17
2019-02-04Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+0
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-2/+0
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+2
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-5/+5
2018-11-08drm/i915: Keep overlay functions naming consistentJosé Roberto de Souza1-2/+2
2018-09-11drm/i915/overlay: Use the ioctl parameters directlyChris Wilson1-93/+54
2018-09-11drm/i915/overlay: Allocate physical registers from stolenChris Wilson1-153/+75
2018-03-13drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_displayDhinakaran Pandiyan1-0/+1
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-41/+41
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson1-1/+2
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-2/+2
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-14drm/i915: More surgically unbreak the modeset vs reset deadlockDaniel Vetter1-2/+9
2017-06-15drm/i915: Remove pipe A quirk remnantsVille Syrjälä1-1/+0
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson1-4/+4
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-45/+34
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson1-2/+1
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queuedDaniel Vetter1-1/+1
2016-12-23drm/i915: Kill the 830 MI_OVERLAY_OFF workaroundVille Syrjälä1-13/+6
2016-12-22drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä1-0/+30
2016-12-22drm/i915: Use primary plane->state for overlay ckey setupVille Syrjälä1-16/+17
2016-12-22drm/i915: Reorganize overlay filter coeffs into a nicer formVille Syrjälä1-28/+36
2016-12-22drm/i915: Simplify SWIDTHSW calculationVille Syrjälä1-13/+11
2016-12-22drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä1-28/+1
2016-12-22drm/i915: Use pipe_src_w in overlay codeVille Syrjälä1-7/+7
2016-12-22drm/i915: Fix the overlay frontbuffer trackingVille Syrjälä1-23/+41
2016-12-22drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä1-2/+2
2016-12-22drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä1-1/+2
2016-12-22drm/i915: Initialize overlay->last_flip properlyVille Syrjälä1-0/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-14drm/i915: Add local 'fb' variablesVille Syrjälä1-14/+12
2016-12-07drm/i915: add some more "i" in platform names for consistencyJani Nikula1-2/+2
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin1-1/+1
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin1-2/+1
2016-10-28drm/i915: Use lockless object freeChris Wilson1-2/+2
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-1/+1
2016-10-12drm/i915: Allow disabling error captureChris Wilson1-0/+4
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson1-2/+2
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson1-1/+1