summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_overlay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Drop lru bumping on display unpinningChris Wilson2021-01-201-2/+2
* drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
* drm/i915: Protect overlay colorkey macro argumentsVille Syrjälä2020-05-151-4/+4
* drm/i915: Enable pipe gamma for the overlayVille Syrjälä2020-05-151-0/+2
* drm/i915: Configure overlay cc_out precision based on crtc gamma configVille Syrjälä2020-05-151-2/+6
* drm/i915: Fix overlay colorkey for 30bpp and 8bppVille Syrjälä2020-05-151-3/+11
* drm/i915/display/overlay: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya2020-04-211-3/+3
* drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2020-03-261-1/+1
* drm/i915/overlay: convert to drm_device based logging.Wambui Karuga2020-03-111-5/+6
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
* drm/i915/display/overlay: Make WARN* drm specific where drm_priv ptr is avail...Pankaj Bharadiya2020-02-041-5/+7
* drm/i915/overlay: use intel_de_*() functions for register accessJani Nikula2020-01-271-22/+23
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-2/+4
* drm/i915: fix uninitialized pointer reads on pointers to and fromColin Ian King2019-12-191-1/+1
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-181-4/+13
* drm/i915: Avoid calling i915_gem_object_unbind holding object lockChris Wilson2019-12-071-2/+0
* drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi.Maarten Lankhorst2019-11-011-1/+1
* drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw.Maarten Lankhorst2019-11-011-1/+1
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* drm/i915/stolen: make the object creation interface consistentCQ Tang2019-10-041-1/+1
* drm/i915/overlay: Drop struct_mutex guardChris Wilson2019-10-041-13/+0
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-2/+1
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-9/+2
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-1/+1
* drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-221-4/+0
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-1/+1
* drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-4/+4
* drm/i915/overlay: Switch to using i915_active trackingChris Wilson2019-08-121-65/+64
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* drm/i915/overlay: Stash the kernel context on initialisationChris Wilson2019-07-041-3/+7
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-0/+1497