dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection
@ 2026-07-01  1:20 Rafael Passos
  2026-07-03 18:35 ` Rodrigo Vivi
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael Passos @ 2026-07-01  1:20 UTC (permalink / raw)
  To: matthew.brost, thomas.hellstrom, rodrigo.vivi, airlied, simona,
	maarten.lankhorst, mripard, tzimmermann
  Cc: Rafael Passos, Randy Dunlap, intel-xe, dri-devel

Fixes "ERROR: A level 2 section cannot be used here".
Equal signs are reserved for document titles.
This file docs gets imported by driver-uapi.rst,
and the page title is defined there.


Signed-off-by: Rafael Passos <rafael@rcpassos.me>
---
Hi, I send the v1 for this patch only for the linux-doc list.
The v2 fixes this, and has improvements to the commit message.

It was reviewed and tested by Randy Dunlap.
I decided to re-send since the original emails was not in picked by lore (not sure why).
https://lore.kernel.org/intel-xe/1a20e4bf-fd7f-453e-b7a8-c7feb0b077c6@infradead.org/

In case it helps, here are the tags Randy added in my first send:
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

Thanks,
Rafael Passos

 include/uapi/drm/xe_drm.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 48e9f1fdb78d..4dfb30e6c8a8 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -2537,21 +2537,21 @@ struct drm_xe_exec_queue_set_property {
  * Refer to Documentation/netlink/specs/drm_ras.yaml for complete interface specification.
  *
  * Node Registration
- * =================
+ * -----------------
  *
  * The driver registers DRM RAS nodes for each error severity level.
  * enum drm_xe_ras_error_severity defines the node-id, while DRM_XE_RAS_ERROR_SEVERITY_NAMES maps
  * node-id to node-name.
  *
  * Error Classification
- * ====================
+ * --------------------
  *
  * Each node contains a list of error counters. Each error is identified by a error-id and
  * an error-name. enum drm_xe_ras_error_component defines the error-id, while
  * DRM_XE_RAS_ERROR_COMPONENT_NAMES maps error-id to error-name.
  *
  * User Interface
- * ==============
+ * --------------
  *
  * To retrieve error values of a error counter, userspace applications should
  * follow the below steps:
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection
  2026-07-01  1:20 [PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection Rafael Passos
@ 2026-07-03 18:35 ` Rodrigo Vivi
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Vivi @ 2026-07-03 18:35 UTC (permalink / raw)
  To: Rafael Passos
  Cc: matthew.brost, thomas.hellstrom, airlied, simona,
	maarten.lankhorst, mripard, tzimmermann, Randy Dunlap, intel-xe,
	dri-devel

On Tue, Jun 30, 2026 at 10:20:58PM -0300, Rafael Passos wrote:
> Fixes "ERROR: A level 2 section cannot be used here".
> Equal signs are reserved for document titles.
> This file docs gets imported by driver-uapi.rst,
> and the page title is defined there.
> 
> 
> Signed-off-by: Rafael Passos <rafael@rcpassos.me>
> ---
> Hi, I send the v1 for this patch only for the linux-doc list.
> The v2 fixes this, and has improvements to the commit message.
> 
> It was reviewed and tested by Randy Dunlap.
> I decided to re-send since the original emails was not in picked by lore (not sure why).
> https://lore.kernel.org/intel-xe/1a20e4bf-fd7f-453e-b7a8-c7feb0b077c6@infradead.org/
> 
> In case it helps, here are the tags Randy added in my first send:
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>

Next time, please put these directly above the '---' along with your sign-off.
And please use the standard 'drm/xe:' tag in the subject.

I modified the subject and pushed it to drm-xe-next. Thanks for the patch.

> 
> Thanks,
> Rafael Passos
> 
>  include/uapi/drm/xe_drm.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
> index 48e9f1fdb78d..4dfb30e6c8a8 100644
> --- a/include/uapi/drm/xe_drm.h
> +++ b/include/uapi/drm/xe_drm.h
> @@ -2537,21 +2537,21 @@ struct drm_xe_exec_queue_set_property {
>   * Refer to Documentation/netlink/specs/drm_ras.yaml for complete interface specification.
>   *
>   * Node Registration
> - * =================
> + * -----------------
>   *
>   * The driver registers DRM RAS nodes for each error severity level.
>   * enum drm_xe_ras_error_severity defines the node-id, while DRM_XE_RAS_ERROR_SEVERITY_NAMES maps
>   * node-id to node-name.
>   *
>   * Error Classification
> - * ====================
> + * --------------------
>   *
>   * Each node contains a list of error counters. Each error is identified by a error-id and
>   * an error-name. enum drm_xe_ras_error_component defines the error-id, while
>   * DRM_XE_RAS_ERROR_COMPONENT_NAMES maps error-id to error-name.
>   *
>   * User Interface
> - * ==============
> + * --------------
>   *
>   * To retrieve error values of a error counter, userspace applications should
>   * follow the below steps:
> -- 
> 2.53.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-03 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01  1:20 [PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection Rafael Passos
2026-07-03 18:35 ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox