diff mbox series

drm/doc: pull in drm_buddy.c

Message ID 20220208151228.344997-1-matthew.auld@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/doc: pull in drm_buddy.c | expand

Commit Message

Matthew Auld Feb. 8, 2022, 3:12 p.m. UTC
Make sure we pull in the kernel-doc for this.

Reported-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Arunpravin <Arunpravin.PaneerSelvam@amd.com>
Cc: Christian König <christian.koenig@amd.com>
---
 Documentation/gpu/drm-mm.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Christian König Feb. 9, 2022, 7:32 a.m. UTC | #1
Am 08.02.22 um 16:12 schrieb Matthew Auld:
> Make sure we pull in the kernel-doc for this.
>
> Reported-by: Daniel Vetter <daniel@ffwll.ch>
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
> Cc: Arunpravin <Arunpravin.PaneerSelvam@amd.com>
> Cc: Christian König <christian.koenig@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   Documentation/gpu/drm-mm.rst | 9 +++++++++
>   1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
> index 198bcc1affa1..f32ccce5722d 100644
> --- a/Documentation/gpu/drm-mm.rst
> +++ b/Documentation/gpu/drm-mm.rst
> @@ -466,6 +466,15 @@ DRM MM Range Allocator Function References
>   .. kernel-doc:: drivers/gpu/drm/drm_mm.c
>      :export:
>   
> +DRM Buddy Allocator
> +===================
> +
> +DRM Buddy Function References
> +-----------------------------
> +
> +.. kernel-doc:: drivers/gpu/drm/drm_buddy.c
> +   :export:
> +
>   DRM Cache Handling and Fast WC memcpy()
>   =======================================
>
Matthew Auld March 8, 2022, 12:51 p.m. UTC | #2
On 09/02/2022 07:32, Christian König wrote:
> Am 08.02.22 um 16:12 schrieb Matthew Auld:
>> Make sure we pull in the kernel-doc for this.
>>
>> Reported-by: Daniel Vetter <daniel@ffwll.ch>
>> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
>> Cc: Arunpravin <Arunpravin.PaneerSelvam@amd.com>
>> Cc: Christian König <christian.koenig@amd.com>
> 
> Reviewed-by: Christian König <christian.koenig@amd.com>

Thanks. Could you also push this?

> 
>> ---
>>   Documentation/gpu/drm-mm.rst | 9 +++++++++
>>   1 file changed, 9 insertions(+)
>>
>> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
>> index 198bcc1affa1..f32ccce5722d 100644
>> --- a/Documentation/gpu/drm-mm.rst
>> +++ b/Documentation/gpu/drm-mm.rst
>> @@ -466,6 +466,15 @@ DRM MM Range Allocator Function References
>>   .. kernel-doc:: drivers/gpu/drm/drm_mm.c
>>      :export:
>> +DRM Buddy Allocator
>> +===================
>> +
>> +DRM Buddy Function References
>> +-----------------------------
>> +
>> +.. kernel-doc:: drivers/gpu/drm/drm_buddy.c
>> +   :export:
>> +
>>   DRM Cache Handling and Fast WC memcpy()
>>   =======================================
>
Christian König March 8, 2022, 1:10 p.m. UTC | #3
Am 08.03.22 um 13:51 schrieb Matthew Auld:
> On 09/02/2022 07:32, Christian König wrote:
>> Am 08.02.22 um 16:12 schrieb Matthew Auld:
>>> Make sure we pull in the kernel-doc for this.
>>>
>>> Reported-by: Daniel Vetter <daniel@ffwll.ch>
>>> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
>>> Cc: Arunpravin <Arunpravin.PaneerSelvam@amd.com>
>>> Cc: Christian König <christian.koenig@amd.com>
>>
>> Reviewed-by: Christian König <christian.koenig@amd.com>
>
> Thanks. Could you also push this?

Done.

>
>>
>>> ---
>>>   Documentation/gpu/drm-mm.rst | 9 +++++++++
>>>   1 file changed, 9 insertions(+)
>>>
>>> diff --git a/Documentation/gpu/drm-mm.rst 
>>> b/Documentation/gpu/drm-mm.rst
>>> index 198bcc1affa1..f32ccce5722d 100644
>>> --- a/Documentation/gpu/drm-mm.rst
>>> +++ b/Documentation/gpu/drm-mm.rst
>>> @@ -466,6 +466,15 @@ DRM MM Range Allocator Function References
>>>   .. kernel-doc:: drivers/gpu/drm/drm_mm.c
>>>      :export:
>>> +DRM Buddy Allocator
>>> +===================
>>> +
>>> +DRM Buddy Function References
>>> +-----------------------------
>>> +
>>> +.. kernel-doc:: drivers/gpu/drm/drm_buddy.c
>>> +   :export:
>>> +
>>>   DRM Cache Handling and Fast WC memcpy()
>>>   =======================================
>>
diff mbox series

Patch

diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index 198bcc1affa1..f32ccce5722d 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -466,6 +466,15 @@  DRM MM Range Allocator Function References
 .. kernel-doc:: drivers/gpu/drm/drm_mm.c
    :export:
 
+DRM Buddy Allocator
+===================
+
+DRM Buddy Function References
+-----------------------------
+
+.. kernel-doc:: drivers/gpu/drm/drm_buddy.c
+   :export:
+
 DRM Cache Handling and Fast WC memcpy()
 =======================================