summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_tile.h
diff options
context:
space:
mode:
authorTejas Upadhyay <tejas.upadhyay@intel.com>2023-06-28 08:38:35 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:35:06 +0300
commite5a845fd8fa4ce61a99c87f37b63530fa4995750 (patch)
treea5c480c5119f94d7629fdff54385bab5d86c61ea /drivers/gpu/drm/xe/xe_tile.h
parent5572a004685770f8daad7661c5494b65148ede9f (diff)
downloadlinux-e5a845fd8fa4ce61a99c87f37b63530fa4995750.tar.xz
drm/xe: Add sysfs entry for tile
We have recently introduced tile for each gpu, so lets add sysfs entry per tile for userspace to provide required information specific to tile. V5: - define ktype as const V4: - Reorder headers - Aravind V3: - Make API to return void and add drm_warn - Aravind V2: - Add logs in failure path Reviewed-by: Aravind Iddamsetty <aravind.iddamsetty@intel.com> Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_tile.h')
-rw-r--r--drivers/gpu/drm/xe/xe_tile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_tile.h b/drivers/gpu/drm/xe/xe_tile.h
index 33bf41292195..782c47f8bd45 100644
--- a/drivers/gpu/drm/xe/xe_tile.h
+++ b/drivers/gpu/drm/xe/xe_tile.h
@@ -6,6 +6,8 @@
#ifndef _XE_TILE_H_
#define _XE_TILE_H_
+#include "xe_device_types.h"
+
struct xe_tile;
int xe_tile_alloc(struct xe_tile *tile);