summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc_types.h
diff options
context:
space:
mode:
authorMatthew Auld <matthew.auld@intel.com>2022-12-22 13:53:59 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:29:43 +0300
commite103c45f501a32eaa9e0a12db1c1e167b06f78cf (patch)
tree65c68c02663941ca55d281b285311f27aaae6e0c /drivers/gpu/drm/xe/xe_lrc_types.h
parent90385dcfc040648e928a883298a19e2afbba41e5 (diff)
downloadlinux-e103c45f501a32eaa9e0a12db1c1e167b06f78cf.tar.xz
drm/xe: prefer xe_bo_create_pin_map()
With small-bar we likely want to annotate all the kernel users that require CPU access with vram. If xe_bo_create_pin_map() is the central place for that then we should have a central place to annotate. This also simplifies the code and fixes what appears to be a double xe_bo_put(hwe->hwsp) in the error handling. Signed-off-by: Matthew Auld <matthew.auld@intel.com> Cc: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_lrc_types.h')
-rw-r--r--drivers/gpu/drm/xe/xe_lrc_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_lrc_types.h b/drivers/gpu/drm/xe/xe_lrc_types.h
index 2827efa2091d..8fe08535873d 100644
--- a/drivers/gpu/drm/xe/xe_lrc_types.h
+++ b/drivers/gpu/drm/xe/xe_lrc_types.h
@@ -25,7 +25,6 @@ struct xe_lrc {
/** @flags: LRC flags */
u32 flags;
-#define XE_LRC_PINNED BIT(1)
/** @ring: submission ring state */
struct {