Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f4510a2752b75ad5847b7935b68c233cab497f97
/
drivers
/
gpu
/
drm
/
i915
/
intel_overlay.c
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 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
· 11 years ago
84734a0
drm/i915: move error state to own compilation unit
by Mika Kuoppala
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
0025c07
drm/i915: change i915_add_request to macro
by Mika Kuoppala
· 11 years ago
edc3d88
drm/i915: avoid big kmallocs on reading error state
by Mika Kuoppala
· 11 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
5d4545a
drm/i915: Create a gtt structure
by Ben Widawsky
· 12 years ago
8040513
drm/i915: Allocate overlay registers from stolen memory
by Chris Wilson
· 12 years ago
a919398
drm/i915: fix overlay on i830M
by Daniel Vetter
· 12 years ago
3459f620
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
acb868d
drm/i915: Disallow preallocation of requests
by Chris Wilson
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
86a1ee2
drm/i915: Only pwrite through the GTT if there is space in the aperture
by Chris Wilson
· 12 years ago
6306cb4
drm/i915: rip out the overlay pipe A workaround
by Daniel Vetter
· 12 years ago
199b2bc
drm/i915: s/i915_wait_request/i915_wait_seqno/g
by Ben Widawsky
· 12 years ago
f7bacf1
drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo
by Daniel Vetter
· 13 years ago
6d90c95
drm/i915: remove LP_RING&friends from modeset code
by Daniel Vetter
· 13 years ago
b2da9fe
drm/i915: remove do_retire from i915_wait_request
by Ben Widawsky
· 13 years ago
1cff8f6
drm/i915: properly check for MODESET for kms driver ioctls
by Daniel Vetter
· 13 years ago
75020bc
drm/i915: [sparse] __iomem fixes for overlay
by Ben Widawsky
· 13 years ago
de67cba
Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h"
by Danny Kukawka
· 13 years ago
75c1399
drm/i915: fixup overlay checks for interlaced modes
by Daniel Vetter
· 13 years ago
ca9bfa7
drm/i915: fixup interlaced vertical timings confusion, part 1
by Daniel Vetter
· 13 years ago
b93f9cf
drm/i915: argument to control retiring behavior
by Ben Widawsky
· 13 years ago
0206e35
Drivers: i915: Fix all space related issues.
by Akshay Joshi
· 13 years ago
bee4d4a
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
79d2427
drm/i915/overlay: Fix unpinning along init error paths
by Chris Wilson
· 13 years ago
ecbec53
drm/i915: more struct_mutex locking
by Hugh Dickins
· 13 years ago
1e5216e
drm/i915: more struct_mutex locking
by Hugh Dickins
· 13 years ago
2da3b9b
drm/i915: Combine pinning with setting to the display plane
by Chris Wilson
· 14 years ago
c411964
drm/i915: Mark the cursor and the overlay as being part of the display planes
by Chris Wilson
· 14 years ago
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
Next »