[PATCH v1 3/6] drm/sched: fix kernel-doc in gpu_scheduler.h
Sam Ravnborg
sam at ravnborg.org
Sun Apr 5 20:38:35 UTC 2020
On Sat, Mar 28, 2020 at 02:20:22PM +0100, Sam Ravnborg wrote:
> Fix following warning:
> gpu_scheduler.h:103: warning: Function parameter or member 'priority' not described in 'drm_sched_entity'
>
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> Cc: Nirmoy Das <nirmoy.das at amd.com>
> Cc: David Airlie <airlied at linux.ie>
> Cc: Daniel Vetter <daniel at ffwll.ch>
> ---
> include/drm/gpu_scheduler.h | 1 +
> 1 file changed, 1 insertion(+)
Committed to drm-misc-next
>
> diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h
> index 26b04ff62676..a21b3b92135a 100644
> --- a/include/drm/gpu_scheduler.h
> +++ b/include/drm/gpu_scheduler.h
> @@ -56,6 +56,7 @@ enum drm_sched_priority {
> * Jobs from this entity can be scheduled on any scheduler
> * on this list.
> * @num_sched_list: number of drm_gpu_schedulers in the sched_list.
> + * @priority: priority of the entity
> * @rq_lock: lock to modify the runqueue to which this entity belongs.
> * @job_queue: the list of jobs of this entity.
> * @fence_seq: a linearly increasing seqno incremented with each
> --
> 2.20.1
More information about the dri-devel
mailing list