index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_fence_reg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-03
drm/i915/vgpu: improve vgpu abstractions
Jani Nikula
1
-0
/
+1
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
1
-2
/
+0
2020-02-04
drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...
Wambui Karuga
1
-1
/
+1
2020-01-22
drm/i915: Make WARN* drm specific where uncore or stream ptr is available
Pankaj Bharadiya
1
-5
/
+6
2020-01-09
drm/i915: Early return for no-op i915_vma_pin_fence()
Chris Wilson
1
-0
/
+3
2019-10-29
drm/i915: set num_fence_regs to 0 if there is no aperture
Daniele Ceraolo Spurio
1
-2
/
+4
2019-10-16
drm/i915: Move swizzle_bit under i915_ggtt
Chris Wilson
1
-7
/
+8
2019-10-16
drm/i915: Store i915_ggtt as the backpointer on fence registers
Chris Wilson
1
-30
/
+44
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-3
/
+6
2019-08-22
drm/i915: Replace i915_vma_put_fence()
Chris Wilson
1
-12
/
+4
2019-08-22
drm/i915: Track ggtt fence reservations under its own mutex
Chris Wilson
1
-39
/
+69
2019-08-12
drm/i915: Forgo last_fence active request tracking
Chris Wilson
1
-4
/
+2
2019-08-07
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
1
-2
/
+0
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-0
/
+2
2019-06-21
drm/i915: Use intel_uncore_rmw in intel_gt_init_swizzling
Tvrtko Ursulin
1
-7
/
+2
2019-06-21
drm/i915: Convert i915_gem_init_swizzling to intel_gt
Tvrtko Ursulin
1
-0
/
+37
2019-06-14
drm/i915: make intel_wakeref work on the rpm struct
Daniele Ceraolo Spurio
1
-1
/
+1
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-2
/
+2
2019-06-14
drm/i915: Remove rpm asserts that use i915
Daniele Ceraolo Spurio
1
-1
/
+1
2019-06-13
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
1
-27
/
+63
2019-06-04
drm/i915: Use unchecked writes for setting up the fences
Chris Wilson
1
-55
/
+68
2019-05-28
drm/i915: Pull scatterlist utils out of i915_gem.h
Chris Wilson
1
-0
/
+2
2019-03-20
drm/i915: Switch to bitmap_zalloc()
Andy Shevchenko
1
-2
/
+1
2019-03-20
drm/i915: Reorder gen3/4 swizzle detection logic
Ville Syrjälä
1
-33
/
+32
2019-02-20
drm/i915: Avoid reset lock in writing fence registers
Chris Wilson
1
-10
/
+2
2019-02-08
drm/i915: Revoke mmaps and prevent access to fence registers across reset
Chris Wilson
1
-27
/
+9
2019-02-08
drm/i915: Defer removing fence register tracking to rpm wakeup
Chris Wilson
1
-30
/
+32
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-2
/
+2
2019-01-17
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
1
-4
/
+4
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
1
-2
/
+4
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-1
/
+1
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-5
/
+5
2018-02-09
drm/i915: Use INTEL_GEN everywhere
Tvrtko Ursulin
1
-1
/
+1
2018-01-31
drm/i915: Flush ggtt writes through the old fenced vma before changing fences
Chris Wilson
1
-2
/
+6
2017-10-09
drm/i915: Track user GTT faulting per-vma
Chris Wilson
1
-3
/
+4
2017-10-09
drm/i915: Consolidate get_fence with pin_fence
Chris Wilson
1
-5
/
+28
2017-09-04
drm/i915: Add interface to reserve fence registers for vGPU
Changbin Du
1
-0
/
+51
2017-03-06
drm/i915: Take rpm wakelock for releasing the fence on unbind
Chris Wilson
1
-3
/
+8
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-6
/
+6
2017-01-10
drm/i915: Remove the rounding down of the gen4+ fence region
Chris Wilson
1
-3
/
+1
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
1
-11
/
+9
2017-01-10
drm/i915: Replace WARNs in fence register writes with extensive asserts
Chris Wilson
1
-28
/
+22
2017-01-10
drm/i915: Extract tile_row_size for fencing
Chris Wilson
1
-4
/
+2
2017-01-04
drm/i915: Revoke fenced GTT mmapings across GPU reset
Chris Wilson
1
-0
/
+24
2016-12-14
drm/i915: simplify check for I915G/I945G in bit 6 swizzling detection
Jani Nikula
1
-2
/
+1
2016-12-07
drm/i915: distinguish G33 and Pineview from each other
Jani Nikula
1
-2
/
+3
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
1
-4
/
+4
2016-11-17
drm/i915: Use dev_priv in INTEL_INFO in i915_gem_fence_reg.c
Tvrtko Ursulin
1
-7
/
+5
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
1
-0
/
+716