开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_ggtt_fencing.c
Age
Commit message (
Expand
)
Author
2024-08-26
drm: Fix kerneldoc for "Returns" section
renjun wang
2024-06-24
drm/i915/gt: Fix potential UAF by revoke of fence registers
Janusz Krzysztofik
2023-07-25
drm/i915: Simplify expression &to_i915(dev)->drm
Uwe Kleine-König
2023-01-25
drm/i915/display: add intel_display_limits.h for key enums
Jani Nikula
2022-12-06
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
2022-11-10
drm/i915: Partial abandonment of legacy DRM logging macros
Tvrtko Ursulin
2022-09-21
Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...
Dave Airlie
2022-09-14
drm/i915: Refactor userfault_wakeref to re-use
Anshuman Gupta
2022-08-29
drm/i915: split gem quirks from display quirks
Jani Nikula
2022-03-04
drm/i915: include linux/highmem.h and linux/swap.h where needed
Jani Nikula
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
2022-02-16
drm/i915: Move MCHBAR registers to their own header
Matt Roper
2022-02-02
drm/i915: Only include i915_reg.h from .c files
Matt Roper
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
2022-01-18
drm/i915: Remove short-term pins from execbuf, v6.
Maarten Lankhorst
2022-01-05
drm/i915/gt: Use to_gt() helper for GGTT accesses
Michał Winiarski
2021-07-13
drm/i915/gt: Fix -EDEADLK handling regression
Ville Syrjälä
2021-07-11
drm/i915/gt: Fix -EDEADLK handling regression
Ville Syrjälä
2021-06-05
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-05-05
drm/i915: drop the __i915_active_call pointer packing
Matthew Auld
2021-04-26
drm/i915: Give C0DRB3/C1DRB3 a _BW suffix
Ville Syrjälä
2021-04-26
drm/i915: Read C0DRB3/C1DRB3 as 16 bits again
Ville Syrjälä
2021-04-08
Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-03-24
drm/i915/gt: Add some missing blank lines after declaration
Chris Wilson
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
drm/i915: Fix the GT fence revocation runtime PM logic
Imre Deak
2020-12-23
drm/i915/gt: Prefer recycling an idle fence
Chris Wilson
2020-04-01
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
2020-04-01
drm/i915/gt: Store the fence details on the fence
Chris Wilson
2020-04-01
drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence
Chris Wilson
2020-03-17
drm/i915/gt: Restore check for invalid vma for fencing
Chris Wilson
2020-03-16
drm/i915/gt: Allocate i915_fence_reg array
Chris Wilson
2020-03-16
drm/i915: Move GGTT fence registers under gt/
Chris Wilson