index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
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
2010-09-06
drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h
Andrew Morton
1
-0
/
+2
2010-08-09
drm/i915: Apply i830 errata for cursor alignment
Chris Wilson
1
-1
/
+2
2010-08-09
drm/i915: Capture the overlay status upon a GPU hang.
Chris Wilson
1
-0
/
+96
2010-08-05
drm,io-mapping: Specify slot to use for atomic mappings
Chris Wilson
1
-2
/
+3
2010-08-01
drm/i915: Typo in (unused) register mask for overlay.
Chris Wilson
1
-1
/
+1
2010-08-01
drm/i915: Check overlay stride errata for i830 and i845
Chris Wilson
1
-2
/
+5
2010-05-26
drm/i915: convert some gem structures to per-ring V2
Zou Nan hai
1
-14
/
+30
2010-05-26
drm/i915: introduce intel_ring_buffer structure (V2)
Zou Nan hai
1
-8
/
+0
2010-04-20
drm/i915: drop pointer to drm_gem_object
Daniel Vetter
1
-3
/
+3
2010-04-20
drm/i915: introduce i915_gem_alloc_object
Daniel Vetter
1
-1
/
+1
2010-03-25
drm/i915: introduce to_intel_bo helper
Daniel Vetter
1
-3
/
+3
2010-03-17
drm/i915: fix small leak on overlay error path
Dan Carpenter
1
-4
/
+9
2010-02-26
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
Eric Anholt
1
-1
/
+1
2010-02-25
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
Dave Airlie
1
-20
/
+5
2010-02-22
drm/i915: overlay: drop superflous gpu flushes
Daniel Vetter
1
-15
/
+5
2010-02-22
drm/i915: overlay: nuke readback to flush wc caches
Daniel Vetter
1
-5
/
+0
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-1
/
+1
2009-12-07
drm/i915: Fix product names and #defines
Adam Jackson
1
-1
/
+1
2009-11-30
drm/i915: fixup interrupted overlay switch off calls
Daniel Vetter
1
-3
/
+6
2009-11-30
drm/i915: overlay: extract some duplicated code
Daniel Vetter
1
-23
/
+19
2009-11-05
drm/i915: overlay: kill one more unnecessary uninterruptible sleep
Daniel Vetter
1
-10
/
+7
2009-11-05
drm/i915: implement interruptible sleeps in the overlay code
Daniel Vetter
1
-32
/
+135
2009-11-05
drm/i915: implement fastpath for overlay flip waiting
Daniel Vetter
1
-9
/
+34
2009-11-05
drm/i915: fully switch off overlay when not in use
Daniel Vetter
1
-2
/
+1
2009-11-05
drm/i915: implement drmmode overlay support v4
Daniel Vetter
1
-0
/
+1293
[prev]