Re: [PATCH 6/8] drm/mipi-dbi: Support shadow-plane state

2022-11-28 Thread Noralf Trønnes
Den 28.11.2022 13.10, skrev Thomas Zimmermann: > Hi > > Am 25.11.22 um 18:48 schrieb Noralf Trønnes: >> >> >> Den 21.11.2022 11.45, skrev Thomas Zimmermann: >>> Introduce struct drm_mipi_dbi_plane_state that contains state related to >>> MIPI DBI. It currently only inherits from struct

Re: [PATCH 6/8] drm/mipi-dbi: Support shadow-plane state

2022-11-28 Thread Thomas Zimmermann
Hi Am 25.11.22 um 18:48 schrieb Noralf Trønnes: Den 21.11.2022 11.45, skrev Thomas Zimmermann: Introduce struct drm_mipi_dbi_plane_state that contains state related to MIPI DBI. It currently only inherits from struct drm_shadow_plane_state, so that MIPI DBI drivers can use the vmap'ed

Re: [PATCH 6/8] drm/mipi-dbi: Support shadow-plane state

2022-11-25 Thread Noralf Trønnes
Den 21.11.2022 11.45, skrev Thomas Zimmermann: > Introduce struct drm_mipi_dbi_plane_state that contains state related to > MIPI DBI. It currently only inherits from struct drm_shadow_plane_state, > so that MIPI DBI drivers can use the vmap'ed GEM-buffer memory. Implement > state helpers, the

[PATCH 6/8] drm/mipi-dbi: Support shadow-plane state

2022-11-21 Thread Thomas Zimmermann
Introduce struct drm_mipi_dbi_plane_state that contains state related to MIPI DBI. It currently only inherits from struct drm_shadow_plane_state, so that MIPI DBI drivers can use the vmap'ed GEM-buffer memory. Implement state helpers, the {begin,end}_fb_access helpers and wire up everything. With