Re: [PATCH v5 1/4] drm/sched: add device name to the drm_sched_process_job event

2024-06-17 Thread Christian König
Am 17.06.24 um 14:54 schrieb Pierre-Eric Pelloux-Prayer: Hi, Le 14/06/2024 à 11:08, Christian König a écrit : Am 14.06.24 um 10:16 schrieb Pierre-Eric Pelloux-Prayer: Until the switch from kthread to workqueue, a userspace application could determine the source device from the pid of the thr

Re: [PATCH v5 1/4] drm/sched: add device name to the drm_sched_process_job event

2024-06-17 Thread Pierre-Eric Pelloux-Prayer
Hi, Le 14/06/2024 à 11:08, Christian König a écrit : Am 14.06.24 um 10:16 schrieb Pierre-Eric Pelloux-Prayer: Until the switch from kthread to workqueue, a userspace application could determine the source device from the pid of the thread sending the event. With workqueues this is not possib

Re: [PATCH v5 1/4] drm/sched: add device name to the drm_sched_process_job event

2024-06-14 Thread Christian König
Am 14.06.24 um 10:16 schrieb Pierre-Eric Pelloux-Prayer: Until the switch from kthread to workqueue, a userspace application could determine the source device from the pid of the thread sending the event. With workqueues this is not possible anymore, so the event needs to contain the dev_name

[PATCH v5 1/4] drm/sched: add device name to the drm_sched_process_job event

2024-06-14 Thread Pierre-Eric Pelloux-Prayer
Until the switch from kthread to workqueue, a userspace application could determine the source device from the pid of the thread sending the event. With workqueues this is not possible anymore, so the event needs to contain the dev_name() to identify the device. Signed-off-by: Pierre-Eric Pelloux