index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-20
Drivers: i915: Fix all space related issues.
Akshay Joshi
1
-73
/
+73
2011-06-30
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-7
/
+10
2011-06-30
drm/i915/overlay: Fix unpinning along init error paths
Chris Wilson
1
-7
/
+10
2011-06-28
drm/i915: more struct_mutex locking
Hugh Dickins
1
-0
/
+5
2011-06-28
drm/i915: more struct_mutex locking
Hugh Dickins
1
-0
/
+5
2011-06-10
drm/i915: Combine pinning with setting to the display plane
Chris Wilson
1
-5
/
+1
2011-06-10
drm/i915: Mark the cursor and the overlay as being part of the display planes
Chris Wilson
1
-1
/
+1
2011-02-22
drm/i915: Use a device flag for non-interruptible phases
Chris Wilson
1
-19
/
+13
2011-02-22
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
1
-1
/
+1
2011-02-08
drm/i915: cleanup per-pipe reg usage
Jesse Barnes
1
-1
/
+1
2011-02-07
drm/i915: Refine tracepoints
Chris Wilson
1
-7
/
+6
2010-12-05
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
1
-4
/
+4
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
1
-0
/
+10
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
1
-25
/
+23
2010-11-04
drm/i915: kill mappable/fenceable disdinction
Daniel Vetter
1
-2
/
+2
2010-11-01
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-1
/
+3
2010-10-29
drm/i915: Only enforce fence limits inside the GTT.
Chris Wilson
1
-2
/
+2
2010-10-28
drm/i915: range-restricted bind_to_gtt
Daniel Vetter
1
-2
/
+2
2010-10-28
drm/i915: Propagate error from failing to queue a request
Chris Wilson
1
-7
/
+13
2010-10-28
drm/i915: Propagate errors from writing to ringbuffer
Chris Wilson
1
-4
/
+26
2010-10-28
i915: signedness bug in check_overlay_src()
Dan Carpenter
1
-1
/
+3
2010-10-27
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-469
/
+531
2010-10-27
mm: stack based kmap_atomic()
Peter Zijlstra
1
-3
/
+2
2010-09-21
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
1
-14
/
+15
2010-09-13
drm/i915: Fix an overlay regression from 7e7d76c
Chris Wilson
1
-5
/
+3
2010-09-13
drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter
Chris Wilson
1
-3
/
+30
2010-09-11
drm/i915: Use macros to switch between equivalent pipe registers
Chris Wilson
1
-4
/
+3
2010-09-08
drm/i915: Compile out error state without DEBUG_FS
Chris Wilson
1
-25
/
+30
2010-09-08
drm/i915/overlay: Use a continuation hook to finish work after a flip.
Chris Wilson
1
-66
/
+44
2010-09-08
drm/i915/overlay: Make the overlay control struct opaque.
Chris Wilson
1
-0
/
+23
2010-09-08
drm/i915/overlay: Pass interruptible to switch_off()
Chris Wilson
1
-10
/
+13
2010-09-08
drm/i915/overlay: Workaround i830 overlay activation bug.
Chris Wilson
1
-4
/
+67
2010-09-08
drm/i915/overlay: Make do_put_image() as static
Chris Wilson
1
-3
/
+3
2010-09-08
drm/i915: Preallocate requests
Chris Wilson
1
-10
/
+35
2010-09-08
drm/i915/overlay: Tidy release_old_vid()
Chris Wilson
1
-45
/
+28
2010-09-08
drm/i915/overlay: Combine SWITCH_OFF into a single step
Chris Wilson
1
-33
/
+5
2010-09-08
drm/i915/overlay: Explicitly pass regs from map to unmap
Chris Wilson
1
-43
/
+18
2010-09-08
drm/i915/overlay: Refactor do_wait_request()
Chris Wilson
1
-80
/
+37
2010-09-08
drm/i915/overlay: Tidy check_overlay_dst()
Chris Wilson
1
-12
/
+16
2010-09-08
drm/i915/overlay: Tidy update_pfit_vscale_ratio()
Chris Wilson
1
-9
/
+10
2010-09-08
drm/i915/overlay: Remove duplicated definition of OFC_UPDATE
Chris Wilson
1
-3
/
+0
2010-09-08
drm/i915/overlay: Destroy reg_bo on shutdown.
Chris Wilson
1
-7
/
+9
2010-09-08
drm/i915/overlay: Use the recommended page alignment for physical regs
Chris Wilson
1
-1
/
+1
2010-09-08
drm/i915/overlay: Tidy attribute checking.
Chris Wilson
1
-26
/
+14
2010-09-08
drm/i915/overlay: Use non-atomic mappings for the common case.
Chris Wilson
1
-17
/
+55
2010-09-08
drm/i915/overlay: Move capabilities bits to common info block.
Chris Wilson
1
-21
/
+19
2010-09-08
drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.
Chris Wilson
1
-0
/
+8
2010-09-08
drm/i915/overlay: Missing breaks between case statements for color depth
Chris Wilson
1
-0
/
+6
2010-09-08
drm/i915/overlay: Whitespace
Chris Wilson
1
-223
/
+235
2010-09-08
drm/i915: move flushing list processing to i915_retire_commands
Daniel Vetter
1
-8
/
+9
[next]