Re: [PATCH v4 3/5] drm/i915: Create the locked version of the request create

2023-04-11 Thread Das, Nirmoy
On 3/8/2023 10:41 AM, Andi Shyti wrote: Make version of the request creation that doesn't hold any lock. Signed-off-by: Andi Shyti Cc: sta...@vger.kernel.org Reviewed-by: Nirmoy Das --- drivers/gpu/drm/i915/i915_request.c | 43 +++--

Re: [PATCH v4 2/5] drm/i915/gt: Add intel_context_timeline_is_locked helper

2023-04-11 Thread Das, Nirmoy
On 3/8/2023 10:41 AM, Andi Shyti wrote: We have: - intel_context_timeline_lock() - intel_context_timeline_unlock() In the next patches we will also need: - intel_context_timeline_is_locked() Add it. Signed-off-by: Andi Shyti Cc: sta...@vger.kernel.org Reviewed-by: Nirmoy Das

Re: [PATCH v2 1/2] dt-bindings: drm/bridge: Add no-hpd property

2023-04-11 Thread Krzysztof Kozlowski
On 05/04/2023 16:24, Jayesh Choudhary wrote: > From: Rahul T R > > The mhdp bridge can work without its HPD pin hooked up to the connector, > but the current bridge driver throws an error when hpd line is not > connected to the connector. For such cases, we need an indication for > no-hpd, using

linux-next: build warning after merge of the drm tree

2023-04-11 Thread Stephen Rothwell
Hi all, After merging the drm tree, today's linux-next build (htmldocs) produced this warning: drivers/gpu/drm/i915/gt/uc/intel_guc.h:274: warning: Function parameter or member 'dbgfs_node' not described in 'intel_guc' Introduced by commit 70b5ffb393f3 ("drm/i915/gt: Create per-gt debugfs

linux-next: build warning after merge of the drm tree

2023-04-11 Thread Stephen Rothwell
Hi all, After merging the drm tree, today's linux-next build (htmldocs) produced this warning: drivers/gpu/drm/i915/i915_perf.c:5307: warning: Function parameter or member 'i915' not described in 'i915_perf_ioctl_version' Introduced by commit 94d82e95219a ("drm/i915/perf: Pass i915 object

<    1   2   3