index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_stolen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
2021-08-12
1
-1
/
+0
|
\
|
*
drm/i915: remove GRAPHICS_VER == 10
Lucas De Marchi
2021-07-30
1
-1
/
+0
*
|
drm/i915: support forcing the page size with lmem
Matthew Auld
2021-06-30
1
-1
/
+2
|
/
*
drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-06
1
-8
/
+8
*
drm/i915/ttm Initialize the ttm device and memory managers
Thomas Hellström
2021-06-02
1
-4
/
+6
*
drm/i915/stolen: shuffle around init_memory_region
Matthew Auld
2021-05-11
1
-2
/
+4
*
drm/i915: mark stolen as private
Matthew Auld
2021-05-04
1
-0
/
+4
*
drm/i915/gem: Remove reference to struct drm_device.pdev
Thomas Zimmermann
2021-04-29
1
-1
/
+1
*
drm/i915/stolen: actually mark as contiguous
Matthew Auld
2021-04-22
1
-3
/
+9
*
drm/i915/stolen: enforce the min_page_size contract
CQ Tang
2021-04-22
1
-3
/
+4
*
drm/i915: Create stolen memory region from local memory
CQ Tang
2021-04-22
1
-19
/
+113
*
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-04-08
1
-2
/
+2
|
\
|
*
drm/i915: give stolen system memory its own class
Matthew Auld
2021-03-24
1
-2
/
+2
*
|
drm/i915: Prepare for obj->mm.lock removal, v2.
Thomas Hellström
2021-03-24
1
-5
/
+7
*
|
drm/i915: Move HAS_STRUCT_PAGE to obj->flags
Maarten Lankhorst
2021-03-24
1
-2
/
+2
|
/
*
drm/i915/gem: Fix oops in error handling code
Dan Carpenter
2021-02-08
1
-8
/
+4
*
drm/i915/gem: Move stolen node into GEM object union
Chris Wilson
2021-01-20
1
-0
/
+5
*
drm/i915: add back static declaration
Matthew Auld
2021-01-15
1
-7
/
+7
*
drm/i915/region: convert object_create into object_init
Matthew Auld
2021-01-15
1
-34
/
+31
*
drm/i915/gem: Remove stolen node before releasing the region
Chris Wilson
2021-01-12
1
-3
/
+2
*
Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...
Dave Airlie
2020-11-13
1
-0
/
+48
|
\
|
*
drm/i915/gem: Avoid synchronous binds deep within locks
Chris Wilson
2020-10-28
1
-0
/
+3
|
*
drm/i915: Exclude low pages (128KiB) of stolen from use
Chris Wilson
2020-10-20
1
-2
/
+4
|
*
drm/i915/gem: Poison stolen pages before use
Chris Wilson
2020-10-20
1
-0
/
+45
*
|
drm/i915: Exclude low pages (128KiB) of stolen from use
Chris Wilson
2020-10-21
1
-2
/
+4
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+3
|
/
*
drm/i915/gem: Give each object class a friendly name
Chris Wilson
2020-05-30
1
-0
/
+1
*
drm/i915/stolen: prefer struct drm_device based logging
Jani Nikula
2020-04-08
1
-2
/
+2
*
drm/i915/vgpu: improve vgpu abstractions
Jani Nikula
2020-03-03
1
-0
/
+1
*
drm/i915/display: Be explicit in handling the preallocated vma
Chris Wilson
2020-02-05
1
-67
/
+15
*
drm/i915/gem: initial conversion to new logging macros using coccinelle
Wambui Karuga
2020-01-27
1
-24
/
+32
*
drm/i915/gem: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
2020-01-22
1
-6
/
+9
*
drm/i915/lmem: debugfs for LMEM details
Lukasz Fiedorowicz
2019-12-28
1
-0
/
+2
*
drm/i915/gem: Pass mem region to preallocated stolen
Chris Wilson
2019-11-11
1
-12
/
+10
*
drm/i915/gem: Replace implicit dev_priv->uncore for stolen init
Chris Wilson
2019-11-11
1
-98
/
+109
*
drm/i915/gem: Distinguish each object type
Chris Wilson
2019-10-22
1
-1
/
+2
*
drm/i915: treat stolen as a region
Matthew Auld
2019-10-18
1
-9
/
+56
*
drm/i915/stolen: make the object creation interface consistent
CQ Tang
2019-10-04
1
-19
/
+26
*
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-04
1
-3
/
+5
*
drm/i915: Only track bound elements of the GTT
Chris Wilson
2019-10-04
1
-1
/
+1
*
drm/i915: Make i915_vma.flags atomic_t for mutex reduction
Chris Wilson
2019-09-11
1
-1
/
+1
*
drm/i915/tgl: add gen12 to stolen initialization
Lucas De Marchi
2019-09-05
1
-1
/
+4
*
drm/i915: Convert a few more bland dmesg info to be device specific
Chris Wilson
2019-08-15
1
-2
/
+6
*
drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h
Jani Nikula
2019-08-09
1
-0
/
+1
*
drm/i915/gem: Defer obj->base.resv fini until RCU callback
Chris Wilson
2019-07-04
1
-2
/
+0
*
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
2019-06-12
1
-4
/
+1
*
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
2019-06-10
1
-2
/
+3
*
drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessors
Tvrtko Ursulin
2019-06-10
1
-2
/
+2
*
drm/i915: Report all objects with allocated pages to the shrinker
Chris Wilson
2019-05-31
1
-1
/
+1
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-0
/
+704