mbox series

[0/1] Refactor CT access to use iosys_map

Message ID 20220421172635.76236-1-siva.mullati@intel.com (mailing list archive)
Headers show
Series Refactor CT access to use iosys_map | expand

Message

Mullati Siva April 21, 2022, 5:26 p.m. UTC
From: Siva Mullati <siva.mullati@intel.com>

ver2: remove newly added iosys map api from ver1
ver3: address review comments
ver4: remove accessing vaddr

This is continuation to the below patch series to use iosys map
APIs, to use CT commands and descriptors.
https://patchwork.freedesktop.org/series/99711/

Siva Mullati (1):
  drm/i915/guc: Convert ct buffer to iosys_map

 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 197 +++++++++++++---------
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h |   9 +-
 2 files changed, 124 insertions(+), 82 deletions(-)