index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_region.c
Age
Commit message (
Expand
)
Author
2024-02-07
drm/i915: Use struct resource for memory region IO as well
Ville Syrjälä
2022-07-13
drm/i915/ttm: fix 32b build
Matthew Auld
2022-04-21
Merge drm/drm-next into drm-intel-gt-next
Rodrigo Vivi
2022-04-11
Merge drm/drm-next into drm-intel-next
Jani Nikula
2022-03-17
drm/i915: include uapi/drm/i915_drm.h directly where needed
Jani Nikula
2022-03-16
drm/i915: add i915_gem_object_create_region_at()
Matthew Auld
2022-03-08
drm/i915: opportunistically apply ALLOC_CONTIGIOUS
Matthew Auld
2022-02-28
drm/i915: add I915_BO_ALLOC_GPU_ONLY
Matthew Auld
2022-02-25
drm/i915: apply PM_EARLY for non-GTT mappable objects
Matthew Auld
2021-11-25
drm/i915/ttm: Drop region reference counting
Thomas Hellström
2021-09-24
drm/i915/gem: Implement a function to process all gem objects of a region
Thomas Hellström
2021-06-30
drm/i915: support forcing the page size with lmem
Matthew Auld
2021-06-24
drm/i915/ttm: Use TTM for system memory
Thomas Hellström
2021-06-11
drm/i915/ttm: Introduce a TTM i915 gem object backend
Thomas Hellström
2021-06-02
drm/i915/ttm Initialize the ttm device and memory managers
Thomas Hellström
2021-05-04
drm/i915/lmem: support optional CPU clearing for special internal use
Matthew Auld
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-03-24
drm/i915/gem: consolidate 2big error checking for object sizes
Matthew Auld
2021-03-24
drm/i915: Move HAS_STRUCT_PAGE to obj->flags
Maarten Lankhorst
2021-01-20
drm/i915/region: don't leak the object on error
Matthew Auld
2021-01-15
drm/i915/region: convert object_create into object_init
Matthew Auld
2020-12-02
Revert "drm/i915/lmem: Limit block size to 4G"
Chris Wilson
2020-12-02
drm/i915/gem: Limit lmem scatterlist elements to UINT_MAX
Chris Wilson
2020-11-30
drm/i915/lmem: Limit block size to 4G
Venkata Sandeep Dhanalakota
2020-01-02
drm/i915/gem: Single page objects are naturally contiguous
Chris Wilson
2019-12-16
drm/i915: Remove unneeded semicolon
zhengbin
2019-10-18
drm/i915: treat shmem as a region
Matthew Auld
2019-10-08
drm/i915/region: support volatile objects
Matthew Auld
2019-10-08
drm/i915/region: support contiguous allocations
Matthew Auld
2019-10-08
drm/i915: introduce intel_memory_region
Matthew Auld