Home
last modified time | relevance | path

Searched refs:supported_fmts (Results 1 – 1 of 1) sorted by relevance

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