Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Clean and Optimise mtl_ddi_prepare_link_retrain
@ 2025-01-03  5:17 Suraj Kandpal
  2025-01-03  5:17 ` [PATCH 1/2] drm/i915/dp: Use intel_display instead of drm_i915_private Suraj Kandpal
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Suraj Kandpal @ 2025-01-03  5:17 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: ankit.k.nautiyal, chaitanya.kumar.borah, dnyaneshwar.bhadane,
	Suraj Kandpal

While going through code of mtl_ddi_prepare_link_retrain which calls
mtl_port_buf_ctl_program I saw some potential cleanup and optimization
that could take place i.e the i915 to intel_display usage and using
intel_de_rmw instead of the intel_de_read, add mask and then
intel_de_write sequence. This patch series implements them.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Suraj Kandpal (2):
  drm/i915/dp: Use intel_display instead of drm_i915_private
  drm/i915/ddi: Optimize mtl_port_buf_ctl_program

 drivers/gpu/drm/i915/display/intel_ddi.c | 25 ++++++++++++------------
 1 file changed, 12 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-01-03 10:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03  5:17 [PATCH 0/2] Clean and Optimise mtl_ddi_prepare_link_retrain Suraj Kandpal
2025-01-03  5:17 ` [PATCH 1/2] drm/i915/dp: Use intel_display instead of drm_i915_private Suraj Kandpal
2025-01-03 10:08   ` Jani Nikula
2025-01-03  5:17 ` [PATCH 2/2] drm/i915/ddi: Optimize mtl_port_buf_ctl_program Suraj Kandpal
2025-01-03 10:08   ` Jani Nikula
2025-01-03  6:21 ` ✓ CI.Patch_applied: success for Clean and Optimise mtl_ddi_prepare_link_retrain Patchwork
2025-01-03  6:21 ` ✓ CI.checkpatch: " Patchwork
2025-01-03  6:23 ` ✓ CI.KUnit: " Patchwork
2025-01-03  6:41 ` ✓ CI.Build: " Patchwork
2025-01-03  6:43 ` ✓ CI.Hooks: " Patchwork
2025-01-03  6:45 ` ✓ CI.checksparse: " Patchwork
2025-01-03  7:17 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-01-03  8:50 ` ✗ Xe.CI.Full: " Patchwork

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