index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_overlay.c
Age
Commit message (
Expand
)
Author
2020-05-15
drm/i915: Protect overlay colorkey macro arguments
Ville Syrjälä
2020-05-15
drm/i915: Enable pipe gamma for the overlay
Ville Syrjälä
2020-05-15
drm/i915: Configure overlay cc_out precision based on crtc gamma config
Ville Syrjälä
2020-05-15
drm/i915: Fix overlay colorkey for 30bpp and 8bpp
Ville Syrjälä
2020-04-21
drm/i915/display/overlay: Prefer drm_WARN_ON over WARN_ON
Pankaj Bharadiya
2020-03-26
drm/i915: Drop final few uses of drm_i915_private.engine
Chris Wilson
2020-03-11
drm/i915/overlay: convert to drm_device based logging.
Wambui Karuga
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
2020-02-04
drm/i915/display/overlay: Make WARN* drm specific where drm_priv ptr is avail...
Pankaj Bharadiya
2020-01-27
drm/i915/overlay: use intel_de_*() functions for register access
Jani Nikula
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
2019-12-19
drm/i915: fix uninitialized pointer reads on pointers to and from
Colin Ian King
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
2019-12-07
drm/i915: Avoid calling i915_gem_object_unbind holding object lock
Chris Wilson
2019-11-01
drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi.
Maarten Lankhorst
2019-11-01
drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw.
Maarten Lankhorst
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
2019-10-04
drm/i915/stolen: make the object creation interface consistent
CQ Tang
2019-10-04
drm/i915/overlay: Drop struct_mutex guard
Chris Wilson
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
2019-08-22
drm/i915: Replace i915_vma_put_fence()
Chris Wilson
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
2019-08-16
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
2019-08-12
drm/i915/overlay: Switch to using i915_active tracking
Chris Wilson
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-07-04
drm/i915/overlay: Stash the kernel context on initialisation
Chris Wilson
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula