supported_fmts    249 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 	unsigned int supported_fmts = 0;
supported_fmts    274 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			supported_fmts |= ATMEL_HLCDC_RGB444_OUTPUT;
supported_fmts    277 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			supported_fmts |= ATMEL_HLCDC_RGB565_OUTPUT;
supported_fmts    280 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			supported_fmts |= ATMEL_HLCDC_RGB666_OUTPUT;
supported_fmts    283 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			supported_fmts |= ATMEL_HLCDC_RGB888_OUTPUT;
supported_fmts    290 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 	return supported_fmts;
supported_fmts    305 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 		unsigned int supported_fmts = 0;
supported_fmts    310 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 		supported_fmts = atmel_hlcdc_connector_output_mode(cstate);
supported_fmts    313 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			output_fmts &= supported_fmts;
supported_fmts    315 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 			output_fmts |= supported_fmts;