Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
21c9a6487387fc629955992ef62672bc0aae5daa
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
596c592
drm/i915: Reduce the pointer dance of i915_is_ggtt()
by Chris Wilson
· 9 years ago
1c7f4bc
drm/i915: Rename vma->*_list to *_link for consistency
by Chris Wilson
· 9 years ago
1db6e2e
drm/i915: Check for get_pages instead of shmem (filp)
by Ben Widawsky
· 9 years ago
3f441b8
drm/i915: Use appropriate spinlock flavour
by Tvrtko Ursulin
· 9 years ago
1ffedc0
Revert "drm/i915: fix context/engine cleanup order"
by Daniel Vetter
· 9 years ago
1b39a91
drm/i915: fix context/engine cleanup order
by Nick Hoath
· 9 years ago
de47266
drm/i915: Allow i915_gem_object_get_page() on userptr as well
by Chris Wilson
· 9 years ago
e5292823
drm/i915: Make LRC (un)pinning work on context and engine
by Tvrtko Ursulin
· 9 years ago
d64aa09
drm/i915: Sanitize i915_gem_load() init and clean-up
by Imre Deak
· 9 years ago
a8a4058
drm/i915: Sanitize GEM shrinker init and clean-up
by Imre Deak
· 9 years ago
9a15a87
Revert "drm/i915: Fix context/engine cleanup order"
by Daniel Vetter
· 9 years ago
1803c03
drm/i915: Fix context/engine cleanup order
by Nick Hoath
· 9 years ago
426960b
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
by Chris Wilson
· 9 years ago
de1add3
drm/i915: Decouple execbuf uAPI from internal implementation
by Tvrtko Ursulin
· 9 years ago
e28e404
drm/i915: tidy up a few leftovers
by Dave Gordon
· 9 years ago
ed54c1a
drm/i915: abolish separate per-ring default_context pointers
by Dave Gordon
· 9 years ago
2682708
drm/i915: simplify allocation of driver-internal requests
by Dave Gordon
· 9 years ago
e0313db
drm/i915: Only grab timestamps when needed
by Tvrtko Ursulin
· 9 years ago
1df59b8
Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
48ea1e3
drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page
by Michel Thierry
· 9 years ago
ade1ba7
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
821485d
drm/i915: Only spin whilst waiting on the current request
by Chris Wilson
· 9 years ago
ca5b721
drm/i915: Limit the busy wait on requests to 5us not 10ms!
by Chris Wilson
· 9 years ago
91b0c35
drm/i915: Break busywaiting for requests on pending signals
by Chris Wilson
· 9 years ago
d0710ab
drm/i915: Set the map-and-fenceable flag for preallocated objects
by Chris Wilson
· 9 years ago
51bce5b
Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
618100f
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
9e7d18c
drm/i915: mark a newly-created GEM object dirty when filled with data
by Dave Gordon
· 9 years ago
033908a
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
by Dave Gordon
· 9 years ago
c5baa56
drm/i915: Update to post-reset execlist queue clean-up
by Tomas Elf
· 9 years ago
bf6ce93
drm/i915: Remove VLV A0 hack
by Wayne Boyer
· 9 years ago
666a453
drm/i915: Separate cherryview from valleyview
by Wayne Boyer
· 9 years ago
506a8e8
drm/i915: Add soft-pinning API for execbuffer
by Chris Wilson
· 9 years ago
30ecad7
drm: Move drm_display_mode an related docs into kerneldoc
by Daniel Vetter
· 9 years ago
e876b41
Back merge tag 'v4.4-rc4' into drm-next
by Dave Airlie
· 9 years ago
af3302b
Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"
by Daniel Vetter
· 9 years ago
b6aa087
drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_request
by Chris Wilson
· 9 years ago
6d65ba9
drm/i915: Extend LRC pinning to cover GPU context writeback
by Nick Hoath
· 9 years ago
bb6d198
drm/i915: Check the timeout passed to i915_wait_request
by Chris Wilson
· 9 years ago
92907cb
Merge tag 'v4.4-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
f92a916
drm/i915: Add functions to emit register offsets to the ring
by Ville Syrjälä
· 9 years ago
6fa1c5f
drm/i915: Parametrize L3 error registers
by Ville Syrjälä
· 9 years ago
fd0fe6a
drm/i915: get runtime PM reference around GEM set_caching IOCTL
by Imre Deak
· 9 years ago
1b68372
drm/i915: Remove redundant check in i915_gem_obj_to_vma
by Tvrtko Ursulin
· 9 years ago
3e82806
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
c62d255
mm, fs: introduce mapping_gfp_constraint()
by Michal Hocko
· 9 years ago
71baba4
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
by Mel Gorman
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
7580d77
drm/i915: Wait for object idle without locks in atomic_commit, v2.
by Maarten Lankhorst
· 9 years ago
9f9e539
drm/i915: Shut up GuC errors when it's disabled
by Daniel Vetter
· 9 years ago
608c1a5
drm/i915: Recover all available ringbuffer space following reset
by Chris Wilson
· 9 years ago
7de1691a
drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues.
by Tomas Elf
· 9 years ago
e87a005
drm/i915: add helpers for platform specific revision id range checks
by Jani Nikula
· 9 years ago
fffda3f
drm/i915/bxt: add revision id for A1 stepping and use it
by Jani Nikula
· 9 years ago
ef55f92
drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-level
by Chris Wilson
· 9 years ago
d39398f
drm/i915/snb: remove pre-production hardware workaround
by Jani Nikula
· 9 years ago
e9f24d5
drm/i915: Clean up associated VMAs on context destruction
by Tvrtko Ursulin
· 9 years ago
101b506
drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
by Michel Thierry
· 9 years ago
44cc6c0
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
by Daniel Vetter
· 9 years ago
a2cad9d
drm/i915/gtt: Do not initialize drm_mm twice.
by Michał Winiarski
· 9 years ago
d9072a3
drm/i915: fix kernel-doc warnings in i915_gem.c
by Geliang Tang
· 9 years ago
e84fe80
drm/i915: Split alloc from init for lrc
by Nick Hoath
· 9 years ago
87bcdd2
drm/i915: don't try to load GuC fw on pre-gen9
by Jesse Barnes
· 9 years ago
f0fea8d
drm/i915: Remove one very outdated comment
by Tvrtko Ursulin
· 9 years ago
f377ea8
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
e5756c1
drm/i915/bxt: don't allow cached GEM mappings on A stepping
by Imre Deak
· 9 years ago
33a732f
drm/i915: GuC-specific firmware loader
by Alex Dai
· 9 years ago
ed75a55
drm/i915: clflush on pin_to_display after pwrite to UC bo in LLC
by Ville Syrjälä
· 9 years ago
088e0df
drm/i915/gtt: Allow >= 4GB offsets in X86_32
by Michel Thierry
· 9 years ago
65bd342
drm/i915: object size needs to be u64
by Michel Thierry
· 9 years ago
6c24695
drm/i915: Keep the mm.bound_list in rough LRU order
by Chris Wilson
· 9 years ago
805de8f4
atomic: Replace atomic_{set,clear}_mask() usage
by Peter Zijlstra
· 10 years ago
41a36b7
drm/i915: Extract i915_gem_fence.c
by Daniel Vetter
· 9 years ago
ea70299
drm/i915: Add i915_gem_object_create_from_data()
by Dave Gordon
· 10 years ago
ca6e440
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
5ec5b51
drm/i915: remove unused has_dma_mapping flag
by Imre Deak
· 10 years ago
e227330
drm/i915: avoid leaking DMA mappings
by Imre Deak
· 10 years ago
94f7bbe
drm/i915: Snapshot seqno of most recently submitted request.
by Tomas Elf
· 10 years ago
de152b6
drm/i915: Add origin to frontbuffer tracking flush
by Rodrigo Vivi
· 10 years ago
8ba319d
drm/i915: Convert intel_lr_context_pin() for requests
by Mika Kuoppala
· 10 years ago
a647828
drm/i915: Also perform gpu reset under execlist mode.
by Niu,Bing
· 10 years ago
ca1543b
drm/i915: Report correct GGTT space usage
by Tvrtko Ursulin
· 10 years ago
031b698
drm/i915: Unconditionally do fb tracking invalidate in set_domain
by Daniel Vetter
· 10 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
c44ef60
drm/i915/gtt: Allow >= 4GB sizes for vm.
by Mika Kuoppala
· 10 years ago
a5ac0f9
drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
by John Harrison
· 10 years ago
fcfa423c
drm/i915: Move the request/file and request/pid association to creation time
by John Harrison
· 10 years ago
bccca49
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
by John Harrison
· 10 years ago
ccd98fe
drm/i915: Add *_ring_begin() to request allocation
by John Harrison
· 10 years ago
5fb9de1
drm/i915: Update intel_ring_begin() to take a request structure
by John Harrison
· 10 years ago
599d924
drm/i915: Update ring->sync_to() to take a request structure
by John Harrison
· 10 years ago
c4e7663
drm/i915: Update ring->emit_request() to take a request structure
by John Harrison
· 10 years ago
ee044a8
drm/i915: Update ring->add_request() to take a request structure
by John Harrison
· 10 years ago
4866d72
drm/i915: Update flush_all_caches() to take request structures
by John Harrison
· 10 years ago
6909a66
drm/i915: Update l3_remap to take a request structure
by John Harrison
· 10 years ago
b2af037
drm/i915: Update [vma|object]_move_to_active() to take request structures
by John Harrison
· 10 years ago
7528987
drm/i915: Update add_request() to take a request structure
by John Harrison
· 10 years ago
91af127
drm/i915: Update i915_gem_object_sync() to take a request structure
by John Harrison
· 10 years ago
ba01cc9
drm/i915: Update i915_switch_context() to take a request structure
by John Harrison
· 10 years ago
Next »