Re: [Freedreno] [PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by

2023-09-25 Thread Andrzej Hajda
-by: Andrzej Hajda Regards Andrzej --- drivers/gpu/drm/i915/selftests/i915_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c index a9b79888c193..acae30a04a94 100644 --- a/drivers

Re: [Freedreno] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

2023-07-12 Thread Andrzej Hajda
On 12.07.2023 13:07, Julia Lawall wrote: On Wed, 12 Jul 2023, Uwe Kleine-König wrote: On Wed, Jul 12, 2023 at 12:46:33PM +0200, Christian König wrote: Am 12.07.23 um 11:46 schrieb Uwe Kleine-König: Hello, while I debugged an issue in the imx-lcdc driver I was constantly irritated about

Re: [Freedreno] [PATCH v2 00/34] component: Make into an aggregate bus

2021-10-07 Thread Andrzej Hajda
On 07.10.2021 13:22, Andy Shevchenko wrote: On Wednesday, October 6, 2021, Stephen Boyd > wrote: This series is from discussion we had on reordering the device lists for drm shutdown paths[1]. I've introduced an 'aggregate' bus that we put the

Re: [Freedreno] [PATCH v2 00/34] component: Make into an aggregate bus

2021-10-07 Thread Andrzej Hajda
Hi Stephen, On 06.10.2021 21:37, Stephen Boyd wrote: This series is from discussion we had on reordering the device lists for drm shutdown paths[1]. I've introduced an 'aggregate' bus that we put the aggregate device onto and then we probe the aggregate device once all the components are probed

Re: [Freedreno] [[RFC]DPU PATCH] drm/bridge: add sn65dsi86 bridge driver support

2018-04-16 Thread Andrzej Hajda
Hi, On 09.04.2018 12:46, Sandeep Panda wrote: > Add support for TI's sn65dsi86 dsi2edp bridge chip. > The chip converts DSI transmitted signal to eDP signal, > which is fed to the connected eDP panel. Add info about control bus. It looks like the chip can be controlled via i2c, dsi or both, am