Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
47a8e3f6aebd4d6048572b3aeaef1dd51acb0d82
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
47a8e3f
drm/i915: Eliminate superfluous i915_ggtt_view_normal
by Chris Wilson
· 8 years ago
ef426c1
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
4c5cfcc
drm/i915: Kill the 830 MI_OVERLAY_OFF workaround
by Ville Syrjälä
· 8 years ago
8fdded8
drm/i915: Disable L2 cache clock gating on 830 when using the overlay
by Ville Syrjälä
· 8 years ago
39ccc04
drm/i915: Use primary plane->state for overlay ckey setup
by Ville Syrjälä
· 8 years ago
2daac46
drm/i915: Reorganize overlay filter coeffs into a nicer form
by Ville Syrjälä
· 8 years ago
7039a6dc
drm/i915: Simplify SWIDTHSW calculation
by Ville Syrjälä
· 8 years ago
949d8cf
drm/i915: Kill intel_panel_fitter_pipe()
by Ville Syrjälä
· 8 years ago
7369914
drm/i915: Use pipe_src_w in overlay code
by Ville Syrjälä
· 8 years ago
58d09eb
drm/i915: Fix the overlay frontbuffer tracking
by Ville Syrjälä
· 8 years ago
4a15cdb
drm/i915: Fix oops in overlay due to frontbuffer tracking
by Ville Syrjälä
· 8 years ago
ecd9caa0
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
by Ville Syrjälä
· 8 years ago
330afdb
drm/i915: Initialize overlay->last_flip properly
by Ville Syrjälä
· 8 years ago
438b74a
drm: Nuke fb->pixel_format
by Ville Syrjälä
· 8 years ago
1967b34
drm/i915: Add local 'fb' variables
by Ville Syrjälä
· 8 years ago
2a307c2
drm/i915: add some more "i" in platform names for consistency
by Jani Nikula
· 8 years ago
12d79d7
drm/i915: Make GEM object create and create from data take dev_priv
by Tvrtko Ursulin
· 8 years ago
187685c
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
by Tvrtko Ursulin
· 8 years ago
f0cd518
drm/i915: Use lockless object free
by Chris Wilson
· 8 years ago
3b3f165
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
by Akash Goel
· 8 years ago
98a2f41
drm/i915: Allow disabling error capture
by Chris Wilson
· 8 years ago
f7bbe78
drm/i915: Embed the io-mapping struct inside drm_i915_private
by Chris Wilson
· 8 years ago
49ef529
drm/i915: Move fence tracking from object to vma
by Chris Wilson
· 8 years ago
bde13eb
drm/i915: Introduce i915_ggtt_offset()
by Chris Wilson
· 8 years ago
058d88c
drm/i915: Track pinned VMA
by Chris Wilson
· 8 years ago
9b3b784
drm/i915/overlay: Use VMA as the primary tracker for images
by Chris Wilson
· 8 years ago
3e510a8
drm/i915: Repack fence tiling mode and stride into a single integer
by Chris Wilson
· 8 years ago
5748b6a
drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
by Chris Wilson
· 8 years ago
5d723d7
drm/i915: Separate intel_frontbuffer into its own header
by Chris Wilson
· 8 years ago
de89508
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
by Chris Wilson
· 8 years ago
0d9bdd8
drm/i915: Convert intel_overlay to request tracking
by Chris Wilson
· 8 years ago
8e63717
drm/i915: Simplify request_alloc by returning the allocated request
by Chris Wilson
· 8 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 8 years ago
1dae2df
drm/i915: Rename request->ringbuf to request->ring
by Chris Wilson
· 8 years ago
b5321f3
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
by Chris Wilson
· 8 years ago
13f17b2
drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
by Dave Gordon
· 9 years ago
34911fd
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
by Chris Wilson
· 9 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 9 years ago
03ac064
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
by Chris Wilson
· 9 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 9 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 9 years ago
66fd7a6
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
1ee8da6
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
by Chris Wilson
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
d8dab00
io-mapping: Specify mapping size for io_mapping_map_wc()
by Chris Wilson
· 9 years ago
da6ca03
drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
by Chris Wilson
· 9 years ago
fe3db79
drm/i915: Propagate error from drm_gem_object_init()
by Chris Wilson
· 9 years ago
d37cd8a
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
by Dave Gordon
· 9 years ago
aa9b781
drm/i915: Late request cancellations are harmful
by Chris Wilson
· 9 years ago
72e96d6
drm/i915: Refer to GGTT {,VM} consistently
by Joonas Lahtinen
· 9 years ago
62106b4
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
by Joonas Lahtinen
· 9 years ago
4a570db
drm/i915: Rename intel_engine_cs struct members
by Tvrtko Ursulin
· 9 years ago
e2f8039
drm/i915: Rename local struct intel_engine_cs variables
by Tvrtko Ursulin
· 9 years ago
2682708
drm/i915: simplify allocation of driver-internal requests
by Dave Gordon
· 9 years ago
7580d77
drm/i915: Wait for object idle without locks in atomic_commit, v2.
by Maarten Lankhorst
· 9 years ago
5fb9de1
drm/i915: Update intel_ring_begin() to take a request structure
by John Harrison
· 10 years ago
7528987
drm/i915: Update add_request() to take a request structure
by John Harrison
· 10 years ago
dad540c
drm/i915: Update overlay code to do explicit request management
by John Harrison
· 10 years ago
91af127
drm/i915: Update i915_gem_object_sync() to take a request structure
by John Harrison
· 10 years ago
bf7dc5b
drm/i915: i915_add_request must not fail
by John Harrison
· 10 years ago
b471618
drm/i915: Implement inter-engine read-read optimisations
by Chris Wilson
· 10 years ago
ea9da4e
drm/i915: Allow disabling the destination colorkey for overlay
by Chris Wilson
· 10 years ago
1c7c430
drm/i915: Mark the overlay active only if we got ring space
by Ville Syrjälä
· 10 years ago
209c2a5
drm/i915: Convert overlay->{active, pfit_active} to bools
by Ville Syrjälä
· 10 years ago
77589f5
drm/i915: Convert BUGs to WARNs in the video overlay code
by Ville Syrjälä
· 10 years ago
e661733
drm/i915: Use GGTT view when (un)pinning objects to planes
by Tvrtko Ursulin
· 10 years ago
3f52c6e
drm/i915: Remove DRIVER_MODESET checks from modeset code
by Daniel Vetter
· 10 years ago
6e3c971
drm/i915: Make intel_crtc->config a pointer
by Ander Conselvan de Oliveira
· 10 years ago
1362b77
drm/i915: Deal with video overlay on GPU reset
by Ville Syrjälä
· 10 years ago
9400ae5
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
by John Harrison
· 10 years ago
a4b3a57
drm/i915: Convert i915_wait_seqno to i915_wait_request
by Daniel Vetter
· 10 years ago
9bfc01a
drm/i915: Convert 'last_flip_req' to be a request not a seqno
by John Harrison
· 10 years ago
7707e65
drm/i915: use helpers
by Rob Clark
· 11 years ago
f99d706
drm/i915: Track frontbuffer invalidation/flushing
by Daniel Vetter
· 11 years ago
a071fa0
drm/i915: Introduce accurate frontbuffer tracking
by Daniel Vetter
· 11 years ago
8d4ad9d
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
by Dave Airlie
· 11 years ago
51fd371
drm: convert crtc and connection_mutex to ww_mutex (v5)
by Rob Clark
· 11 years ago
6e9f798
drm: Split connection_mutex out of mode_config.mutex (v3)
by Daniel Vetter
· 11 years ago
0073115
drm/i915: Fix dynamic allocation of physical handles
by Chris Wilson
· 11 years ago
a4872ba
drm/i915: s/intel_ring_buffer/intel_engine_cs
by Oscar Mateo
· 11 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
d5d45cc
drm/i915/overlay: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
3b25b31
drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay code
by Daniel Vetter
· 11 years ago
1ec9e26
drm/i915: Consolidate binding parameters into flags
by Daniel Vetter
· 11 years ago
0e5539b
Merge branch 'topic/ppgtt' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
dc9e7dec
drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms
by Ville Syrjälä
· 11 years ago
d7f46fc
drm/i915: Make pin count per VMA
by Ben Widawsky
· 11 years ago
b14c567
drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
by Daniel Vetter
· 11 years ago
4926cb7
drm/i915: Convert overlay double wide check over to pipe config
by Ville Syrjälä
· 11 years ago
c37e220
drm/i915: Add VM to pin
by Ben Widawsky
· 11 years ago
f63a484
drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICAL
by Daniel Vetter
· 12 years ago
84734a0
drm/i915: move error state to own compilation unit
by Mika Kuoppala
· 12 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 12 years ago
0025c07
drm/i915: change i915_add_request to macro
by Mika Kuoppala
· 12 years ago
edc3d88
drm/i915: avoid big kmallocs on reading error state
by Mika Kuoppala
· 12 years ago
cd17ef4
Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
735dc0d
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
a0e99e6
drm/i915: use drm_modeset_lock_all
by Daniel Vetter
· 12 years ago
Next »