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 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel