Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
82fcee526ba8ca2c5d378bdf51b21b7eb058fe3a
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_tiling.c
dd68928
drm/i915: Prevent concurrent tiling/framebuffer modifications
by Chris Wilson
· 8 years ago
70001cd
drm/i915: Remove struct_mutex for destroying framebuffers
by Chris Wilson
· 8 years ago
955b8e9
drm/i915: Allow large objects to be tiled on gen2/3
by Chris Wilson
· 8 years ago
a3a1e53
drm/i915: Tidy the tail of i915_tiling_ok()
by Chris Wilson
· 8 years ago
52da22e
drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
by Chris Wilson
· 8 years ago
f51455d
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
by Chris Wilson
· 8 years ago
957870f
drm/i915: Split out i915_gem_object_set_tiling()
by Chris Wilson
· 8 years ago
111dbca
drm/i915: Include ioctl in set-tiling and get-tiling function names
by Chris Wilson
· 8 years ago
91d4e0aa
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
by Chris Wilson
· 8 years ago
944397f
drm/i915: Store required fence size/alignment for GGTT vma
by Chris Wilson
· 8 years ago
5b30694
drm/i915: Align GGTT sizes to a fence tile row
by Chris Wilson
· 8 years ago
49d7391
drm/i915: Convert vm->dev backpointer to vm->i915
by Chris Wilson
· 8 years ago
118bb9f
drm/i915: dev_priv cleanup in i915_gem_tiling.c
by Tvrtko Ursulin
· 8 years ago
2c3a3f4
drm/i915: Fix pages pin counting around swizzle quirk
by Chris Wilson
· 8 years ago
bc0629a
drm/i915: Track pages pinned due to swizzling quirk
by Chris Wilson
· 8 years ago
f0cd518
drm/i915: Use lockless object free
by Chris Wilson
· 8 years ago
fbbd37b
drm/i915: Move object release to a freelist + worker
by Chris Wilson
· 8 years ago
1233e2d
drm/i915: Move object backing storage manipulation to its own locking
by Chris Wilson
· 8 years ago
a4f5ea6
drm/i915: Refactor object page API
by Chris Wilson
· 8 years ago
9c870d0
drm/i915: Use RPM as the barrier for controlling user mmap access
by Chris Wilson
· 8 years ago
5db9401
drm/i915: Make IS_GEN macros only take dev_priv
by Tvrtko Ursulin
· 8 years ago
50a0bc9
drm/i915: Make INTEL_DEVID only take dev_priv
by Tvrtko Ursulin
· 8 years ago
49ef529
drm/i915: Move fence tracking from object to vma
by Chris Wilson
· 8 years ago
05a20d0
drm/i915: Move map-and-fenceable tracking to the VMA
by Chris Wilson
· 8 years ago
058d88c
drm/i915: Track pinned VMA
by Chris Wilson
· 8 years ago
f23eda8
drm/i915: Use VMA directly for checking tiling parameters
by Chris Wilson
· 8 years ago
3e510a8
drm/i915: Repack fence tiling mode and stride into a single integer
by Chris Wilson
· 9 years ago
deeb151
drm/i915: Document and reject invalid tiling modes
by Chris Wilson
· 9 years ago
9ad3676
drm/i915: Remove locking for get_tiling
by Chris Wilson
· 9 years ago
a9f1481
drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
by Chris Wilson
· 9 years ago
ad1a7d2
drm/i915: Update the GGTT size/alignment query functions
by Chris Wilson
· 9 years ago
d72d908
drm/i915: Mark up i915_gem_active for locking annotation
by Chris Wilson
· 9 years ago
27c01aa
drm/i915: Prepare i915_gem_active for annotations
by Chris Wilson
· 9 years ago
381f371
drm/i915: Introduce i915_gem_active for request tracking
by Chris Wilson
· 9 years ago
34911fd
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
by Chris Wilson
· 9 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 9 years ago
03ac064
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
by Chris Wilson
· 9 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 9 years ago
66fd7a6
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
7e22dbb
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
by Tvrtko Ursulin
· 9 years ago
e96b7e5
drm/i915: remove i915_gem_object_ggtt_unbind
by Matthew Auld
· 9 years ago
e64e6bd
drm/i915: get runtime PM reference around GEM set_tiling IOCTL
by Imre Deak
· 9 years ago
622147f
Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixes
by Daniel Vetter
· 9 years ago
5eb3e5a
drm/i915: Declare the swizzling unknown for L-shaped configurations
by Chris Wilson
· 10 years ago
3271dca
drm/i915: kerneldoc for tiling IOCTL and swizzle functions
by Daniel Vetter
· 10 years ago
7f96eca
drm/i915: Move low-level swizzling code to i915_gem_fence.c
by Daniel Vetter
· 10 years ago
d82c0ba
Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"
by Daniel Vetter
· 10 years ago
19ee835
drm/i915: Declare the swizzling unknown for L-shaped configurations
by Chris Wilson
· 10 years ago
1f30a61
drm/i915: Simplify i915_gem_obj_is_pinned() test for set-tiling
by Chris Wilson
· 10 years ago
6c31a61
drm/i915: Check obj->vma_list under the struct_mutex
by Chris Wilson
· 10 years ago
97b2a6a
drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
by John Harrison
· 10 years ago
656bfa3
drm/i915: Pin tiled objects for L-shaped configs
by Daniel Vetter
· 10 years ago
54499b2
Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
e9d784d
drm/i915: Fix obj->map_and_fenceable across tiling changes
by Chris Wilson
· 10 years ago
70f2f5c
drm/i915: Report the actual swizzling back to userspace
by Chris Wilson
· 10 years ago
d9ceb81
drm/i915: preserve swizzle settings if necessary v4
by Jesse Barnes
· 10 years ago
be292e1
drm/i915/bdw: Let the memory controller do all the swizzling
by Damien Lespiau
· 10 years ago
82b6b6d
drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_access
by Chris Wilson
· 11 years ago
50227e1
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
d7f46fc
drm/i915: Make pin count per VMA
by Ben Widawsky
· 11 years ago
80075d4
drm/i915: prevent tiling changes on framebuffer backing storage
by Daniel Vetter
· 11 years ago
a1e2265
drm/i915: Use kcalloc more
by Daniel Vetter
· 11 years ago
07fe0b1
drm/i915: plumb VM into bind/unbind code
by Ben Widawsky
· 12 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 12 years ago
3a06247
drm/i915: Increase max fence pitch limit to 256KB on IVB+
by Ville Syrjälä
· 12 years ago
fe48d8d
drm/i915: Reject fence stride=0 on gen4+
by Ville Syrjälä
· 12 years ago
2db76d7
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
by Imre Deak
· 12 years ago
67d5a50
drm/i915: handle walking compact dma scatter lists
by Imre Deak
· 12 years ago
5d4545a
drm/i915: Create a gtt structure
by Ben Widawsky
· 12 years ago
0fa8779
drm/i915: use gtt_get_size() instead of open coding it
by Imre Deak
· 12 years ago
d865110c
drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()
by Imre Deak
· 12 years ago
e9b73c6
drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
by Chris Wilson
· 12 years ago
1f31c69
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
7f66134
drm/i915: set swizzling to none on VLV
by Jesse Barnes
· 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
9da3da6
drm/i915: Replace the array of pages with a scatterlist
by Chris Wilson
· 13 years ago
1869b62
drm/i915: Only the zap the VMA after updating the tiling parameters
by Chris Wilson
· 13 years ago
5d82e3e
drm/i915: Clarify the semantics of tiling_changed
by Chris Wilson
· 13 years ago
f691e2f
drm/i915: swizzling support for snb/ivb
by Daniel Vetter
· 13 years ago
c9c4b6f
drm/i915: fix swizzle detection for gen3
by Daniel Vetter
· 13 years ago
6dacfd2
drm/i915: simplify swapin/out swizzle checking a bit
by Daniel Vetter
· 13 years ago
acc83eb
drm/i915: fix swizzling on gen6+
by Daniel Vetter
· 13 years ago
e28f871
drm/i915: Fix unfenced alignment on pre-G33 hardware
by Chris Wilson
· 14 years ago
3780894
drm/i915: add swizzle/tiling support for Ivy Bridge
by Jesse Barnes
· 14 years ago
47ae63e
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
467cffb
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
by Chris Wilson
· 14 years ago
0ee537a
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
by Chris Wilson
· 14 years ago
8d3c3dd
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
c2e0eb1
drm/i915: fix corruptions on i8xx due to relaxed fencing
by Daniel Vetter
· 14 years ago
c872522
drm/i915: Protect against drm_gem_object not being the first member
by Chris Wilson
· 14 years ago
21dd373
drm/i915: Defer reporting EIO until we try to use the GPU
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
df15315
drm/i915: Fix current tiling check for relaxed fencing
by Chris Wilson
· 14 years ago
a00b10c
drm/i915: Only enforce fence limits inside the GTT.
by Chris Wilson
· 14 years ago
f00a3dd
drm/i915: IS_IRONLAKE is synonymous with gen == 5
by Chris Wilson
· 14 years ago
30dbf0c
drm/i915: Adjust hangcheck EIO semantics
by Chris Wilson
· 14 years ago
Next »