mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
drm/i915: remove intel_memory_region avail
No longer used. Signed-off-by: Matthew Auld <[email protected]> Cc: Thomas Hellström <[email protected]> Cc: Lionel Landwerlin <[email protected]> Cc: Tvrtko Ursulin <[email protected]> Cc: Jon Bloomfield <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Kenneth Graunke <[email protected]> Cc: Akeem G Abodunrin <[email protected]> Reviewed-by: Thomas Hellström <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
This commit is contained in:
@@ -198,8 +198,7 @@ void intel_memory_region_debug(struct intel_memory_region *mr,
|
||||
if (mr->region_private)
|
||||
ttm_resource_manager_debug(mr->region_private, printer);
|
||||
else
|
||||
drm_printf(printer, "total:%pa, available:%pa bytes\n",
|
||||
&mr->total, &mr->avail);
|
||||
drm_printf(printer, "total:%pa bytes\n", &mr->total);
|
||||
}
|
||||
|
||||
static int intel_memory_region_memtest(struct intel_memory_region *mem,
|
||||
@@ -242,7 +241,6 @@ intel_memory_region_create(struct drm_i915_private *i915,
|
||||
mem->min_page_size = min_page_size;
|
||||
mem->ops = ops;
|
||||
mem->total = size;
|
||||
mem->avail = mem->total;
|
||||
mem->type = type;
|
||||
mem->instance = instance;
|
||||
|
||||
|
||||
@@ -75,7 +75,6 @@ struct intel_memory_region {
|
||||
resource_size_t io_size;
|
||||
resource_size_t min_page_size;
|
||||
resource_size_t total;
|
||||
resource_size_t avail;
|
||||
|
||||
u16 type;
|
||||
u16 instance;
|
||||
|
||||
Reference in New Issue
Block a user