index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
2016-08-02
1
-8
/
+12
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-4
/
+4
*
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
2016-08-02
1
-4
/
+4
*
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
2016-08-02
1
-21
/
+29
*
drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
Dave Gordon
2016-07-21
1
-1
/
+1
*
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
2016-07-20
1
-4
/
+4
*
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
Chris Wilson
2016-07-20
1
-3
/
+2
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-11
/
+13
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-2
/
+2
*
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...
Dave Airlie
2016-06-02
1
-81
/
+66
|
\
|
*
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
Chris Wilson
2016-05-12
1
-72
/
+60
|
*
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
1
-2
/
+1
|
*
io-mapping: Specify mapping size for io_mapping_map_wc()
Chris Wilson
2016-04-28
1
-1
/
+2
|
*
drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
Chris Wilson
2016-04-28
1
-6
/
+3
|
*
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
2016-04-28
1
-1
/
+1
|
*
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
2016-04-25
1
-1
/
+1
*
|
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-1
/
+1
|
/
*
drm/i915: Late request cancellations are harmful
Chris Wilson
2016-04-14
1
-4
/
+4
*
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
1
-4
/
+6
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
1
-2
/
+2
*
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
2016-03-16
1
-4
/
+4
*
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
2016-03-16
1
-29
/
+31
*
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
2016-01-21
1
-12
/
+12
*
drm/i915: Wait for object idle without locks in atomic_commit, v2.
Maarten Lankhorst
2015-11-02
1
-1
/
+1
*
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
2015-06-23
1
-4
/
+4
*
drm/i915: Update add_request() to take a request structure
John Harrison
2015-06-23
1
-2
/
+2
*
drm/i915: Update overlay code to do explicit request management
John Harrison
2015-06-23
1
-16
/
+41
*
drm/i915: Update i915_gem_object_sync() to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
drm/i915: i915_add_request must not fail
John Harrison
2015-06-23
1
-4
/
+4
*
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
2015-05-21
1
-2
/
+0
*
drm/i915: Allow disabling the destination colorkey for overlay
Chris Wilson
2015-04-10
1
-11
/
+19
*
drm/i915: Mark the overlay active only if we got ring space
Ville Syrjälä
2015-03-31
1
-2
/
+2
*
drm/i915: Convert overlay->{active, pfit_active} to bools
Ville Syrjälä
2015-03-31
1
-6
/
+6
*
drm/i915: Convert BUGs to WARNs in the video overlay code
Ville Syrjälä
2015-03-31
1
-11
/
+11
*
drm/i915: Use GGTT view when (un)pinning objects to planes
Tvrtko Ursulin
2015-03-23
1
-1
/
+2
*
drm/i915: Remove DRIVER_MODESET checks from modeset code
Daniel Vetter
2015-02-27
1
-2
/
+0
*
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
2015-01-27
1
-1
/
+1
*
drm/i915: Deal with video overlay on GPU reset
Ville Syrjälä
2014-12-03
1
-0
/
+18
*
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
2014-12-03
1
-2
/
+2
*
drm/i915: Convert i915_wait_seqno to i915_wait_request
Daniel Vetter
2014-12-03
1
-8
/
+3
*
drm/i915: Convert 'last_flip_req' to be a request not a seqno
John Harrison
2014-12-03
1
-8
/
+15
*
drm/i915: use helpers
Rob Clark
2014-07-18
1
-5
/
+4
*
drm/i915: Track frontbuffer invalidation/flushing
Daniel Vetter
2014-06-19
1
-0
/
+3
*
drm/i915: Introduce accurate frontbuffer tracking
Daniel Vetter
2014-06-19
1
-1
/
+9
*
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
Dave Airlie
2014-06-05
1
-7
/
+5
|
\
|
*
drm/i915: Fix dynamic allocation of physical handles
Chris Wilson
2014-05-27
1
-7
/
+5
*
|
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
2014-06-05
1
-2
/
+2
*
|
drm: Split connection_mutex out of mode_config.mutex (v3)
Daniel Vetter
2014-06-04
1
-2
/
+2
*
|
drm/i915: s/intel_ring_buffer/intel_engine_cs
Oscar Mateo
2014-05-22
1
-6
/
+6
|
/
[next]