Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a2bbe75089d5eb9a3a46d50dd5c215e213790288
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
ce453d8
drm/i915: Use a device flag for non-interruptible phases
by Chris Wilson
· 14 years ago
c872522
drm/i915: Protect against drm_gem_object not being the first member
by Chris Wilson
· 14 years ago
9db4a9c
drm/i915: cleanup per-pipe reg usage
by Jesse Barnes
· 14 years ago
db53a30
drm/i915: Refine tracepoints
by Chris Wilson
· 14 years ago
1ec14ad
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
by Chris Wilson
· 14 years ago
d9e86c0
drm/i915: Pipelined fencing [infrastructure]
by Chris Wilson
· 14 years ago
05394f3
drm/i915: Use drm_i915_gem_object as the preferred type
by Chris Wilson
· 14 years ago
75e9e91
drm/i915: kill mappable/fenceable disdinction
by Daniel Vetter
· 14 years ago
f2a630b
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
a00b10c
drm/i915: Only enforce fence limits inside the GTT.
by Chris Wilson
· 14 years ago
920afa7
drm/i915: range-restricted bind_to_gtt
by Daniel Vetter
· 14 years ago
3cce469
drm/i915: Propagate error from failing to queue a request
by Chris Wilson
· 14 years ago
e1f99ce
drm/i915: Propagate errors from writing to ringbuffer
by Chris Wilson
· 14 years ago
8f28f54
i915: signedness bug in check_overlay_src()
by Dan Carpenter
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
a6c45cf
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
by Chris Wilson
· 14 years ago
f7abfe8
drm/i915: Fix an overlay regression from 7e7d76c
by Chris Wilson
· 14 years ago
e9e331a
drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter
by Chris Wilson
· 14 years ago
5eddb70
drm/i915: Use macros to switch between equivalent pipe registers
by Chris Wilson
· 14 years ago
3bd3c93
drm/i915: Compile out error state without DEBUG_FS
by Chris Wilson
· 14 years ago
b303cf9
drm/i915/overlay: Use a continuation hook to finish work after a flip.
by Chris Wilson
· 14 years ago
23f09ce
drm/i915/overlay: Make the overlay control struct opaque.
by Chris Wilson
· 14 years ago
5dcdbcb
drm/i915/overlay: Pass interruptible to switch_off()
by Chris Wilson
· 14 years ago
106dada
drm/i915/overlay: Workaround i830 overlay activation bug.
by Chris Wilson
· 14 years ago
5fe82c5
drm/i915/overlay: Make do_put_image() as static
by Chris Wilson
· 14 years ago
8dc5d14
drm/i915: Preallocate requests
by Chris Wilson
· 14 years ago
5cd68c9
drm/i915/overlay: Tidy release_old_vid()
by Chris Wilson
· 14 years ago
8dfbc34
drm/i915/overlay: Combine SWITCH_OFF into a single step
by Chris Wilson
· 14 years ago
9bb2ff7
drm/i915/overlay: Explicitly pass regs from map to unmap
by Chris Wilson
· 14 years ago
b6c028e
drm/i915/overlay: Refactor do_wait_request()
by Chris Wilson
· 14 years ago
9f7c3f4
drm/i915/overlay: Tidy check_overlay_dst()
by Chris Wilson
· 14 years ago
446d218
drm/i915/overlay: Tidy update_pfit_vscale_ratio()
by Chris Wilson
· 14 years ago
7340ea7
drm/i915/overlay: Remove duplicated definition of OFC_UPDATE
by Chris Wilson
· 14 years ago
62cf4e6
drm/i915/overlay: Destroy reg_bo on shutdown.
by Chris Wilson
· 14 years ago
a293012
drm/i915/overlay: Use the recommended page alignment for physical regs
by Chris Wilson
· 14 years ago
60fc332
drm/i915/overlay: Tidy attribute checking.
by Chris Wilson
· 14 years ago
8d74f65
drm/i915/overlay: Use non-atomic mappings for the common case.
by Chris Wilson
· 14 years ago
31578148
drm/i915/overlay: Move capabilities bits to common info block.
by Chris Wilson
· 14 years ago
0ddc128
drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.
by Chris Wilson
· 14 years ago
6ba3ddd
drm/i915/overlay: Missing breaks between case statements for color depth
by Chris Wilson
· 14 years ago
722506f
drm/i915/overlay: Whitespace
by Chris Wilson
· 14 years ago
8a1a49f
drm/i915: move flushing list processing to i915_retire_commands
by Daniel Vetter
· 15 years ago
e167976
drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h
by Andrew Morton
· 14 years ago
6eeefaf
drm/i915: Apply i830 errata for cursor alignment
by Chris Wilson
· 14 years ago
6ef3d42
drm/i915: Capture the overlay status upon a GPU hang.
by Chris Wilson
· 14 years ago
fca3ec0
drm,io-mapping: Specify slot to use for atomic mappings
by Chris Wilson
· 14 years ago
d796136
drm/i915: Typo in (unused) register mask for overlay.
by Chris Wilson
· 14 years ago
a1efd14
drm/i915: Check overlay stride errata for i830 and i845
by Chris Wilson
· 14 years ago
852835f
drm/i915: convert some gem structures to per-ring V2
by Zou Nan hai
· 14 years ago
8187a2b
drm/i915: introduce intel_ring_buffer structure (V2)
by Zou Nan hai
· 14 years ago
a8089e8
drm/i915: drop pointer to drm_gem_object
by Daniel Vetter
· 15 years ago
ac52bc5
drm/i915: introduce i915_gem_alloc_object
by Daniel Vetter
· 15 years ago
23010e4
drm/i915: introduce to_intel_bo helper
by Daniel Vetter
· 15 years ago
915a428
drm/i915: fix small leak on overlay error path
by Dan Carpenter
· 15 years ago
bad720f
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
by Eric Anholt
· 15 years ago
30d6c72
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
by Dave Airlie
· 15 years ago
4f8a567
drm/i915: overlay: drop superflous gpu flushes
by Daniel Vetter
· 15 years ago
4667a4a
drm/i915: overlay: nuke readback to flush wc caches
by Daniel Vetter
· 15 years ago
bc9025b
Use drm_gem_object_[handle_]unreference_unlocked where possible
by Luca Barbieri
· 15 years ago
f2b115e
drm/i915: Fix product names and #defines
by Adam Jackson
· 15 years ago
9bedb97
drm/i915: fixup interrupted overlay switch off calls
by Daniel Vetter
· 15 years ago
12ca45f
drm/i915: overlay: extract some duplicated code
by Daniel Vetter
· in the future
5c5a435
drm/i915: overlay: kill one more unnecessary uninterruptible sleep
by Daniel Vetter
· 15 years ago
03f77ea
drm/i915: implement interruptible sleeps in the overlay code
by Daniel Vetter
· 15 years ago
5a5a0c6
drm/i915: implement fastpath for overlay flip waiting
by Daniel Vetter
· 15 years ago
240a2d1
drm/i915: fully switch off overlay when not in use
by Daniel Vetter
· 15 years ago
02e792f
drm/i915: implement drmmode overlay support v4
by Daniel Vetter
· 15 years ago