From: Armin Reese
This commit synchronizes the intel_renderstate_genx.c files in
the kernel source tree with those produced by the 'make states'
command invoking null_state_gen. Replaced manually-added
copyright headers from a previous commit.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i9
From: Armin Reese
The new 'i915_context_dump' file generates a hex dump of the
entire logical context DRM object. It is useful for
validating the contents of the default context set up by
the golden state batch buffer.
v1 - Reuse function i915_dump_lrc() instead of i915_context_status().
Separa
From: Armin Reese
The new 'i915_context_dump' file generates a hex dump of the
entire logical context DRM object. It is useful for
validating the contents of the default context set up by
the golden state batch buffer.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_debugfs.c | 92 ++
From: Armin Reese
This patch includes the Gen9 batch buffer to generate
a 'golden context' for that product family.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/Makefile | 3 +-
drivers/gpu/drm/i915/i915_gem_render_state.c | 2 +
drivers/gpu/drm/i915/intel_rendersta
From: Armin Reese
The file drivers/gpu/drm/i915/intel_renderstate_gen8.c is
updated to the version created by IGT null_state_gen
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/intel_renderstate_gen8.c | 802 --
1 file changed, 640 insertions(+), 162 deletions(-)
d
From: Armin Reese
Existing Gen6, 7, 8, and 9 golden context source files are
currently generated without the copyright header. Adding
them manually here.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/intel_renderstate_gen6.c | 23 +++
drivers/gpu/drm/i915/intel_rende
From: Armin Reese
The new 'i915_context_dump' file generates a hex dump of the
entire logical context DRM object. It is useful for
validating the contents of the default context set up by
the golden state batch buffer.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_debugfs.c | 64 ++
From: Armin Reese
Golden context batch buffers now can contain a set of offsets in
which to optionally place MI_BATCH_BUFFER_END commands. This
allows the driver to customize the GC batch for various chipsets
in a family by requesting that the GC BB exit early for one chipset
to prevent executio
From: Armin Reese
The new 'i915_context_dump' file generates a hex dump of the
entire logical context DRM object. It is useful for
validating the contents of the default context set up by
the golden state batch buffer.
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_debugfs.c | 64 ++
From: Armin Reese
This patch includes the Gen9 batch buffer to generate
a 'golden context' for that product family.
Also:
1) IS_GEN9 macro has been added to drivers/gpu/drm/i915/i915_drv.h
2) drivers/gpu/drm/i915/intel_renderstate_gen8.c has been updated
to the version created by IGT null_sta
From: Armin Reese
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_gem.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 87d0aac..676e5f4 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/
From: Armin Reese
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/i915/i915_gem_gtt.c
index afd4eef..7e2190e 100644
--- a/drivers/gpu/drm/i
From: Armin Reese
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_gem.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 87d0aac..676e5f4 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/
From: Armin Reese
Signed-off-by: Armin Reese
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/i915/i915_gem_gtt.c
index afd4eef..7e2190e 100644
--- a/drivers/gpu/drm/i
From: Armin Reese
This subtest forces the driver down the code path in
i915_gem_object_set_cache_level()
which unbinds VMAs and triggers the kernel panic described in VIZ-3721. This
test will pass if the bug fix is in place.
Bugzilla: https://bugs.fredesktop.org/show_bug.cgi?id=76384
Signed-o
15 matches
Mail list logo