@@ -48,7 +48,7 @@ particular instance, since we can have more than one per class.
48
48
In the future we also want to expose more information which can further
49
49
describe the capabilities of a region.
50
50
51
- .. kernel-doc :: Documentation/gpu/rfc/i915_gem_lmem .h
51
+ .. kernel-doc :: include/uapi/drm/i915_drm .h
52
52
:functions: drm_i915_gem_memory_class drm_i915_gem_memory_class_instance drm_i915_memory_region_info drm_i915_query_memory_regions
53
53
54
54
GEM_CREATE_EXT
@@ -61,7 +61,7 @@ Side note: We also need to support PXP[1] in the near future, which is also
61
61
applicable to integrated platforms, and adds its own gem_create_ext extension,
62
62
which basically lets userspace mark a buffer as "protected".
63
63
64
- .. kernel-doc :: Documentation/gpu/rfc/i915_gem_lmem .h
64
+ .. kernel-doc :: include/uapi/drm/i915_drm .h
65
65
:functions: drm_i915_gem_create_ext
66
66
67
67
I915_GEM_CREATE_EXT_MEMORY_REGIONS
@@ -73,7 +73,7 @@ them each to use the class/instance encoding, as per the output of the regions
73
73
query. Having the list in priority order will be useful in the future when
74
74
placing an object, say during eviction.
75
75
76
- .. kernel-doc :: Documentation/gpu/rfc/i915_gem_lmem .h
76
+ .. kernel-doc :: include/uapi/drm/i915_drm .h
77
77
:functions: drm_i915_gem_create_ext_memory_regions
78
78
79
79
One fair criticism here is that this seems a little over-engineered[2]. If we
0 commit comments