index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-14
drm/i915: Eliminate superfluous i915_ggtt_view_normal
Chris Wilson
1
-2
/
+1
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
1
-1
/
+1
2016-12-23
drm/i915: Kill the 830 MI_OVERLAY_OFF workaround
Ville Syrjälä
1
-13
/
+6
2016-12-22
drm/i915: Disable L2 cache clock gating on 830 when using the overlay
Ville Syrjälä
1
-0
/
+30
2016-12-22
drm/i915: Use primary plane->state for overlay ckey setup
Ville Syrjälä
1
-16
/
+17
2016-12-22
drm/i915: Reorganize overlay filter coeffs into a nicer form
Ville Syrjälä
1
-28
/
+36
2016-12-22
drm/i915: Simplify SWIDTHSW calculation
Ville Syrjälä
1
-13
/
+11
2016-12-22
drm/i915: Kill intel_panel_fitter_pipe()
Ville Syrjälä
1
-28
/
+1
2016-12-22
drm/i915: Use pipe_src_w in overlay code
Ville Syrjälä
1
-7
/
+7
2016-12-22
drm/i915: Fix the overlay frontbuffer tracking
Ville Syrjälä
1
-23
/
+41
2016-12-22
drm/i915: Fix oops in overlay due to frontbuffer tracking
Ville Syrjälä
1
-2
/
+2
2016-12-22
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
Ville Syrjälä
1
-1
/
+2
2016-12-22
drm/i915: Initialize overlay->last_flip properly
Ville Syrjälä
1
-0
/
+2
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-1
/
+1
2016-12-14
drm/i915: Add local 'fb' variables
Ville Syrjälä
1
-14
/
+12
2016-12-07
drm/i915: add some more "i" in platform names for consistency
Jani Nikula
1
-2
/
+2
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-12-01
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
1
-2
/
+1
2016-10-28
drm/i915: Use lockless object free
Chris Wilson
1
-2
/
+2
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-1
/
+1
2016-10-12
drm/i915: Allow disabling error capture
Chris Wilson
1
-0
/
+4
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
1
-2
/
+2
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-1
/
+1
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-4
/
+6
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-16
/
+16
2016-08-15
drm/i915/overlay: Use VMA as the primary tracker for images
Chris Wilson
1
-17
/
+22
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
Chris Wilson
1
-2
/
+1
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
1
-0
/
+1
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-1
/
+2
2016-08-04
drm/i915: Convert intel_overlay to request tracking
Chris Wilson
1
-48
/
+34
2016-08-02
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
1
-8
/
+12
2016-08-02
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-4
/
+4
2016-08-02
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
1
-4
/
+4
2016-08-02
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
1
-21
/
+29
2016-07-21
drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
Dave Gordon
1
-1
/
+1
2016-07-20
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-4
/
+4
2016-07-20
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
Chris Wilson
1
-3
/
+2
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-11
/
+13
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-2
/
+2
2016-06-02
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...
Dave Airlie
1
-81
/
+66
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-05-12
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
Chris Wilson
1
-72
/
+60
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-2
/
+1
2016-04-28
io-mapping: Specify mapping size for io_mapping_map_wc()
Chris Wilson
1
-1
/
+2
2016-04-28
drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
Chris Wilson
1
-6
/
+3
2016-04-28
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
1
-1
/
+1
2016-04-25
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
1
-1
/
+1
2016-04-14
drm/i915: Late request cancellations are harmful
Chris Wilson
1
-4
/
+4
[next]