Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 1/2] drm/xe: Add module parameter 'fastboot'
@ 2023-09-24 14:47 Arun R Murthy
  2023-09-24 14:47 ` [Intel-xe] [PATCH 2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Arun R Murthy
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: Arun R Murthy @ 2023-09-24 14:47 UTC (permalink / raw)
  To: intel-xe; +Cc: Arun R Murthy

Fastboot is by default enabled on all Display 9+ platforms.
Module param is added in xe for controlling the same.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/xe/xe_device_types.h | 1 +
 drivers/gpu/drm/xe/xe_display.c      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index a82f28c6a3a0..f73c0672bd54 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -458,6 +458,7 @@ struct xe_device {
 		s32 panel_use_ssc;
 		const char *vbt_firmware;
 		u32 lvds_channel_mode;
+		int fastboot;
 	} params;
 #endif
 };
diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/xe_display.c
index bb4938a84f47..8a80d85eb104 100644
--- a/drivers/gpu/drm/xe/xe_display.c
+++ b/drivers/gpu/drm/xe/xe_display.c
@@ -123,6 +123,7 @@ int xe_display_create(struct xe_device *xe)
 	xe->params.enable_psr2_sel_fetch = -1;
 	xe->params.enable_sagv = true;
 	xe->params.panel_use_ssc = -1;
+	xe->params.fastboot = -1;
 
 	err = drmm_add_action_or_reset(&xe->drm, display_destroy, NULL);
 	if (err)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-10-12  9:23 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 14:47 [Intel-xe] [PATCH 1/2] drm/xe: Add module parameter 'fastboot' Arun R Murthy
2023-09-24 14:47 ` [Intel-xe] [PATCH 2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Arun R Murthy
2023-09-25  9:17   ` Shankar, Uma
2023-09-25 11:27     ` Jani Nikula
2023-09-24 14:59 ` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Add module parameter 'fastboot' Patchwork
2023-09-24 14:59 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-24 15:00 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-24 15:07 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-24 15:08 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-24 15:09 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-24 15:43 ` [Intel-xe] ✓ CI.BAT: success " Patchwork
2023-09-25  9:15 ` [Intel-xe] [PATCH 1/2] " Shankar, Uma
2023-09-25 11:29   ` Jani Nikula
2023-09-25 11:47     ` Ville Syrjälä
2023-09-26  4:28     ` Murthy, Arun R
2023-09-26  5:11 ` [Intel-xe] [PATCHv2 1/2] drm/i915: Remove the " Arun R Murthy
2023-09-26  5:11   ` [Intel-xe] [PATCHv2 2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Arun R Murthy
2023-09-26  7:40   ` [Intel-xe] [PATCHv2 1/2] drm/i915: Remove the module parameter 'fastboot' Jani Nikula
2023-09-26  5:54 ` [Intel-xe] ✗ CI.Patch_applied: failure for series starting with [PATCHv2,1/2] drm/i915: Remove the module parameter 'fastboot' (rev2) Patchwork
2023-10-12  8:47 ` [Intel-xe] [PATCH 1/2] drm/i915: Remove the module parameter 'fastboot' Arun R Murthy
2023-10-12  8:47   ` [Intel-xe] [PATCH 2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Arun R Murthy
2023-10-12  9:06   ` [Intel-xe] [PATCH 1/2] drm/i915: Remove the module parameter 'fastboot' Jani Nikula
2023-10-12  9:10     ` Murthy, Arun R
2023-10-12  9:23       ` Jani Nikula
2023-10-12  9:14 ` [Intel-xe] ✗ CI.Patch_applied: failure for series starting with [2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" (rev4) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox