[PATCH v6 4/5] drm/tidss: New driver for TI Keystone platform Display SubSystem

Sam Ravnborg sam at ravnborg.org
Wed Jan 15 12:29:22 UTC 2020


Hi Jyri.

> 
> v6: - Check CTM and gamma support from dispc_features when creating crtc
>     - Implement CTM support for k2g and fix k3 CTM implementation
>     - Remove gamma property persistence and always write color properties
>       in a new modeset

I get this error when I build this patch on top of drm-misc-next:

drivers/gpu/drm/tidss/tidss_encoder.c: In function ‘tidss_encoder_atomic_check’:
drivers/gpu/drm/tidss/tidss_encoder.c:35:23: error: ‘struct drm_encoder’ has no member named ‘bridge’
   35 |  for (bridge = encoder->bridge; bridge; bridge = bridge->next) {
      |                       ^~
drivers/gpu/drm/tidss/tidss_encoder.c:35:56: error: ‘struct drm_bridge’ has no member named ‘next’
   35 |  for (bridge = encoder->bridge; bridge; bridge = bridge->next) {
      |                                                        ^~

I did not investigate - but it looks like the patch needs
to be adapted to latest drm-misc-next changes.

	Sam


More information about the dri-devel mailing list